Search



Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Quality Observable with Ratio

This template is used when the LOINC term involves a component and is relative to something else as a ratio, such as a reference point or another component.

Note that Ratio concepts are given a parent of 540131010000107 |Ratio observable (observable entity)| to group them together.

This template is documented in Confluence here:  Quality observable with Component and Relative to for LOINC Ratios (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/LoincTemplatedConceptWithRelative.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: Represents the specific component being measured or observed.
  • LOINC Relative To: Specifies what the observation is relative to.

LOINC Properties currently supported:  "MRto", "Ratio", "SRto"

Template

Model

=== 540131010000107 |Ratio observable (observable entity)| : 
	{
		[S1] 246093002 |Component (attribute)| -> 1166006 |Titanium (substance)|,
		[S1] 370130000 |Property (attribute)| -> 118545004 |Mass ratio (property) (qualifier value)|,
		[S1] 370132008 |Scale type (attribute)| -> 30766002 |Quantitative (qualifier value)|,
		[S1] 370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|,
		[S1] 704325000 |Relative to (attribute)| -> 15373003 |Creatinine (substance)|,
		[S1] 704327008 |Direct site (attribute)| -> 122575003 |Urine 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.

[PROPERTY] of [COMPONENT] + SEPARATOR + [DIVISORS] 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 SEPARATOR is determined programatically and might be "to" or a "/" symbol.

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:

  • 2216711010000115 [483091010000102] US: P, GB: P Mass ratio of titanium to creatinine in urine at point in time (observable entity) [cI]
  • 2216701010000118 [483091010000102] US: P, GB: P Mass ratio of titanium/creatinine in urine at point in time [cI]
  • 2216721010000114 [483091010000102] US: A, GB: A Titanium/Creatinine (U) [Mass ratio] [CS]
  • 2216731010000112 [483091010000102] US: A, GB: A Titanium/Creatinine:MRto:Pt:Urine:Qn [CS]

Examples

LOINC Term 104656-4

Loinc Parts

Part TypeLoinc Part NameLoinc Part NumMapped to Attribute Type / Value
Component

246093002 |Component (attribute)| -> 1166006 |Titanium (substance)|
Divisors

704325000 |Relative to (attribute)| -> 15373003 |Creatinine (substance)|
Property

370130000 |Property (attribute)| -> 118545004 |Mass ratio (property) (qualifier value)|
Time

370134009 |Time aspect (attribute)| -> 123029007 |Single point in time (qualifier value)|
System

704327008 |Direct site (attribute)| -> 122575003 |Urine specimen (specimen)|
Scale

370132008 |Scale type (attribute)| -> 30766002 |Quantitative (qualifier value)|

Feedback
  • No labels