FHIR IG analytics| Package | ihe.rad.idr |
| Resource Type | Endpoint |
| Id | Endpoint-example-ImagingStudyEndpoint-Study-Comparison.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
ResourceEndpoint "example-ImagingStudyEndpoint-Study-Comparison"
Profile: ImagingStudy Endpoint
status: active
connectionType: DICOM WADO-RS (Endpoint Connection Type#dicom-wado-rs)
| Type |
| Study (DICOM#113014) |
{
"resourceType": "Endpoint",
"id": "example-ImagingStudyEndpoint-Study-Comparison",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IDR/StructureDefinition/imaging-study-endpoint"
]
},
"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"
}
]
}
],
"payload": [
{
"type": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "113014",
"display": "Study"
}
]
}
]
}
],
"address": "http://my.example.com/wadors/study/5.6.7.8.9"
}