HL7 Czech Imaging Order IG
0.0.3 - ci-build
HL7 Czech Imaging Order IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img-order/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DeviceUseStatement",
"id" : "example-deviceusestatement-cz",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/img-order/StructureDefinition/cz-deviceUseStatement"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Device:</strong> Implantable Pacemaker</p><p><strong>Patient:</strong> Mracena</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/Mracena",
"display" : "Fiona XXX_Swart"
},
"timingPeriod" : {
"start" : "2022-03-15",
"end" : "2024-12-01"
},
"device" : {
🔗 "reference" : "Device/pacemaker-001",
"display" : "Implant"
},
"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"
}
]
}
}