This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-abnIntNumericNomVS
Raw ttl
@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:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "abnIntNumericNomVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-A\">A</a></td><td>Abnormal</td><td>The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\\[Note: Typically applies to non-numeric results.\\]</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-H\">H</a></td><td>Higher Than Normal</td><td>The result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Above high normal</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-L\">L</a></td><td>Lower Than Normal</td><td>The result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Below low normal</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-HH\">HH</a></td><td>Panic High</td><td>The result for a quantitative observation is above a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).<br/><br/>Synonym: Above upper panic limits.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-LL\">LL</a></td><td>Panic Low</td><td>The result for a quantitative observation is below a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).<br/><br/>Synonym: Below lower panic limits.</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "AbnormalInterpretationNumericNom"]; fhir:ValueSet.title [ fhir:value "Abnormal Interpretation Numeric Nominal value set"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2015-04-14"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HSPC"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://healtcaresoa.org" ] ] ]; fhir:ValueSet.description [ fhir:value "HL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ]; fhir:Coding.display [ fhir:value "United States of America" ] ] ]; fhir:ValueSet.copyright [ fhir:value "IHC"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "A" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Abnormal" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "H" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Higher Than Normal" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "L" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Lower Than Normal" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "HH" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Panic High" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "LL" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Panic Low" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.