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
{
"resourceType" : "DeviceUseStatement",
"id" : "example-deviceusestatement-hip-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> 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>"
},
"status" : "active",
"subject" : {
🔗 "reference" : "Patient/patient-swart",
"display" : "Fiona XXX_Swart"
},
"timingPeriod" : {
"start" : "2023-09-04"
},
"device" : {
🔗 "reference" : "Device/hip-prosthesis-001",
"display" : "Total Hip Replacement Prosthesis"
},
"bodySite" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceUsage.bodySite",
"valueReference" : {
🔗 "reference" : "BodyStructure/bodystructure-left-hip"
}
}
]
}
}