Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements)
0.2.0-snapshot1 - draft
150
This page is part of the Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements) (v0.2.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "Example-WadoEndpoint",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImWadoRsEndpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"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"
}