This template is employed when the LOINC term involves an observation that inherently exists within or is associated with something else.
...
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/LoincTemplatedConceptWithInheres.java
LOINC Properties currently supported when LOINC Component is not 'Observation:' "Anat", "DistWidth", "EntMCnc", "EntMeanVol", "ID", "Morph", "Prid", "Type", "Vol"
Template
Code Block | ||
---|---|---|
| ||
=== 363787002 |Observable entity (observable entity)| : { 370130000 |Property (attribute)| -> 410656007 |Type (property) (qualifier value)|, 370132008 |Scale type (attribute)| -> 117362005 |Nominal value (qualifier value)|, 370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|, 704319004 |Inheres in (attribute)| -> 16951006 |Antigen in Rh blood group system (substance)|, 704327008 |Direct site (attribute)| -> 119297000 |Blood 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 10331-7
Part Type | Loinc LOINC Part Name | Loinc LOINC Part Num | Mapped to Attribute Type / Value | |
---|---|---|---|---|
Component | Monocytes/100 leukocytes | Rh | LP14541-4LP286557-6 | 704319004 |Inheres in (attribute)| -> 16951006 |Antigen in Rh blood group system (substance)| |
Property | Type | LP6886-8 | 370130000 |Property (attribute)| -> 410656007 |Type (property) (qualifier value)| | |
Time | Pt | LP6960-1 | 370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)| | |
System | Bld | LP7057-5 | 704327008 |Direct site (attribute)| -> 119297000 |Blood specimen (specimen)| | |
Scale | Nom | LP7750-5 | 370132008 |Scale type (attribute)| -> 117362005 |Nominal value (qualifier value)| |
...