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

: Cuff Size - XML Representation

Active as of 2024-04-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="CuffSize"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem CuffSize</b></p><a name="CuffSize"> </a><a name="hcCuffSize"> </a><a name="CuffSize-en-US"> </a><p>This case-insensitive code system <code>http://vitals.oemig.de/fhir/CodeSystem/CuffSize</code> defines the following codes in a Is-A hierarchy:</p><table class="codes"><tr><td><b>Lvl</b></td><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td style="white-space:nowrap">Adult<a name="CuffSize-Adult"> </a></td><td>A cuff that is standard for an adult.</td></tr><tr><td>2</td><td style="white-space:nowrap">  AdultThigh<a name="CuffSize-AdultThigh"> </a></td><td>A cuff used for an adult thigh.</td></tr><tr><td>2</td><td style="white-space:nowrap">  LargeAdult<a name="CuffSize-LargeAdult"> </a></td><td>A cuff for adults with larger arms.</td></tr><tr><td>2</td><td style="white-space:nowrap">  SmallAdult<a name="CuffSize-SmallAdult"> </a></td><td>A cuff used for a small adult.</td></tr><tr><td>1</td><td style="white-space:nowrap">PaediatricChild<a name="CuffSize-PaediatricChild"> </a></td><td>A cuff that is appropriate for a child or adult with a thin arm.</td></tr><tr><td>1</td><td style="white-space:nowrap">Infant<a name="CuffSize-Infant"> </a></td><td>A cuff used for infants.</td></tr><tr><td>1</td><td style="white-space:nowrap">Neonatal<a name="CuffSize-Neonatal"> </a></td><td>A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate.</td></tr></table></div>
  </text>
  <url value="http://vitals.oemig.de/fhir/CodeSystem/CuffSize"/>
  <version value="0.5.4"/>
  <name value="CuffSize"/>
  <title value="Cuff Size"/>
  <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="**Cuff Size**"/>
  <copyright value="FO"/>
  <caseSensitive value="false"/>
  <valueSet value="http://vitals.oemig.de/fhir/ValueSet/CuffSize"/>
  <hierarchyMeaning value="is-a"/>
  <compositional value="false"/>
  <versionNeeded value="false"/>
  <content value="complete"/>
  <count value="7"/>
  <concept>
    <code value="Adult"/>
    <display value="A cuff that is standard for an adult."/>
    <concept>
      <code value="AdultThigh"/>
      <display value="A cuff used for an adult thigh."/>
    </concept>
    <concept>
      <code value="LargeAdult"/>
      <display value="A cuff for adults with larger arms."/>
    </concept>
    <concept>
      <code value="SmallAdult"/>
      <display value="A cuff used for a small adult."/>
    </concept>
  </concept>
  <concept>
    <code value="PaediatricChild"/>
    <display
             value="A cuff that is appropriate for a child or adult with a thin arm."/>
  </concept>
  <concept>
    <code value="Infant"/>
    <display value="A cuff used for infants."/>
  </concept>
  <concept>
    <code value="Neonatal"/>
    <display
             value="A cuff used for a neonate, assuming cuff is the appropriate size for maturity and birthweight of the neonate."/>
  </concept>
</CodeSystem>