Integrated Reporting Applications
0.1.1 - ci-build International flag

Integrated Reporting Applications, published by IHE Radiology Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.1). This version is based on the current content of https://github.com/IHE/RAD.RTC-IMR/ and changes regularly. See the Directory of published versions

: DiagnosticReport Context example - JSON Representation

Raw json | Download


{
  "resourceType" : "DiagnosticReport",
  "id" : "example-DiagnosticReportContext",
  "meta" : {
    "profile" : [
      "https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportcontext"
    ]
  },
  "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>"
  },
  "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"
    }
  ]
}