FHIR IG analytics| Package | hl7.fhir.eu.imaging-manifest-r5 |
| Resource Type | Endpoint |
| Id | Endpoint-Example-WadoEndpoint.json |
| FHIR Version | R5 |
No resources found
No resources found
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
{
"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"
}