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

: Body Weight Units - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "BWunits",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet BWunits</b></p><a name=\"BWunits\"> </a><a name=\"hcBWunits\"> </a><a name=\"BWunits-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>g</td><td style=\"color: #cccccc\">g</td></tr><tr><td>kg</td><td style=\"color: #cccccc\">kg</td></tr></table></li></ul></div>"
  },
  "url" : "http://vitals.oemig.de/fhir/ValueSet/BWunits",
  "version" : "0.5.4",
  "name" : "BWunits",
  "title" : "Body Weight Units",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16",
  "publisher" : "FO",
  "contact" : [
    {
      "name" : "FO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.oemig.de"
        }
      ]
    }
  ],
  "description" : "**Units for measuring Body Weight**",
  "copyright" : "FO",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "g"
          },
          {
            "code" : "kg"
          }
        ]
      }
    ]
  }
}