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: Condition-skinwoundtunnelingassert-example

Raw xml



<Condition xmlns="http://hl7.org/fhir">
  <id value="skinwoundtunnelingassert-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundTunnelingAssert"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Condition</b><a name="skinwoundtunnelingassert-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Condition "skinwoundtunnelingassert-example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-WoundTunnelingAssert.html">WoundTunnelingAssert</a></p><p style="margin-bottom: 0px">Security Labels: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>WoundTunnelingDirectionExt</b>: <a href="Observation-skinwoundtunnelingdirection-example.html">Observation/skinwoundtunnelingdirection-example</a></p><p><b>WoundTunnelingLengthExt</b>: <a href="Observation-skinwoundtunnelinglength-example.html">Observation/skinwoundtunnelinglength-example</a></p><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-ver-status.html">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Encounter Diagnosis <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: Tunneling wound <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#239158009)</span></p><p><b>subject</b>: <a href="Patient-patient-example.html">Patient/patient-example: Amy V. Shaw</a> " SHAW"</p><p><b>recordedDate</b>: 2019-03-26</p><p><b>asserter</b>: <a href="Practitioner-practitioner-example.html">Practitioner/practitioner-example</a> " BONE"</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundTunnelingDirectionExt">
    <valueReference>
      <reference value="Observation/skinwoundtunnelingdirection-example"/>
    </valueReference>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/StructureDefinition/WoundTunnelingLengthExt">
    <valueReference>
      <reference value="Observation/skinwoundtunnelinglength-example"/>
    </valueReference>
  </extension>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
      <code value="confirmed"/>
    </coding>
  </verificationStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="encounter-diagnosis"/>
      <display value="Encounter Diagnosis"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="239158009"/>
      <display value="Tunneling wound"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-example"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <recordedDate value="2019-03-26"/>
  <asserter>
    <reference value="Practitioner/practitioner-example"/>
  </asserter>
</Condition>