Interactive Multimedia Report (IMR)
1.0.0 - Trial-Implementation International flag

This page is part of the IHE Interactive Multimedia Report (IMR) (v1.0.0: Trial Implementation) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Imaging Endpoint for Series example - JSON Representation

Raw json | Download


{
  "resourceType" : "Endpoint",
  "id" : "ex-ImagingStudyEndpoint-Series",
  "meta" : {
    "profile" : [
      "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imaging-study-endpoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"ex-ImagingStudyEndpoint-Series\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imaging-study-endpoint.html\">Imaging Study Endpoint</a></p></div><p><b>status</b>: active</p><p><b>connectionType</b>: DICOM WADO-RS (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code dicom-wado-rs = 'DICOM WADO-RS', stated as 'DICOM WADO-RS')</p><p><b>payloadType</b>: Series <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-DCM.html\">DICOM</a>#113015)</span></p><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" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "dicom-wado-rs",
    "display" : "DICOM WADO-RS"
  },
  "payloadType" : [
    {
      "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"
}