...
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 |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 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 |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 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 |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 105590001 |Substance|:
R 127489000 |Has active ingredient| = 249999999101 |TRIPHASIL tablet| |
This expression constraint is represented in the long syntax as:
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
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 |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 105590001 |Substance| AND (249999999101 |TRIPHASIL tablet|.127489000 |Has active ingredient|) |
or (using the to simplify):
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
249999999101 |TRIPHASIL tablet|.127489000 |Has active ingredient| |
...