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

: Clothing - XML Representation

Active as of 2024-04-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="Clothing"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem Clothing</b></p><a name="Clothing"> </a><a name="hcClothing"> </a><a name="Clothing-en-US"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/Clothing</code> defines the following codes in a Is-A hierarchy:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">none<a name="Clothing-none"> </a></td><td>no clothes</td><td>the patient is naked.</td></tr><tr><td style="white-space:nowrap">light<a name="Clothing-light"> </a></td><td>light clothes</td><td>the patient is only wearing underwar.</td></tr><tr><td style="white-space:nowrap">normal<a name="Clothing-normal"> </a></td><td>normal clothes</td><td>the patient is wearing normal everyday clothes.</td></tr><tr><td style="white-space:nowrap">heavy<a name="Clothing-heavy"> </a></td><td>heavy clothes</td><td>the patient is wearing heavy clothes like in winter.</td></tr></table></div>
  </text>
  <url value="http://vitals.oemig.de/fhir/CodeSystem/Clothing"/>
  <version value="0.5.4"/>
  <name value="Clothing"/>
  <title value="Clothing"/>
  <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="**Clothing**"/>
  <copyright value="FO"/>
  <caseSensitive value="false"/>
  <valueSet value="http://vitals.oemig.de/fhir/ValueSet/Clothing"/>
  <hierarchyMeaning value="is-a"/>
  <compositional value="false"/>
  <versionNeeded value="false"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="none"/>
    <display value="no clothes"/>
    <definition value="the patient is naked."/>
  </concept>
  <concept>
    <code value="light"/>
    <display value="light clothes"/>
    <definition value="the patient is only wearing underwar."/>
  </concept>
  <concept>
    <code value="normal"/>
    <display value="normal clothes"/>
    <definition value="the patient is wearing normal everyday clothes."/>
  </concept>
  <concept>
    <code value="heavy"/>
    <display value="heavy clothes"/>
    <definition value="the patient is wearing heavy clothes like in winter."/>
  </concept>
</CodeSystem>