FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.imaging-manifest-r5
Resource TypeEndpoint
IdEndpoint-Example-WadoEndpoint.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Endpoint Example-WadoEndpoint

Language: en

Profile: Endpoint: WADO

status: Active

connectionType: DICOM WADO-RS

name: Example WADO-RS Endpoint

payload

type: 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


Source1

{
  "resourceType": "Endpoint",
  "id": "Example-WadoEndpoint",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}