SNOMED Documentation Search


Versions Compared

Key

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

...

Scg expression
Borderridge
ShowFormatblock
   	[[1..3]] [[+id (< 404684003 |Clinical finding|: [0..0] 363698007 |Finding site| = * ) @finding]]: 
      		[[1..1]] 363698007 |Finding site|  =  
         
			[[+id (<< 442083009 |Anatomical or acquired body structure|) @site ]]

...

Scg expression
Borderridge
ShowFormatblock
   	40733004 |Infectious disease| + 66091009 |Congenital disease|: 363698007 |Finding site| = 39607008 |Lung structure|

Please note that when two or more concepts are used to replace a focus concept slot in an expression template, a plus sign (‘+’

Concept
ShowPartsterm
t+
) must be added between them to ensure the resulting expression is syntactically valid.

...

When a cardinality constraint is not provided in an information slot preceding a focus concept, relationship group or attribute name-value pair, the default cardinality that is assumed is  [[1is  1..*]]. This means that by default focus concepts, relationship groups and attribute name-value pairs must appear at least once in the resulting expression, but may also be repeated many times. The SNOMED CT concept model, if enforced, may also impose some additional cardinality constraints on the number of times an attribute may be repeated. However, these additional concept model rules are not directly implied by the expression template itself.

...

Scg expression
Borderridge
ShowFormatblock
   	[[+id (<<71388002 |Procedure|)]]: 
      		{ 260686004 |Method| = [[+id (<< 129264002 |Action (qualifier value)|)]],
        			405813007 |Procedure site - Direct| = [[+id (<< 442083009 |Anatomical or acquired body structure (body structure)|)]] }

The above expression template is therefore equivalent to the following template, in which the cardinality of [[ 1..*]] is  is explicitly stated on the focus concept, the relationship group, and each attribute name-value pair.

Scg expression
Borderridge
ShowFormatblock
   	[[1..*]] [[+id (<<71388002 |Procedure|)]]: 
      		[[1..*]] { [[1..*]] 260686004 |Method| = [[+id (<< 129264002 |Action (qualifier value)|)]],
                 					[[1..*]] 405813007 |Procedure site - Direct| = [[+id (<< 442083009 |Anatomical or acquired body structure (body structure)|)]] }

...

Scg expression
Borderridge
ShowFormatblock
 	76193006 |Routinely scheduled operation| + 387713003 |Surgical procedure|: 
      {		{ 260686004 |Method| = 281615006 |Exploration|,
       			260686004 |Method| = 312250003 |Magnetic resonance imaging - action|,
       			405813007 |Procedure site - Direct| = 28273000 |Bile duct structure| },
      {		{ 260686004 |Method| = 129304002 |Excision|,
       			405813007 |Procedure site - Direct| = 28231008 |Gallbladder structure| }

Please note that if the international SNOMED CT concept model was enforced, the above expression would not be valid due to the

Concept
t260686004 |Method|
 appearing twice in the one relationship group.

...

Scg expression
Borderridge
ShowFormatblock
   	71388002 |Procedure| : [[1..1 @mpGroup]]
      {		{ 260686004 |Method| = 312251004 |Computed tomography imaging action|,
         			405813007 |Procedure site - Direct| = [[+id (<<442083009 |Anatomical or acquired body structure|) @site]] }

...