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

: ImagingStudyEndpoint: Series - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "example-ImagingStudyEndpoint-Series",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-study-endpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-ImagingStudyEndpoint-Series</b></p><a name=\"example-ImagingStudyEndpoint-Series\"> </a><a name=\"hcexample-ImagingStudyEndpoint-Series\"> </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-imaging-study-endpoint.html\">ImagingStudy Endpoint</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type dicom-wado-rs}\">DICOM WADO-RS</span></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 113015}\">Series</span></td></tr></table><p><b>address</b>: <a href=\"http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55\">http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55</a></p></div>"
  },
  "status" : "active",
  "connectionType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code" : "dicom-wado-rs",
          "display" : "DICOM WADO-RS"
        }
      ]
    }
  ],
  "payload" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://dicom.nema.org/resources/ontology/DCM",
              "code" : "113015",
              "display" : "Series"
            }
          ]
        }
      ]
    }
  ],
  "address" : "http://my.example.com/wadors/study/1.2.3.4.5/series/11.22.33.44.55"
}