Search



Versions Compared

Key

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

...

The expression shown below uses both concept values and concrete values to represent a capsule that contains 500 mg of amoxicillin

Footnote Macro

Please note that these example expressions are based on a hypothetical drug concept model, and are not intended to reflect any specific drug model. In these expressions, the SNOMED CT identifiers created with the '9999999' namespace are for example only, and should not be used in a production environment.

. In this case, the dose form, the active ingredient, the basis of strength substance and the strength unit all use a concept as their value, while the strength magnitude is represented using a numeric value. The numeric value is indicated in the expression by the preceding '#' symbol (e.g. #500).

Scg expression
Borderridge
ShowFormatblock
   27658006|Amoxicillin |:
      411116001|Has dose form| = 385049006|Capsule|,
      { 127489000|Has active ingredient| = 372687004|Amoxicillin|,
        179999999100|Has basis of strength| = (219999999102|Amoxicillin only|:
        189999999103|Has strength magnitude| = #500, 199999999101|Has strength unit| = 258684004|mg|)}

The expression below represents an oral solution that contains 0.083 % albuterol.

Scg expression
Borderridge
ShowFormatblock
   91143003|Albuterol|:
      411116001|Has dose form| = 385023001|oral solution|,
      {127489000|Has active ingredient| = 372897005|Albuterol|,
       179999999100|Has basis of strength| = (229999999109|Albuterol only|:
       189999999103|Has strength magnitude | = #0.083, 199999999101|Has strength unit| = 118582008|%|)}

String-based concrete values may also be used. For example, the expression below represents a tablet containing 500 mg of paracetamol with a trade name (or brand name) of "PANADOL"

Footnote Macro

Concrete values of type string are case sensitive and compared using the Unicode Collation Algorithm (http://www.unicode.org/reports/tr10/).

.

Scg expression
Borderridge
ShowFormatblock
   322236009|Paracetamol 500mg tablet|: 209999999104|Has trade name| = "PANADOL"

Please note that string-based concrete values should be used with caution. Care must be taken to only use these in situations in which the clinical meaning cannot be defined using a concept value.

...