Lower Extremity Skin Wound Assessment Implementation Guide STU1 CI Build

Lower Extremity Skin Wound Assessment - IG, published by HL7 International - Electronic Health Records Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-skin-wound-ig/ and changes regularly. See the Directory of published versions

XML Format: ValueSet-communicationModeVS

Raw xml



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="communicationModeVS"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html"><code>http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESGN">ESGN</a></td><td>Expressed signed</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESP">ESP</a></td><td>Expressed spoken</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-EWR">EWR</a></td><td>Expressed written</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSGN">RSGN</a></td><td>Received signed</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSP">RSP</a></td><td>Received spoken</td></tr><tr><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RWR">RWR</a></td><td>Received written</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/communicationModeVS"/>
  <version value="0.1.0"/>
  <name value="CommunicationMode"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2022-11-14T19:24:51+00:00"/>
  <publisher value="HSPC"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://healthcaresoa.org"/>
    </telecom>
  </contact>
  <description
               value="A set of codes that describe the method by which an individual communicates.  These values are taken from the HL7 v3 LanguageAbilityMode code system."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"/>
      <concept>
        <code value="ESGN"/>
        <display value="Expressed signed"/>
      </concept>
      <concept>
        <code value="ESP"/>
        <display value="Expressed spoken"/>
      </concept>
      <concept>
        <code value="EWR"/>
        <display value="Expressed written"/>
      </concept>
      <concept>
        <code value="RSGN"/>
        <display value="Received signed"/>
      </concept>
      <concept>
        <code value="RSP"/>
        <display value="Received spoken"/>
      </concept>
      <concept>
        <code value="RWR"/>
        <display value="Received written"/>
      </concept>
    </include>
  </compose>
</ValueSet>