Search



Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Where adefinition a

Gloss
Spacetrue
tSNOMED CT concept
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:
Scg expression
Borderridge
ShowFormatblock
Concept
t
116028008|Salpingo-oophorectomy|
ShowFormatinline
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:

Scg expression
Borderridge
ShowFormatblock
   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 awhose a

Gloss
Spacetrue
tconcept
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.

Scg expression
Borderridge
ShowFormatblock
   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 groupedmay grouped

Gloss
Spacetrue
tqualifiers
may thus be used to refine a
Gloss
tconcept
. 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
Gloss
texpression
.

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:

Scg expression
Borderridge
ShowFormatblock
   71388002|Procedure|:
      260686004|Method| = 129304002|Excision - action|,
      405813007|Procedure site - direct| = 15497006|Ovarian structure|

Scg expression
Borderridge
ShowFormatblock
   71388002|procedure|:
   { 260686004|method| = 129304002|excision - action|,
     405813007|procedure site - direct| = 15497006|ovarian structure|} 

...