...
This template is employed when the LOINC term involves an observation that is specified with a system, but not a component
...
The java implementation of this template can be found: https://github.com/IHTSDO/reporting-engine/blob/develop/script-engine/src/main/java/org/ihtsdo/termserver/scripting/pipeline/loinc/LoincTemplatedConceptWithDirectSite.java
LOINC Properties currently supported when LOINC Component is 'Observation': "Aper", "Color", "Rden", "Source","SpGrav","Temp"
Code Block | ||
---|---|---|
| ||
=== 363787002 |Observable entity (observable entity)| : { [S1] 370130000 |Property (attribute)| -> 718498007 |Appearance (property) (qualifier value)|, [S1] 370132008 |Scale type (attribute)| -> 117362005 |Nominal value (qualifier value)|, [S1] 370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|, [S1] 704327008704319004 |DirectInheres sitein (attribute)| -> 258450006 |Cerebrospinal fluid specimen (specimen)| } |
Template slots are filled by taking the preferred term of the relevant value from the model and making the initial character lower case, if allowed by the case significance setting of the preferred term.
...
In the case of the example below, this results in the following terms:
LOINC Term 10333-3
Part Type | Loinc LOINC Part Name | Loinc LOINC Part Num | Mapped to Attribute Type / Value |
---|---|---|---|
Property | AperType | LP6779-5 | 370130000 |Property (attribute)| -> 718498007 |Appearance (property) (qualifier value)| |
Time | Pt | LP6960-1 | 370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)| |
System | CSFBld | LP7156-5 | 704327008 704319004 |Direct site Inheres in (attribute)| -> 258450006 |Cerebrospinal fluid specimen (specimen)| |
Scale | Nom | LP7750-5 | 370132008 |Scale type (attribute)| -> 117362005 |Nominal value (qualifier value)| |
...