Interactive Multimedia Report (IMR)
1.1.0 - Trial-Implementation
Interactive Multimedia Report (IMR), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IMR/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "ex-StoreMultimediaReportBundleResponse",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-store-multimedia-report-bundle-response"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"type" : "transaction-response",
"link" : [
{
"relation" : "self",
"url" : "http://example.com/fhir"
}
],
"entry" : [
{
"response" : {
"status" : "201 Created",
"location" : "DiagnosticReport/1",
"lastModified" : "2022-03-12T23:55:50-05:00"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "ServiceRequest/1",
"lastModified" : "2022-03-12T23:55:50-05:00"
}
},
{
"response" : {
"status" : "201 Created",
"location" : "ImagingStudy/1",
"lastModified" : "2022-03-12T23:55:50-05:00"
}
}
]
}