FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/observation-vitalsign-category (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetVital Signs Category

{
  "resourceType" : "ValueSet",
  "id" : "observation-vitalsign-category",
  "meta" : {
    "lastUpdated" : "2024-10-14T14:31:19.573+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet observation-vitalsign-category</b></p><a name=\"observation-vitalsign-category\"> </a><a name=\"hcobservation-vitalsign-category\"> </a><a name=\"observation-vitalsign-category-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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://loinc.org/85353-1/\">85353-1</a></td><td style=\"color: #cccccc\">Vital signs, weight, height, head circumference, oxygen saturation and BMI panel</td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td style=\"color: #cccccc\">Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td style=\"color: #cccccc\">Heart rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td style=\"color: #cccccc\">Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/8310-5/\">8310-5</a></td><td style=\"color: #cccccc\">Body temperature</td></tr><tr><td><a href=\"https://loinc.org/8302-2/\">8302-2</a></td><td style=\"color: #cccccc\">Body height</td></tr><tr><td><a href=\"https://loinc.org/9843-4/\">9843-4</a></td><td style=\"color: #cccccc\">Head Occipital-frontal circumference</td></tr><tr><td><a href=\"https://loinc.org/29463-7/\">29463-7</a></td><td style=\"color: #cccccc\">Body weight</td></tr><tr><td><a href=\"https://loinc.org/39156-5/\">39156-5</a></td><td style=\"color: #cccccc\">Body mass index (BMI) [Ratio]</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td style=\"color: #cccccc\">Blood pressure panel with all children optional</td></tr><tr><td><a href=\"https://loinc.org/8480-6/\">8480-6</a></td><td style=\"color: #cccccc\">Systolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8462-4/\">8462-4</a></td><td style=\"color: #cccccc\">Diastolic blood pressure</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-observation-category.html\"><code>http://terminology.hl7.org/CodeSystem/observation-category</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/6.0.2/CodeSystem-observation-category.html#observation-category-vital-signs\">vital-signs</a></td><td style=\"color: #cccccc\">Vital Signs</td><td>Clinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://hl7.org/fhir/ValueSet/observation-vitalsign-category",
  "version" : "6.0.0-ballot2",
  "name" : "VitalSignsCategory",
  "title" : "Vital Signs Category",
  "status" : "active",
  "experimental" : false,
  "publisher" : "FHIR project team",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "This value set includes the required vital sign interoperability categories.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use",
  "compose" : {
    "include" : [{
      "system" : "http://loinc.org",
      "concept" : [{
        "code" : "85353-1"
      },
      {
        "code" : "9279-1"
      },
      {
        "code" : "8867-4"
      },
      {
        "code" : "2708-6"
      },
      {
        "code" : "8310-5"
      },
      {
        "code" : "8302-2"
      },
      {
        "code" : "9843-4"
      },
      {
        "code" : "29463-7"
      },
      {
        "code" : "39156-5"
      },
      {
        "code" : "85354-9"
      },
      {
        "code" : "8480-6"
      },
      {
        "code" : "8462-4"
      }]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "concept" : [{
        "code" : "vital-signs"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.