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

FHIR IG analytics

Packageca.infoway.io.ca-ext-reg
Resource TypeStructureDefinition
IdDeliveryMethod.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.ca-ext-reg@0.0.3-beta-1&canonical=http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-deliveryMethod
URLhttp://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-deliveryMethod
Version1.1.0
Statusdraft
NameHealthcareServiceDeliveryMethod
TitleHealthcareService Delivery Method
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.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
healthcareservice-ca-coreHealthcareService (CA-Core)
CA-CSD-HealthcareServiceHealthcareService

Resources that this resource uses

ValueSet
delivery-methodDelivery Method

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "HealthcareService-deliveryMethod",
  "url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-deliveryMethod",
  "name": "HealthcareServiceDeliveryMethod",
  "title": "HealthcareService Delivery Method",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
          "code": "AB"
        },
        {
          "system": "https://canadapost.ca/CodeSystem/ProvinceCodes",
          "code": "ON"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "status": "draft",
  "version": "1.1.0",
  "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.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "HealthcareService"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/healthcareService-deliveryMethod"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "Codes representing the method or modality through which healthcare services are provided.",
          "valueSet": "http://fhir.infoway-inforoute.ca/io/CA-CSD/ValueSet/delivery-method"
        }
      }
    ]
  }
}