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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypeValueSet
Idvalueset-delivery-method.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.ca-csd@1.1.2-dft-preBallot&canonical=http://fhir.infoway-inforoute.ca/io/CA-CSD/ValueSet/delivery-method
URLhttp://fhir.infoway-inforoute.ca/io/CA-CSD/ValueSet/delivery-method
Statusdraft
NameDeliveryMethod
TitleDelivery Method
Authoritynational
DescriptionAdopted from the Ontario eServices guide and uplifted for pan-Canadian use. This extension describes the method of delivery of a service to the patient. Service directory utilizes the extension to ensure that there are options available for virtual (e.g. Zoom) and mixed method delivery of service (e.g. half in-person and half virtual attendance) available.

Resources that use this resource

StructureDefinition
healthcareService-deliveryMethodHealthcareService Delivery Method

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "delivery-method",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ValueSet/delivery-method",
  "name": "DeliveryMethod",
  "title": "Delivery Method",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Adopted from the Ontario eServices guide and uplifted for pan-Canadian use. This extension describes the method of delivery of a service to the patient. Service directory utilizes the extension to ensure that there are options available for virtual (e.g. Zoom) and mixed method delivery of service (e.g. half in-person and half virtual attendance) available.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/20611000087101",
        "concept": [
          {
            "code": "34571000087104",
            "display": "Direct encounter"
          },
          {
            "code": "439708006",
            "display": "Home visit"
          },
          {
            "code": "185317003",
            "display": "Telephone encounter"
          },
          {
            "code": "453131000124105",
            "display": "Videoconference encounter"
          },
          {
            "code": "185320006",
            "display": "Encounter by computer link"
          }
        ]
      }
    ]
  }
}