FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "ValueSet-EndpointConnectionType",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/endpoint-connection-type",
"version": "1.0.0",
"name": "EndpointConnectionTypeEHR",
"title": "Endpoint Connection Type EHR",
"status": "active",
"experimental": false,
"date": "2025-12-03",
"publisher": "Ontario Health",
"contact": [
{
"name": "Ontario Health - Digital Health Standards",
"telecom": [
{
"system": "url",
"value": "https://ehealthontario.on.ca/en/it-professionals/standards"
},
{
"system": "email",
"value": "DigitalHealthStandards@ontariohealth.ca"
}
]
}
],
"description": "A coded value that represents the technical details of the usage of this endpoint.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"concept": [
{
"code": "dicom-wado-rs",
"display": "DICOM WADO-RS"
},
{
"code": "dicom-qido-rs",
"display": "DICOM QIDO-RS"
}
]
},
{
"system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/DIMSE-endpoint-connection-type"
}
]
}
}