Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG
0.5.4 - ci-build

Vital Signs Cross-Country Cross-Language Cross-Paradigm (Demo) IG, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.5.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/vital-signs-demo/ and changes regularly. See the Directory of published versions

: Observation Vital Signs Category - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ObservationVitalSignsCategory",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ObservationVitalSignsCategory</b></p><a name=\"ObservationVitalSignsCategory\"> </a><a name=\"hcObservationVitalSignsCategory\"> </a><a name=\"ObservationVitalSignsCategory-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ObservationCategory.html\"><code>http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory</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=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign\">vital-sign</a></td><td style=\"color: #cccccc\">vital sign</td><td/></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-bp\">vital-sign-bp</a></td><td style=\"color: #cccccc\">blood pressure</td><td/></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-bw\">vital-sign-bw</a></td><td style=\"color: #cccccc\">body weight</td><td/></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-bh\">vital-sign-bh</a></td><td style=\"color: #cccccc\">body height</td><td/></tr><tr><td><a href=\"CodeSystem-ObservationCategory.html#ObservationCategory-vital-sign-bmi\">vital-sign-bmi</a></td><td style=\"color: #cccccc\">BMI</td><td>body mass index</td></tr></table></li></ul></div>"
  },
  "url" : "http://vitals.oemig.de/fhir/ValueSet/ObservationVitalSignsCategory",
  "version" : "0.5.4",
  "name" : "ObservationVitalSignsCategory",
  "title" : "Observation Vital Signs Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        }
      ]
    }
  ],
  "description" : "**Observation Vital Signs Category**",
  "copyright" : "FO",
  "compose" : {
    "include" : [
      {
        "system" : "http://vitals.oemig.de/fhir/CodeSystem/ObservationCategory",
        "concept" : [
          {
            "code" : "vital-sign"
          },
          {
            "code" : "vital-sign-bp"
          },
          {
            "code" : "vital-sign-bw"
          },
          {
            "code" : "vital-sign-bh"
          },
          {
            "code" : "vital-sign-bmi"
          }
        ]
      }
    ]
  }
}