Where a
definition comprises a number of qualifying attributes, it may be necessary to group
these to avoid ambiguity as to how they apply. An example of a SNOMED CT concept whose
definition comprises multiple attribute groups is:
116028008|salpingo-oophorectomy|
This procedure comprises two sub-procedures: the excision of part or all of the ovarian
structure and the excision of part or all of the fallopian tube structure. This is
demonstrated by the SNOMED CT expression for salpingo-oophorectomy, as shown below:
71388002|procedure|:
{ 260686004|method| = 129304002|excision - action|,
405813007|procedure site - direct| = 15497006|ovarian structure|}
{ 260686004|method| = 129304002|excision - action|,
405813007|procedure site - direct| = 31435000|fallopian tube structure|}
Where it is necessary to unambiguously qualify individual attributes of a
whose definition comprises a number of attribute groups, a postcoordinated expression
with grouping may be used. The following example describes a salpingo-oophorectomy,
with laser excision of the right ovary and diathermy excision of the left fallopian
tube. Note that without the grouping, it would not be possible to tell on which structure
the laser excision was used and on which structure the diathermy excision was used.
71388002|procedure|:
{ 260686004|method| = 129304002|excision - action|,
405813007|procedure site - direct|= 20837000|structure of right ovary|,
424226004|using device| = 122456005|laser device|}
{260686004 |method| = 261519002 |diathermy excision - action|,
405813007|procedure site - direct|= 113293009|structure of left fallopian tube|}
A number of grouped
may thus be used to refine a
. Note that the comma between adjacent groups is optional (and omitted in this example),
while the comma between adjacent attributes is mandatory. Also note, the syntax does
not limit the maximum number of attributes in a group or the maximum number of groups
within an
.
It is also worth noting that when all attributes in a refinement belong to the same
attribute group the braces around the attribute group are optional. Therefore the
following two expressions are considered to be equivalent:
71388002|procedure|:
260686004|method| = 129304002|excision - action|,
405813007|procedure site - direct| = 15497006|ovarian structure|
71388002|procedure|:
{ 260686004|method| = 129304002|excision - action|,
405813007|procedure site - direct| = 15497006|ovarian structure|}
Feedback