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 - XML Representation

Active as of 2024-04-16

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="BWunits"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://vitals.oemig.de/fhir/ValueSet/BWunits"/>
  <version value="0.5.4"/>
  <name value="BWunits"/>
  <title value="Body Weight Units"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-04-16"/>
  <publisher value="FO"/>
  <contact>
    <name value="FO"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.oemig.de"/>
    </telecom>
  </contact>
  <description value="**Units for measuring Body Weight**"/>
  <copyright value="FO"/>
  <compose>
    <include>
      <system value="http://unitsofmeasure.org"/>
      <concept>
        <code value="g"/>
      </concept>
      <concept>
        <code value="kg"/>
      </concept>
    </include>
  </compose>
</ValueSet>