Vital Signs with Qualifying Elements
2.0.0 - ci-build International flag

Vital Signs with Qualifying Elements, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 2.0.0). This version is based on the current content of https://github.com/HL7/cimi-vital-signs/ and changes regularly. See the Directory of published versions

: Numeric Result Interpretation value set - JSON Representation

Draft as of 2023-07-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "NumericResultIntVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.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><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.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=\"http://terminology.hl7.org/5.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=\"http://terminology.hl7.org/5.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=\"http://terminology.hl7.org/5.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=\"http://terminology.hl7.org/5.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><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-N\">N</a></td><td>Normal</td><td>The result or observation value is within the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\\[Note: Applies to numeric or non-numeric results.\\]</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vitals/ValueSet/NumericResultIntVS",
  "version" : "2.0.0",
  "name" : "NumericResultInterpretationNom",
  "title" : "Numeric Result Interpretation value set",
  "status" : "draft",
  "date" : "2023-07-18T14:07:06+00:00",
  "publisher" : "HL7 International - Clinical Information Modeling Initiative",
  "contact" : [
    {
      "name" : "HL7 International - Clinical Information Modeling Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name" : "Logica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.logicahealth.org/"
        }
      ]
    }
  ],
  "description" : "The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "Logica Health, all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "concept" : [
          {
            "code" : "A",
            "display" : "Abnormal"
          },
          {
            "code" : "H",
            "display" : "Higher Than Normal"
          },
          {
            "code" : "L",
            "display" : "Lower Than Normal"
          },
          {
            "code" : "HH",
            "display" : "Panic High"
          },
          {
            "code" : "LL",
            "display" : "Panic Low"
          },
          {
            "code" : "N",
            "display" : "Normal"
          }
        ]
      }
    ]
  }
}