Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "wado-rs",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "WADO-RS Imaging Endpoint Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This WADO-RS Endpoint example provides the DICOMweb retrieve base URL used by US Core ImagingStudy examples to access study images."
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint wado-rs</b></p><a name=\"wado-rs\"> </a><a name=\"hcwado-rs\"> </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\"/></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-dicom-wado-rs\">Endpoint Connection Type: dicom-wado-rs</a> (DICOM WADO-RS)</p><p><b>name</b>: Acme Radiology DICOMweb WADO-RS</p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}\">Any</span></p><p><b>payloadMimeType</b>: application/dicom</p><p><b>address</b>: <a href=\"https://pacs.example.org/wado-rs\">https://pacs.example.org/wado-rs</a></p></div>"
},
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "dicom-wado-rs",
"display" : "DICOM WADO-RS"
},
"name" : "Acme Radiology DICOMweb WADO-RS",
"payloadType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
"code" : "any",
"display" : "Any"
}
]
}
],
"payloadMimeType" : [
"application/dicom"
],
"address" : "https://pacs.example.org/wado-rs"
}