Imaging Diagnostic Report
0.0.1-current - ci-build
Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "example-Procedure-chest-xray",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure example-Procedure-chest-xray</b></p><a name=\"example-Procedure-chest-xray\"> </a><a name=\"hcexample-Procedure-chest-xray\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-example-ServiceRequest-chest-xray.html\">ServiceRequest Radiologic examination, chest; 2 views</a></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 36643-5}\">XR Chest 2 Views</span></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Jane Doe Female, DoB Unknown ( Medical Record Number: 1234567)</a></p></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/example-ServiceRequest-chest-xray"
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "36643-5",
"display" : "XR Chest 2 Views"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-Patient"
}
}