...
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'an active ingredient in any product containing amoxicillin.
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 105590001 |Substance|:
R << 127489000 |Has active ingredient| = < 24999999910127658006 |TRIPHASILProduct containing tabletamoxicillin| |
This expression constraint is represented in the long syntax as:
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
descendantOf 105590001 |Substance|:
reverseOfReverseOf descendantOrSelfOf 127489000 |Has active ingredient| = 249999999101descendantOf 27658006 |TRIPHASILProduct containing tabletamoxicillin| |
An equivalent way of representing this constraint, using the 'dot notation' is:
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
< 105590001 |Substance| AND (249999999101 < 27658006 |TRIPHASILProduct containing tabletamoxicillin| . << 127489000 |Has active ingredient| ) |
or (using the
to simplify):
Scg expression |
---|
Border | ridge |
---|
ShowFormat | block |
---|
|
249999999101< 27658006 |TRIPHASILProduct containing tabletamoxicillin| . << 127489000 |Has active ingredient| |
...