FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/vs-EducationLevel

Packagecaseworks.mhaie002
Resource TypeValueSet
Idvs-EducationLevel
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=caseworks.mhaie002@0.0.2&canonical=https://vitalhub.com/fhir/ValueSet/vs-EducationLevel
URLhttps://vitalhub.com/fhir/ValueSet/vs-EducationLevel
Statusactive
NameEducationLevelValueSet
DescriptionLevel of Education Achieved

Resources that use this resource

ValueSet
vs-EducationLevelEducationLevelValueSet

Resources that this resource uses

ValueSet
vs-EducationLevelEducationLevelValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "vs-EducationLevel",
  "url": "https://vitalhub.com/fhir/ValueSet/vs-EducationLevel",
  "name": "EducationLevelValueSet",
  "status": "active",
  "description": "Level of Education Achieved",
  "compose": {
    "include": [
      {
        "system": "https://vitalhub.com/fhir/ValueSet/vs-EducationLevel",
        "concept": [
          {
            "code": "1",
            "display": "No formal education"
          },
          {
            "code": "2",
            "display": "Elementary - partial(Grade 8 or less)"
          },
          {
            "code": "3",
            "display": "Elementary - completed (Grade 8)"
          },
          {
            "code": "4",
            "display": "Secondary - partial (Grade 9 - 11)"
          },
          {
            "code": "5",
            "display": "Secondary - completed (Grade 12/13)"
          },
          {
            "code": "6",
            "display": "Technical/trade school - partial"
          },
          {
            "code": "7",
            "display": "Technical/trade school - completed"
          },
          {
            "code": "8",
            "display": "College - partial"
          },
          {
            "code": "9",
            "display": "College - completed"
          },
          {
            "code": "10",
            "display": "University - partial"
          },
          {
            "code": "11",
            "display": "University completed (BA level)"
          },
          {
            "code": "12",
            "display": "Univ. completed(grad level - MA, PhD)"
          },
          {
            "code": "13",
            "display": "Unknown"
          },
          {
            "code": "14",
            "display": "Asked But Declined"
          }
        ]
      }
    ]
  }
}