Manifest-based Access to DICOM Objects (MADO)
1.0.0 - trial-use
Manifest-based Access to DICOM Objects (MADO) - Downloaded Version 1.0.0 See the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "webviewer-endpoint-example",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoWebViewerEndpoint"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint webviewer-endpoint-example</b></p><a name=\"webviewer-endpoint-example\"> </a><a name=\"hcwebviewer-endpoint-example\"> </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-MadoWebViewerEndpoint.html\">Endpoint: MADO profile for Web Viewer endpoints</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"CodeSystem-MadoEndpointConnectionTypes.html#MadoEndpointConnectionTypes-web-viewer\">MADO Endpoint Connection Types Code System: web-viewer</a> (DICOM web viewer for the study)</p><p><b>name</b>: Web Viewer endpoint</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type none}\">None</span></p><p><b>payloadMimeType</b>: text/html</p><p><b>address</b>: <a href=\"https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448\">https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448</a></p></div>"
},
"status" : "active",
"connectionType" : {
"system" : "https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoEndpointConnectionTypes",
"code" : "web-viewer",
"display" : "DICOM web viewer for the study"
},
"name" : "Web Viewer endpoint",
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "none"
}
]
}
],
"payloadMimeType" : [
"text/html"
],
"address" : "https://viewer.example.org/launch?studyUID=1.2.392.200140.2.1.1.1.2.799008771.2076.1519721309.448"
}