Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

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

XML Format: ValueSet-abnIntNumericNomVS

Raw xml


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="abnIntNumericNomVS"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS"/>
  <version value="0.1.0"/>
  <name value="AbnormalInterpretationNumericNom"/>
  <title value="Abnormal Interpretation Numeric Nominal value set"/>
  <status value="draft"/>
  <date value="2015-04-14"/>
  <publisher value="HSPC"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://healtcaresoa.org"/>
    </telecom>
  </contact>
  <description
               value="HL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <copyright value="IHC"/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <concept>
        <code value="A"/>
        <display value="Abnormal"/>
      </concept>
      <concept>
        <code value="H"/>
        <display value="Higher Than Normal"/>
      </concept>
      <concept>
        <code value="L"/>
        <display value="Lower Than Normal"/>
      </concept>
      <concept>
        <code value="HH"/>
        <display value="Panic High"/>
      </concept>
      <concept>
        <code value="LL"/>
        <display value="Panic Low"/>
      </concept>
    </include>
  </compose>
</ValueSet>