This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: DiagnosticReport with Comparison Study Update example - JSON Representation
Raw json | Download
{
"resourceType" : "DiagnosticReport",
"id" : "example-DiagnosticReportComparisonStudyUpdate",
"meta" : {
"profile" : [
"https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportupdate"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 29252-4}\">CT Chest WO Contrast</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Smith </b> (no stated gender), DoB Unknown ( Medical Record Number: 1234567)</td></tr></table><p><b>Report Details</b></p></div>"
},
"extension" : [
{
"url" : "https://profiles.ihe.net/RAD/IRA/StructureDefinition/associatedStudy",
"valueReference" : {
"reference" : "ImagingStudy/example-ImagingStudy-Comparison"
}
}
],
"status" : "unknown",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29252-4",
"display" : "CT Chest WO Contrast"
}
]
},
"subject" : {
"reference" : "Patient/example-PatientContext"
},
"study" : [
{
"reference" : "ImagingStudy/example-ImagingStudyContext"
}
]
}