Search



Page tree

  

Quality Observable with Susceptibility

This template is utilized for LOINC terms representing susceptibility observations, such as microbial susceptibility tests.

This template is documented in Confluence here:  Susceptibility observable for LOINC (observable entity) - v1.0

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/LoincTemplatedConceptWithSusceptibility.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 the target organism or substance towards which the susceptibility is observed

LOINC Properties currently supported:  "Susc"

Template

Model

<<< 363787002 |Observable entity (observable entity)| : 
	{
		370130000 |Property (attribute)| -> 118588007 |Susceptibility (property) (qualifier value)|, 
 		370132008 |Scale type (attribute)| -> 117365007 |Ordinal OR quantitative value (qualifier value)|, 
 		370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|, 
 		704319004 |Inheres in (attribute)| -> 410607006 |Organism (organism)|, 
 		704320005 |Towards (attribute)| -> 372840008 |Ciprofloxacin (substance)| 
	}


Note the three angle brackets at the start of this concept expression, indicating that the concept is primitive.

This will be because no attribute mapping was available for the "system" part. 

This is also reflected in the terms below, where the LOINC system "Isolate.meningitis" has been used directly.

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.

[PROPERTY] of [COMPONENT] in [SYSTEM] at [TIME] by [METHOD] using [DEVICE] [CHALLENGE]

Some slots are optional, and are then tidied up along with any linking words (eg 'using')

The LOINC Long Common Name is specified as the Preferred Term and the LOINC Short Common Name is also included unchanged as an acceptable synonym.  Finally a terse form of the LOINC Parts is added, with all part names specified, separated by colons.

In the case of the example below, this results in the following terms:

  • 2213311010000110 [481741010000108] US: P Susceptibility to ciprofloxacin in isolate.meningitis at point in time (observable entity) [ci],
  • 2213301010000112 [481741010000108] US: P Ciprofloxacin [Susceptibility] for meningitis [CS],
  • 2213331010000118 [481741010000108] US: A Ciprofloxacin:Susc:Pt:Isolate.meningitis:OrdQn [CS],
  • 2213321010000116 [481741010000108] US: A Ciprofloxacin (Isolate.meningitis) [Susc] [CS],
  • 2213291010000111 [481741010000108] US: A Susceptibility to diprofloxacin in isolate.meningitis at point in time [ci]

Examples

LOINC Term 103653-2

Loinc Parts mapped to SNOMED Attributes

Part TypeLOINC Part NameLOINC Part NumMapped to Attribute Type / Value
ComponentCiprofloxacinLP15380-6704320005 |Towards (attribute)| -> 372840008 |Ciprofloxacin (substance)|
PropertySuscLP6870-2370130000 |Property (attribute)| -> 118588007 |Susceptibility (property) (qualifier value)|
TimePtLP6960-1370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|
ScaleOrdQnLP7752-1370132008 |Scale type (attribute)| -> 117365007 |Ordinal OR quantitative value (qualifier value)|

Feedback
  • No labels