FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Patient Data Absent Reason
http://ontariohealth.ca/fhir/ValueSet/sdohCategoryPatient demographics data absent reason codes.
Source1
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/ValueSet/postal-code-data-absent-reason",
"version": "1.0.0",
"name": "PostalCodeDataAbsentReason",
"title": "Patient Data Absent Reason Code",
"status": "active",
"date": "2025-05-21T20:17:06.3613088+00:00",
"publisher": "Ontario Health",
"description": "Codes representing why the data is absent for postal code",
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/no-postal-code-reason",
"concept": [
{
"code": "no-PC",
"display": "does not have an address"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"concept": [
{
"code": "not-asked",
"display": "Not Asked"
},
{
"code": "asked-declined",
"display": "Asked But Declined"
}
]
}
]
}
}