Search



Versions Compared

Key

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

SNOMED CT Compositional Grammar is a syntax for representing SNOMED CT expressions. SNOMED CT expressions are a structured combination of one or more concept identifiers used to express a clinical idea. When documenting a full concept definition or an expression relationship statement, which asserts the relationship between two expressions, it is often useful to use a syntax that is consistent with SNOMED CT Compositional Grammar. For these purposes, the following ABNF syntax extension may be used:
statement =  ws "(" ws subExpression ws ")" ws definitionStatus ws "(" ws subExpression ws ")" ws
where 'subExpression' and 'definitionStatus' are defined as per SNOMED CT Compositional Grammar.
For example, the following statement documents the definition of the fully defined concept 95617006 |neonatal cyanosis|.
(95617006 |neonatal cyanosis|) ===
(3415004|cyanosis|+ 363696006|neonatal cardiovascular disorder|:
246454002|occurrence|= 255407002|neonatal|,
363698007|finding site|= 113257007|structure of cardiovascular system|)
Figure 6 illustrates this concept definition using the SNOMED CT Diagramming Guideline [3].

Anchor
_Ref395879920
_Ref395879920
Figure 6: Concept definition diagram for Neonatal cyanosis
In this second example, the definition of the primitive concept 144008 |normal peripheral vision| is shown:
(144008 |normal peripheral vision|) <<< (301980006|finding of visual field|:
363698007|finding site|= 49549006|structure of visual system|)
Figure 7 illustrates this concept definition using the SNOMED CT Diagramming Guideline [3].

Anchor
_Ref395879899
_Ref395879899
Figure 7: Concept definition diagram for Normal peripheral vision
In this last example, the equivalence of two expressions is defined (as illustrated in Figure 8):
(49601007 |disorder of cardiovascular system|: 246454002 |occurrence| = 255407002 |neonatal|)
=== (64572001|disease|: 246454002 |occurrence| = 255407002 |neonatal|,
363698007|finding site|= 113257007|structure of cardiovascular system|)

Anchor
_Ref395880074
_Ref395880074
Figure 8: Diagram showing the equivalence of two expressions


Display Footnotes Macro