FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "delivery-method",
"url": "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/delivery-method",
"name": "DeliveryMethod",
"status": "draft",
"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/io/CA-CSD/StructureDefinition/delivery-method"
},
{
"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"
}
}
]
}
}