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

FHIR IG analytics

Packageca.on.oh.mha.pds
Resource TypeValueSet
IdValueSet.ca-on-mha-HighestLevelOfEducationAttained.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "highest-level-of-education-attained",
  "url": "http://ontariohealth.ca/fhir/ValueSet/highest-level-of-education-attained",
  "version": "2.0.0",
  "name": "HighestLevelOfEducationAttained",
  "title": "Highest Level of Education Attained",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "The highest level of education attained by the client.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/highest-level-of-education-attained"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept": [
          {
            "code": "asked-declined",
            "display": "Asked But Declined"
          },
          {
            "code": "not-applicable",
            "display": "Not Applicable"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}