Extensions for Using Data Elements from FHIR R4B in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4B in FHIR STU3 - Downloaded Version null See the Directory of published versions

: ObservationReferenceRangeMeaningCodes - TTL Representation

Page standards status: Trial-use Maturity Level: 0

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "referencerange-meaning"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n              <b>Properties</b>\n            </p>\n            <table class=\"grid\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Type</b>\n                </td>\n                <td>\n                  <b>Description</b>\n                </td>\n              </tr>\n              <tr>\n                <td>abstract</td>\n                <td>boolean</td>\n                <td>True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept</td>\n              </tr>\n            </table>\n            <p>This code system http://terminology.hl7.org/CodeSystem/referencerange-meaning defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n                <td>\n                  <b>abstract</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">type\n                  <a name=\"referencerange-meaning-type\"> </a>\n                </td>\n                <td>Type</td>\n                <td>General types of reference range.</td>\n                <td>true</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  normal\n                  <a name=\"referencerange-meaning-normal\"> </a>\n                </td>\n                <td>Normal Range</td>\n                <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>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  recommended\n                  <a name=\"referencerange-meaning-recommended\"> </a>\n                </td>\n                <td>Recommended Range</td>\n                <td>The range that is recommended by a relevant professional body.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  treatment\n                  <a name=\"referencerange-meaning-treatment\"> </a>\n                </td>\n                <td>Treatment Range</td>\n                <td>The range at which treatment would/should be considered.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  therapeutic\n                  <a name=\"referencerange-meaning-therapeutic\"> </a>\n                </td>\n                <td>Therapeutic Desired Level</td>\n                <td>The optimal range for best therapeutic outcomes.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>3</td>\n                <td style=\"white-space:nowrap\">    pre\n                  <a name=\"referencerange-meaning-pre\"> </a>\n                </td>\n                <td>Pre Therapeutic Desired Level</td>\n                <td>The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>3</td>\n                <td style=\"white-space:nowrap\">    post\n                  <a name=\"referencerange-meaning-post\"> </a>\n                </td>\n                <td>Post Therapeutic Desired Level</td>\n                <td>The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">endocrine\n                  <a name=\"referencerange-meaning-endocrine\"> </a>\n                </td>\n                <td>Endocrine</td>\n                <td>Endocrine related states that change the expected value.</td>\n                <td>true</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  pre-puberty\n                  <a name=\"referencerange-meaning-pre-puberty\"> </a>\n                </td>\n                <td>Pre-Puberty</td>\n                <td>An expected range in an individual prior to puberty.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  follicular\n                  <a name=\"referencerange-meaning-follicular\"> </a>\n                </td>\n                <td>Follicular Stage</td>\n                <td>An expected range in an individual during the follicular stage of the cycle.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  midcycle\n                  <a name=\"referencerange-meaning-midcycle\"> </a>\n                </td>\n                <td>MidCycle</td>\n                <td>An expected range in an individual during the midcycle stage of the cycle.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  luteal\n                  <a name=\"referencerange-meaning-luteal\"> </a>\n                </td>\n                <td>Luteal</td>\n                <td>An expected range in an individual during the luteal stage of the cycle.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">  postmenopausal\n                  <a name=\"referencerange-meaning-postmenopausal\"> </a>\n                </td>\n                <td>Post-Menopause</td>\n                <td>An expected range in an individual post-menopause.</td>\n                <td/>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "packageId"^^xsd:anyURI ;
fhir:l fhir:packageId       ] ;
fhir:value [
a fhir:Id ;
fhir:v "hl7.fhir.uv.xver-r4b.r3"       ]     ] [
fhir:url [
fhir:v "version"^^xsd:anyURI ;
fhir:l fhir:version       ] ;
fhir:value [
a fhir:String ;
fhir:v "0.1.0"       ]     ] [
fhir:url [
fhir:v "uri"^^xsd:anyURI ;
fhir:l fhir:uri       ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r3>       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "oo"     ]
  ] ) ; # 
  fhir:url [
fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/referencerange-meaning>
  ] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "ObservationReferenceRangeMeaningCodes"] ; # 
  fhir:title [ fhir:v "Observation Reference Range Meaning Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-20T13:55:37+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Orders and Observations"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "abstract" ] ;
fhir:description [ fhir:v "True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept" ] ;
fhir:type [ fhir:v "boolean" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "type" ] ;
fhir:display [ fhir:v "Type" ] ;
fhir:definition [ fhir:v "General types of reference range." ] ;
    ( fhir:property [
fhir:code [ fhir:v "abstract" ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true       ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "recommended" ] ;
fhir:display [ fhir:v "Recommended Range" ] ;
fhir:definition [ fhir:v "The range that is recommended by a relevant professional body." ]     ] [
fhir:code [ fhir:v "treatment" ] ;
fhir:display [ fhir:v "Treatment Range" ] ;
fhir:definition [ fhir:v "The range at which treatment would/should be considered." ]     ] [
fhir:code [ fhir:v "therapeutic" ] ;
fhir:display [ fhir:v "Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes." ] ;
      ( fhir:concept [
fhir:code [ fhir:v "pre" ] ;
fhir:display [ fhir:v "Pre Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes for a specimen taken immediately before administration." ]       ] [
fhir:code [ fhir:v "post" ] ;
fhir:display [ fhir:v "Post Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes for a specimen taken immediately after administration." ]       ] )     ] )
  ] [
fhir:code [ fhir:v "endocrine" ] ;
fhir:display [ fhir:v "Endocrine" ] ;
fhir:definition [ fhir:v "Endocrine related states that change the expected value." ] ;
    ( fhir:property [
fhir:code [ fhir:v "abstract" ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true       ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "pre-puberty" ] ;
fhir:display [ fhir:v "Pre-Puberty" ] ;
fhir:definition [ fhir:v "An expected range in an individual prior to puberty." ]     ] [
fhir:code [ fhir:v "follicular" ] ;
fhir:display [ fhir:v "Follicular Stage" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the follicular stage of the cycle." ]     ] [
fhir:code [ fhir:v "midcycle" ] ;
fhir:display [ fhir:v "MidCycle" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the midcycle stage of the cycle." ]     ] [
fhir:code [ fhir:v "luteal" ] ;
fhir:display [ fhir:v "Luteal" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the luteal stage of the cycle." ]     ] [
fhir:code [ fhir:v "postmenopausal" ] ;
fhir:display [ fhir:v "Post-Menopause" ] ;
fhir:definition [ fhir:v "An expected range in an individual post-menopause." ]     ] )
  ] ) . #