Vital Records Common Library (VRCL) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vr-common-library/ and changes regularly. See the Directory of published versions
| Active as of 2026-06-01 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ValueSet-education-level-vr"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ValueSet-education-level-vr</b></p><a name=\"ValueSet-education-level-vr\"> </a><a name=\"hcValueSet-education-level-vr\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-EducationLevel</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version ?2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>ELEM</td><td>Elementary School</td></tr><tr><td>SEC</td><td>Some secondary or high school education</td></tr><tr><td>HS</td><td>High School or secondary school degree complete</td></tr><tr><td>SCOL</td><td>Some College education</td></tr><tr><td>POSTG</td><td>Doctoral or post graduate education</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v2-0360.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0360</code></a><span title=\"Version is explicitly stated to be 3.0.0\"> version ?3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v2-0360.html#v2-0360-AA\">AA</a></td><td>Associate's or technical degree complete</td><td>Associate of Arts</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v2-0360.html#v2-0360-BA\">BA</a></td><td>Bachelor's degree</td><td>Bachelor of Arts</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v2-0360.html#v2-0360-MA\">MA</a></td><td>Master's degree</td><td>Master of Arts</td></tr></table></li><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version ?2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>UNK</td><td>unknown</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "pher" ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-education-level-vr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-education-level-vr>
] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "ValueSetEducationLevelVitalRecords"] ; #
fhir:title [ fhir:v "Value Set - Education Level Vital Records"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-06-01T14:50:40+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Public Health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] )
] ) ; #
fhir:description [ fhir:v "This valueset contains the set of codes used to represent the Highest educational level achieved.\r\n\r\nMapping to IJE codes [here](ConceptMap-ConceptMapEducationLevelVitalRecords.html)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-EducationLevel"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-EducationLevel> ] ;
fhir:version [ fhir:v "2018-08-12" ] ;
( fhir:concept [
fhir:code [ fhir:v "ELEM" ] ;
fhir:display [ fhir:v "Elementary School" ] ] [
fhir:code [ fhir:v "SEC" ] ;
fhir:display [ fhir:v "Some secondary or high school education" ] ] [
fhir:code [ fhir:v "HS" ] ;
fhir:display [ fhir:v "High School or secondary school degree complete" ] ] [
fhir:code [ fhir:v "SCOL" ] ;
fhir:display [ fhir:v "Some College education" ] ] [
fhir:code [ fhir:v "POSTG" ] ;
fhir:display [ fhir:v "Doctoral or post graduate education" ] ] ) ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0360> ] ;
fhir:version [ fhir:v "3.0.0" ] ;
( fhir:concept [
fhir:code [ fhir:v "AA" ] ;
fhir:display [ fhir:v "Associate's or technical degree complete" ] ] [
fhir:code [ fhir:v "BA" ] ;
fhir:display [ fhir:v "Bachelor's degree" ] ] [
fhir:code [ fhir:v "MA" ] ;
fhir:display [ fhir:v "Master's degree" ] ] ) ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor> ] ;
fhir:version [ fhir:v "2018-08-12" ] ;
( fhir:concept [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ] ] ) ] )
] . #
IG © 2023+ HL7 International / Public Health.
Package hl7.fhir.us.vr-common-library#2.0.0 based on FHIR 4.0.1.
Generated
2026-06-01
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
