HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions

: DeviceUseStatement: Total Hip Replacement Prosthesis - XML Representation

Raw xml | Download


<DeviceUseStatement xmlns="http://hl7.org/fhir">
  <id value="example-deviceusestatement-hip-euhdr"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><strong>Device:</strong> Total Hip Replacement Prosthesis</p><p><strong>Patient:</strong> Fiona XXX_Swart</p><p><strong>Status:</strong> Active</p><p><strong>Timing:</strong> since 2023-09-04</p><p><strong>Body Site:</strong> Hip joint structure, left</p></div>
  </text>
  <status value="active"/>
  <subject>🔗 
    <reference value="Patient/patient-swart"/>
    <display value="Fiona XXX_Swart"/>
  </subject>
  <timingPeriod>
    <start value="2023-09-04"/>
  </timingPeriod>
  <device>🔗 
    <reference value="Device/hip-prosthesis-001"/>
    <display value="Total Hip Replacement Prosthesis"/>
  </device>
  <bodySite>
    <extension
               url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceUsage.bodySite">
      <valueReference>🔗 
        <reference value="BodyStructure/bodystructure-left-hip"/>
      </valueReference>
    </extension>
  </bodySite>
</DeviceUseStatement>