FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-endpoint-connection-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/endpoint-connection-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/endpoint-connection-type
Version1.0.0
Statusactive
Date2025-12-03
NameEndpointConnectionTypeEHR
TitleEndpoint Connection Type EHR
Realmca
Authoritynational
DescriptionA coded value that represents the technical details of the usage of this endpoint.

Resources that use this resource

StructureDefinition
profile-endpointEndpoint EHR

Resources that this resource uses

CodeSystem
endpoint-connection-typeEndpoint Connection Type

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"
      }
    ]
  }
}