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
{
"resourceType" : "DeviceUseStatement",
"id" : "example-deviceusestatement-euhdr",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/deviceUseStatement-eu-hdr"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "active",
"subject" : {
🔗 "reference" : "Patient/patient-swart",
"display" : "Fiona XXX_Swart"
},
"timingPeriod" : {
"start" : "2022-03-15",
"end" : "2024-12-01"
},
"device" : {
🔗 "reference" : "Device/pacemaker-001",
"display" : "Implantable Pacemaker"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "27885002",
"display" : "Complete atrioventricular block"
}
],
"text" : "Complete AV block"
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "73829009",
"display" : "Right atrium"
}
]
}
}