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": "profile-ext-postal-code-data-absent-reason",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason",
"version": "1.0.0",
"name": "MHADataAbsentReason",
"title": "MHAPatientDataAbsentReason",
"status": "active",
"description": "This extension supports data absent reason for MHA submission for patient health card and postal code. As mandated by PDS, data absent reason must be provided when health card and postal code are not present.",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Patient.identifier"
},
{
"type": "element",
"expression": "Patient.address.postalCode"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"comment": "This is the main binding for the extension. Implementer should follow the additional binding defined to use proper codes for each use case. If this extension is provided for \"no health card reason\", the \"no health card reason\" value set in the additional binding SHALL be followed. If it is provided for \"no postal code reason\", then \"PostalCodeDataAbsentReason\" value set in the addtional binding SHALL be followed.",
"type": [
{
"code": "Coding"
}
],
"mustSupport": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"extension": [
{
"url": "purpose",
"valueCode": "candidate"
},
{
"url": "valueSet",
"valueCanonical": "http://ontariohealth.ca/fhir/ValueSet/no-health-card-number-reason"
},
{
"url": "documentation",
"valueMarkdown": "Reason for no health card number"
},
{
"url": "key",
"valueId": "NoHealthCardNumberReason"
}
]
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/additional-binding",
"extension": [
{
"url": "purpose",
"valueCode": "candidate"
},
{
"url": "valueSet",
"valueCanonical": "http://ontariohealth.ca/fhir/ValueSet/postal-code-data-absent-reason"
},
{
"url": "documentation",
"valueMarkdown": "Codes representing why the data is absent for postal code"
},
{
"url": "key",
"valueId": "PostalCodeDataAbsentReason"
}
]
}
],
"strength": "preferred",
"description": "Provides a reason why the expected value or elements in the element that is extended are missing.",
"valueSet": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
}
},
{
"id": "Extension.value[x].system",
"path": "Extension.value[x].system",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].code",
"path": "Extension.value[x].code",
"min": 1,
"mustSupport": true
},
{
"id": "Extension.value[x].display",
"path": "Extension.value[x].display",
"min": 1,
"mustSupport": true
}
]
}
}