FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeValueSet
IdValueset.ca-on-mha-patient-data-absent-reason.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.mha.pds@2.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ValueSet/postal-code-data-absent-reason
URLhttp://ontariohealth.ca/fhir/ValueSet/postal-code-data-absent-reason
Version1.0.0
Statusactive
Date2025-05-21T20:17:06.3613088+00:00
NamePostalCodeDataAbsentReason
TitlePatient Data Absent Reason Code
Realmus
Authorityhl7
DescriptionCodes representing why the data is absent for postal code

Resources that use this resource

StructureDefinition
ca.on.mha.pds#2.0.0-snapshot10ext-ca-on-mha-data-absent-reasonMHAPatientDataAbsentReason

Resources that this resource uses

CodeSystem
ca.on.mha.pds#2.0.0-snapshot10no-postal-code-reasonNo Postal Code Reason
dk.ehealth.sundhed.fhir.ig.core#currentdata-absent-reasonDataAbsentReason

Narrative

Note: links and images are rebased to the (stated) source

Patient Data Absent Reason

http://ontariohealth.ca/fhir/ValueSet/sdohCategory

Patient 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"
          }
        ]
      }
    ]
  }
}