Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements)
0.2.1-build - ci-build 150

Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements), published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.1-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-manifest/ and changes regularly. See the Directory of published versions

: Example-WadoEndpoint - XML Representation

Raw xml | Download


<Endpoint xmlns="http://hl7.org/fhir">
  <id value="Example-WadoEndpoint"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Endpoint Example-WadoEndpoint</b></p><a name="Example-WadoEndpoint"> </a><a name="hcExample-WadoEndpoint"> </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-ImWadoRsEndpoint.html">Endpoint: WADO</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><p><b>name</b>: Example WADO-RS Endpoint</p><blockquote><p><b>payload</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type dicom-wado-rs}">DICOM WADO-RS</span></p><p><b>mimeType</b>: application/dicom, application/octet-stream, application/dicom+xml, application/json, image/jpg, image/gif, image/jp2, image/jph, image/jxl, video/mpeg, video/mp4, video/H265, text/html, text/plain, text/xml, text/rtf, application/pdf</p></blockquote><p><b>address</b>: <a href="http://example.org/wado-rs/endpoint">http://example.org/wado-rs/endpoint</a></p></div>
  </text>
  <status value="active"/>
  <connectionType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
      <code value="dicom-wado-rs"/>
      <display value="DICOM WADO-RS"/>
    </coding>
  </connectionType>
  <name value="Example WADO-RS Endpoint"/>
  <payload>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
        <code value="dicom-wado-rs"/>
        <display value="DICOM WADO-RS"/>
      </coding>
    </type>
    <mimeType value="application/dicom"/>
    <mimeType value="application/octet-stream"/>
    <mimeType value="application/dicom+xml"/>
    <mimeType value="application/json"/>
    <mimeType value="image/jpg"/>
    <mimeType value="image/gif"/>
    <mimeType value="image/jp2"/>
    <mimeType value="image/jph"/>
    <mimeType value="image/jxl"/>
    <mimeType value="video/mpeg"/>
    <mimeType value="video/mp4"/>
    <mimeType value="video/H265"/>
    <mimeType value="text/html"/>
    <mimeType value="text/plain"/>
    <mimeType value="text/xml"/>
    <mimeType value="text/rtf"/>
    <mimeType value="application/pdf"/>
  </payload>
  <address value="http://example.org/wado-rs/endpoint"/>
</Endpoint>