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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-v3-EducationLevel.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem v3-EducationLevel

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-EducationLevel defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitionStatus
ASSOC Associate's or technical degree completeAssociate's or technical degree completeactive
BD College or baccalaureate degree completeCollege or baccalaureate degree completeactive
ELEM Elementary SchoolElementary Schoolactive
GD Graduate or professional Degree completeGraduate or professional Degree completeactive
HS High School or secondary school degree completeHigh School or secondary school degree completeactive
PB Some post-baccalaureate educationSome post-baccalaureate educationactive
POSTG Doctoral or post graduate educationDoctoral or post graduate educationactive
SCOL Some College educationSome College educationactive
SEC Some secondary or high school educationSome secondary or high school educationactive

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-EducationLevel",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-EducationLevel",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1077"
  },
  "version": "4.0.0",
  "name": "EducationLevel",
  "title": "Education Level",
  "status": "active",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Years of education that a person has completed",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "ASSOC",
      "display": "Associate's or technical degree complete",
      "definition": "Associate's or technical degree complete",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "BD",
      "display": "College or baccalaureate degree complete",
      "definition": "College or baccalaureate degree complete",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "ELEM",
      "display": "Elementary School",
      "definition": "Elementary School",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "GD",
      "display": "Graduate or professional Degree complete",
      "definition": "Graduate or professional Degree complete",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "HS",
      "display": "High School or secondary school degree complete",
      "definition": "High School or secondary school degree complete",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "PB",
      "display": "Some post-baccalaureate education",
      "definition": "Some post-baccalaureate education",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "POSTG",
      "display": "Doctoral or post graduate education",
      "definition": "Doctoral or post graduate education",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "SCOL",
      "display": "Some College education",
      "definition": "Some College education",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "SEC",
      "display": "Some secondary or high school education",
      "definition": "Some secondary or high school education",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}