Search



Versions Compared

Key

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

...

The previous expression constraint (which finds the set of body sites for any subtype of bone fracture) has an equivalent representation using the 'dot notation' of:

Scg expression
Borderridge
ShowFormatblock
   < 91723000 |Anatomical structure| AND (< 125605004 |Fracture of bone|.363698007 |Finding site|)
Because all values of
Scg expression
363698007 |Finding site|
 must be
Scg expression
< 91723000 |Anatomical structure|
 (according to the), this expression constraint can be further simplified to:
Scg expression
Borderridge
ShowFormatblock
   < 125605004 |Fracture of bone|.363698007 |Finding site|
The next example below finds the set of substances, which are active ingredients of a 'TRIPHASIL tablet'.
Scg expression
Borderridge
ShowFormatblock
   < 105590001 |Substance|: 
         R 127489000 |Has active ingredient| = 249999999101 |TRIPHASIL tablet|
This expression constraint is represented in the long syntax as:
Scg expression
Borderridge
ShowFormatblock
   descendantOf 105590001 |Substance|:
         reverseOf 127489000 |Has active ingredient| = 249999999101 |TRIPHASIL tablet|
An equivalent way of representing this constraint, using the 'dot notation' is:
Scg expression
Borderridge
ShowFormatblock
    < 105590001 |Substance| AND (249999999101 |TRIPHASIL tablet|.127489000 |Has active ingredient|)
or (using the to simplify):
Scg expression
Borderridge
ShowFormatblock
   249999999101 |TRIPHASIL tablet|.127489000 |Has active ingredient|

...