HL7 Terminology (THO)
5.1.0 - Publication International flag

This page is part of the HL7 Terminology (v5.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Observation Reference Range Meaning Codes - TTL Representation

Draft as of 2023-02-25

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "referencerange-meaning"]; # 
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system  defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>abstract</td><td>boolean</td><td>True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://terminology.hl7.org/CodeSystem/referencerange-meaning</code> defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>abstract</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">type<a name=\"referencerange-meaning-type\"> </a></td><td>Type</td><td>General types of reference range.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  normal<a name=\"referencerange-meaning-normal\"> </a></td><td>Normal Range</td><td>Values expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  recommended<a name=\"referencerange-meaning-recommended\"> </a></td><td>Recommended Range</td><td>The range that is recommended by a relevant professional body.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  treatment<a name=\"referencerange-meaning-treatment\"> </a></td><td>Treatment Range</td><td>The range at which treatment would/should be considered.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  therapeutic<a name=\"referencerange-meaning-therapeutic\"> </a></td><td>Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes.</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    pre<a name=\"referencerange-meaning-pre\"> </a></td><td>Pre Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    post<a name=\"referencerange-meaning-post\"> </a></td><td>Post Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">endocrine<a name=\"referencerange-meaning-endocrine\"> </a></td><td>Endocrine</td><td>Endocrine related states that change the expected value.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  pre-puberty<a name=\"referencerange-meaning-pre-puberty\"> </a></td><td>Pre-Puberty</td><td>An expected range in an individual prior to puberty.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  follicular<a name=\"referencerange-meaning-follicular\"> </a></td><td>Follicular Stage</td><td>An expected range in an individual during the follicular stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  midcycle<a name=\"referencerange-meaning-midcycle\"> </a></td><td>MidCycle</td><td>An expected range in an individual during the midcycle stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  luteal<a name=\"referencerange-meaning-luteal\"> </a></td><td>Luteal</td><td>An expected range in an individual during the luteal stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  postmenopausal<a name=\"referencerange-meaning-postmenopausal\"> </a></td><td>Post-Menopause</td><td>An expected range in an individual post-menopause.</td><td/></tr></table></div>"
  ]; # 
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "oo" ]
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/referencerange-meaning"]; # 
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1124" ]
  ]; # 
  fhir:CodeSystem.version [ fhir:value "0.1.0"]; # 
  fhir:CodeSystem.name [ fhir:value "ObservationReferenceRangeMeaningCodes"]; # 
  fhir:CodeSystem.title [ fhir:value "Observation Reference Range Meaning Codes"]; # 
  fhir:CodeSystem.status [ fhir:value "draft"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2023-02-25T11:07:30-07:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "FHIR Project team"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range for a particular target population."]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; # 
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/referencerange-meaning";
     fhir:link <http://terminology.hl7.org/ValueSet/referencerange-meaning>
  ]; # 
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.property [
     fhir:index 0;
     fhir:CodeSystem.property.code [ fhir:value "abstract" ];
     fhir:CodeSystem.property.description [ fhir:value "True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept" ];
     fhir:CodeSystem.property.type [ fhir:value "boolean" ]
  ]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "type" ];
     fhir:CodeSystem.concept.display [ fhir:value "Type" ];
     fhir:CodeSystem.concept.definition [ fhir:value "General types of reference range." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "abstract" ];
       fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ];
     fhir:CodeSystem.concept.concept [
       fhir:index 0;
       fhir:CodeSystem.concept.code [ fhir:value "normal" ];
       fhir:CodeSystem.concept.display [ fhir:value "Normal Range" ];
       fhir:CodeSystem.concept.definition [ fhir:value "Values expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population." ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.code [ fhir:value "recommended" ];
       fhir:CodeSystem.concept.display [ fhir:value "Recommended Range" ];
       fhir:CodeSystem.concept.definition [ fhir:value "The range that is recommended by a relevant professional body." ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.code [ fhir:value "treatment" ];
       fhir:CodeSystem.concept.display [ fhir:value "Treatment Range" ];
       fhir:CodeSystem.concept.definition [ fhir:value "The range at which treatment would/should be considered." ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.code [ fhir:value "therapeutic" ];
       fhir:CodeSystem.concept.display [ fhir:value "Therapeutic Desired Level" ];
       fhir:CodeSystem.concept.definition [ fhir:value "The optimal range for best therapeutic outcomes." ];
       fhir:CodeSystem.concept.concept [
         fhir:index 0;
         fhir:CodeSystem.concept.code [ fhir:value "pre" ];
         fhir:CodeSystem.concept.display [ fhir:value "Pre Therapeutic Desired Level" ];
         fhir:CodeSystem.concept.definition [ fhir:value "The optimal range for best therapeutic outcomes for a specimen taken immediately before administration." ]       ], [
         fhir:index 1;
         fhir:CodeSystem.concept.code [ fhir:value "post" ];
         fhir:CodeSystem.concept.display [ fhir:value "Post Therapeutic Desired Level" ];
         fhir:CodeSystem.concept.definition [ fhir:value "The optimal range for best therapeutic outcomes for a specimen taken immediately after administration." ]       ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "endocrine" ];
     fhir:CodeSystem.concept.display [ fhir:value "Endocrine" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Endocrine related states that change the expected value." ];
     fhir:CodeSystem.concept.property [
       fhir:index 0;
       fhir:CodeSystem.concept.property.code [ fhir:value "abstract" ];
       fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ]     ];
     fhir:CodeSystem.concept.concept [
       fhir:index 0;
       fhir:CodeSystem.concept.code [ fhir:value "pre-puberty" ];
       fhir:CodeSystem.concept.display [ fhir:value "Pre-Puberty" ];
       fhir:CodeSystem.concept.definition [ fhir:value "An expected range in an individual prior to puberty." ]     ], [
       fhir:index 1;
       fhir:CodeSystem.concept.code [ fhir:value "follicular" ];
       fhir:CodeSystem.concept.display [ fhir:value "Follicular Stage" ];
       fhir:CodeSystem.concept.definition [ fhir:value "An expected range in an individual during the follicular stage of the cycle." ]     ], [
       fhir:index 2;
       fhir:CodeSystem.concept.code [ fhir:value "midcycle" ];
       fhir:CodeSystem.concept.display [ fhir:value "MidCycle" ];
       fhir:CodeSystem.concept.definition [ fhir:value "An expected range in an individual during the midcycle stage of the cycle." ]     ], [
       fhir:index 3;
       fhir:CodeSystem.concept.code [ fhir:value "luteal" ];
       fhir:CodeSystem.concept.display [ fhir:value "Luteal" ];
       fhir:CodeSystem.concept.definition [ fhir:value "An expected range in an individual during the luteal stage of the cycle." ]     ], [
       fhir:index 4;
       fhir:CodeSystem.concept.code [ fhir:value "postmenopausal" ];
       fhir:CodeSystem.concept.display [ fhir:value "Post-Menopause" ];
       fhir:CodeSystem.concept.definition [ fhir:value "An expected range in an individual post-menopause." ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.