{
  "resourceType" : "Endpoint",
  "id" : "Example-WadoEndpoint",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><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\">Language: en</p><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>"
  },
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
      "code" : "dicom-wado-rs",
      "display" : "DICOM WADO-RS"
    }]
  }],
  "name" : "Example WADO-RS Endpoint",
  "payload" : [{
    "type" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "code" : "dicom-wado-rs",
        "display" : "DICOM WADO-RS"
      }]
    }],
    "mimeType" : ["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"]
  }],
  "address" : "http://example.org/wado-rs/endpoint"
}