{
"description": "Some referral processes may ask the referrer to provide some data that impacts the performer's automated referral processing rules. The rules for how a performer processes their referrals can be unique to the performer. Some examples include routing based on: \\n - The type of referrer (from the hospital, primary care, out of province, etc...) \\n - The patient's Postal Code FSA (e.g., K8N, L0L, etc...) \\n - The first letter of the patient's last name (e.g., A-J, K-Z) To handle this, use this extension, which is included in both the ServiceRequest AND MessageHeader (for add-service-request event) resources. By also including the extension in the MessageHeader, it makes it easier for implementers to find the key routing-related data fields without needing to dig further into the referral payload. \\n\\n **Note**: When the eReferral process is combined with a service directory, the directory should be able to publish the valueSet of referral options that are available for a selected service.",
"_filename": "RoutingOptions.json",
"package_name": "ca.infoway.io.erec",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "RoutingOptions",
"abstract": false,
"type": "Extension",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "RoutingOptions",
"package_version": "1.2.0-dft",
"status": "draft",
"id": "d6ce7f73-6671-46b7-9240-6d0619028445",
"kind": "complex-type",
"url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Routing-Options-EXT",
"context": [ {
"type": "element",
"expression": "ServiceRequest"
}, {
"type": "element",
"expression": "MessageHeader"
} ],
"version": null,
"differential": {
"element": [ {
"id": "Extension",
"path": "Extension",
"definition": "For Referral Source Type identification. Only one referral routing object is expected."
}, {
"id": "Extension.extension",
"max": "0",
"path": "Extension.extension"
}, {
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/Routing-Options-EXT"
}, {
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "required",
"valueSet": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/referral-source-types"
}
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}