FHIR IG analytics| Package | ihe.rad.imr |
| Resource Type | Endpoint |
| Id | Endpoint-ex-ImagingStudyEndpoint-Study.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
ResourceEndpoint "ex-ImagingStudyEndpoint-Study"
Profile: Imaging Study Endpoint
status: active
connectionType: DICOM WADO-RS (Details: Endpoint Connection Type code dicom-wado-rs = ' DICOM WADO-RS ', stated as ' DICOM WADO-RS ')
payloadType: Study (DICOM#113014)
{
"resourceType": "Endpoint",
"id": "ex-ImagingStudyEndpoint-Study",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IMR/StructureDefinition/imaging-study-endpoint"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "dicom-wado-rs",
"display": "DICOM WADO-RS"
},
"payloadType": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "113014",
"display": "Study"
}
]
}
],
"address": "http://my.example.com/wadors/study/1.2.3.4.5"
}