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: CodeSystem-wound-observation-type

Raw xml



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="wound-observation-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type</code> defines the following codes:</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">woundshape<a name="wound-observation-type-woundshape"> </a></td><td>Shape of Wound</td><td>An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr><tr><td style="white-space:nowrap">woundvolume<a name="wound-observation-type-woundvolume"> </a></td><td>Volume of Wound</td><td>An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD.</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/wound-observation-type"/>
  <version value="0.1.0"/>
  <name value="WoundObservationTypeCodeSystem"/>
  <title value="Wound Observation Type Code System"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2019-10-07"/>
  <publisher
             value="HL7 International - Electronic Health Records Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value
             value="https://confluence.hl7.org/display/EHR/Electronic+Health+Records+Work+Group"/>
    </telecom>
  </contact>
  <description
               value="The set of codes that define specialized observation types of a wound."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="woundshape"/>
    <display value="Shape of Wound"/>
    <definition
                value="An observation or observation componenet describing the shape of a wound. Temporary local code system to be replaced with LOINC code TBD."/>
  </concept>
  <concept>
    <code value="woundvolume"/>
    <display value="Volume of Wound"/>
    <definition
                value="An observation or observation componenet describing the volume of a wound. Temporary local code system to be replaced with LOINC code TBD."/>
  </concept>
</CodeSystem>