This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<DeviceUseStatement xmlns="http://hl7.org/fhir">
<id value="example-deviceusestatement-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> Implantable Pacemaker</p><p><strong>Patient:</strong> Luigi De Luca</p><p><strong>Status:</strong> Active</p><p><strong>Timing:</strong> 2022-03-15 to 2024-12-01</p><p><strong>Reason:</strong> Complete atrioventricular block</p><p><strong>Body Site:</strong> Right atrium</p></div>
</text>
<status value="active"/>
<subject>🔗
<reference value="Patient/patient-swart"/>
<display value="Fiona XXX_Swart"/>
</subject>
<timingPeriod>
<start value="2022-03-15"/>
<end value="2024-12-01"/>
</timingPeriod>
<device>🔗
<reference value="Device/pacemaker-001"/>
<display value="Implantable Pacemaker"/>
</device>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="27885002"/>
<display value="Complete atrioventricular block"/>
</coding>
<text value="Complete AV block"/>
</reasonCode>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="73829009"/>
<display value="Right atrium"/>
</coding>
</bodySite>
</DeviceUseStatement>