HL7 Czech Imaging Order IG
0.1.0-ballot - ballot
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.1.0-ballot 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" : "b29cacfd-b05b-44cf-be5a-8b6d76bdc375",
"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> Kralik</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" : "urn:uuid:dd800c46-f71a-4628-b457-6ccaa27dd6bc"
},
"timingPeriod" : {
"start" : "2022-03-15",
"end" : "2024-12-01"
},
"device" : {
"reference" : "urn:uuid:711e1d43-d5e4-4cbc-b546-74059db270f6"
},
"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"
}
]
}
}