Search



Page tree

Versions Compared

Key

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

Quality Observable with Inheres In

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

Attributes

  • LOINC Property: Represents the property of the observation, such as mass concentration or presence.
  • LOINC Scale: Describes the scale type, like quantitative or qualitative.
  • LOINC Time: Indicates the time aspect of the observation, e.g., single point in time.
  • LOINC System: Specifies the direct site of the observation.
  • LOINC Method: Describes the technique used for the observation.
  • LOINC Component: Specifies what the observation inherently exists within or is associated with.

LOINC Properties currently supported when LOINC Component is not 'Observation:'  "Anat", "DistWidth", "EntMCnc", "EntMeanVol", "ID", "Morph", "Prid", "Type", "Vol"

Template

Model

Code Block
themeConfluence
=== 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)| 
	}


Terming

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:

  • 2200761010000116 2211701010000114 [481261010000103481471010000107] US: P , GB: P: Type of antigen in Rh blood group system in blood at point in time (observable entity) [cI],
  • 2200751010000118 2211691010000114 [481261010000103481471010000107] US: P , GB: P: Type of antigen in Rh blood group system in blood at point in time [cI], 2200771010000114 [481261010000103] US: A, GB: A: Rh [Type] in Blood [CS],
  • 2200781010000112 2211721010000118 [481261010000103481471010000107] US: A, GB: A : Rh:Type:Pt:Bld:Nom [CS]
  • 2211711010000112 [481471010000107] US: A Rh Nom (Bld) [CS]
  • 2211681010000111 [481471010000107] US: A Type of antigen in Rh blood group system in blood at point in time [cI],

Examples

LOINC Term 10331-7

Loinc Parts mapped to SNOMED Attributes

Part TypeLoinc LOINC Part NameLoinc LOINC Part NumMapped to Attribute Type / Value
ComponentMonocytes/100 leukocytesRhLP14541-4LP286557-6704319004 |Inheres in (attribute)| -> 16951006 |Antigen in Rh blood group system (substance)|
PropertyTypeLP6886-8370130000 |Property (attribute)| -> 410656007 |Type (property) (qualifier value)|
TimePtLP6960-1370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|
SystemBldLP7057-5704327008 |Direct site (attribute)| -> 119297000 |Blood specimen (specimen)|
ScaleNomLP7750-5370132008 |Scale type (attribute)| -> 117362005 |Nominal value (qualifier value)|

...