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",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType",
"version": "2.0.0",
"name": "ExtensionReferralSourceType",
"status": "active",
"date": "2022-08-22T20:17:06.3613088+00:00",
"description": "The type agency, organization or individual that referred the client for treatment to the agency providing the services.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "MHA-PDS-Mapping",
"name": "Referral Source Type"
}
],
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "ServiceRequest.requester"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Referral Source Type",
"definition": "The type agency, organization or individual that referred the client for treatment to the agency providing the services .",
"max": "1"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "The type of agency, organization or individual that referred the client for treatment to the agency providing the services",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/referral-source-type"
}
},
{
"id": "Extension.value[x].coding",
"path": "Extension.value[x].coding",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Extension.value[x].coding.system",
"path": "Extension.value[x].coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].coding.code",
"path": "Extension.value[x].coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].coding.display",
"path": "Extension.value[x].coding.display",
"min": 1,
"mustSupport": true,
"mapping": [
{
"identity": "MHA-PDS-Mapping",
"map": "Referral Source Type"
}
]
}
]
}
}