Imaging Diagnostic Report
0.0.1-current - ci-build International flag

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

: ImagingStudy: IMR Comparison example - JSON Representation

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "example-ImagingStudy-Comparison",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-imaging-study"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy example-ImagingStudy-Comparison</b></p><a name=\"example-ImagingStudy-Comparison\"> </a><a name=\"hcexample-ImagingStudy-Comparison\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-idr-imaging-study.html\">IDR ImagingStudy</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:5.6.7.8.9</p><p><b>status</b>: Available</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CR}\">Computed Radiography</span></p><p><b>subject</b>: <a href=\"Patient-example-Patient.html\">Jane Doe  Female, DoB Unknown ( Medical Record Number: 1234567)</a></p><p><b>started</b>: 2020-01-05 23:30:50-0500</p><p><b>endpoint</b>: <a href=\"Endpoint-example-ImagingStudyEndpoint-Study.html\">Endpoint: status = active; connectionType = DICOM WADO-RS; address = http://my.example.com/wadors/study/1.2.3.4.5</a></p><h3>Procedures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Procedure-example-Procedure-chest-xray-comparison.html\">Procedure XR Chest Single View</a></td></tr></table><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td></tr><tr><td style=\"display: none\">*</td><td>5.6.7.8.9.1</td><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CR}\">Computed Radiography</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:dicom:uid",
      "value" : "urn:oid:5.6.7.8.9"
    }
  ],
  "status" : "available",
  "modality" : [
    {
      "coding" : [
        {
          "system" : "http://dicom.nema.org/resources/ontology/DCM",
          "code" : "CR",
          "display" : "Computed Radiography"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-Patient"
  },
  "started" : "2020-01-05T23:30:50-05:00",
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/example-ImagingStudyEndpoint-Study"
    }
  ],
  "procedure" : [
    {
      "reference" : {
        🔗 "reference" : "Procedure/example-Procedure-chest-xray-comparison"
      }
    }
  ],
  "series" : [
    {
      "uid" : "5.6.7.8.9.1",
      "modality" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "CR",
            "display" : "Computed Radiography"
          }
        ]
      }
    }
  ]
}