Vital Records Common Library (VRCL) STU2-ballot
2.0.0-ballot - ballot United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: ValueSet - Education Level Vital Records - TTL Representation

Draft as of 2023-12-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-EducationLevel.html\"><code>http://terminology.hl7.org/CodeSystem/v3-EducationLevel</code></a><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/5.0.0/CodeSystem-v3-EducationLevel.html#v3-EducationLevel-ELEM\">ELEM</a></td><td>Elementary School</td><td>Elementary School</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-EducationLevel.html#v3-EducationLevel-SEC\">SEC</a></td><td>Some secondary or high school education</td><td>Some secondary or high school education</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-EducationLevel.html#v3-EducationLevel-HS\">HS</a></td><td>High School or secondary school degree complete</td><td>High School or secondary school degree complete</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-EducationLevel.html#v3-EducationLevel-SCOL\">SCOL</a></td><td>Some College education</td><td>Some College education</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-EducationLevel.html#v3-EducationLevel-POSTG\">POSTG</a></td><td>Doctoral or post graduate education</td><td>Doctoral or post graduate education</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0360.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0360</code></a><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/5.0.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/5.0.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/5.0.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 <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><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/5.0.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK\">UNK</a></td><td>unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><br/>**Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:<br/><br/>1.  Those properties themselves directly translate to a semantic of &quot;unknown&quot;. (E.g. a local code sent as a translation that conveys 'unknown')<br/>2.  Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/vr-common-library/ValueSet/ValueSet-education-level-vr"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "ValueSetEducationLevelVitalRecords"] ; # 
  fhir:title [ fhir:v "ValueSet - Education Level Vital Records"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-16T22:11:04+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.\n\nMapping to IJE codes [here](ConceptMap-ConceptMapEducationLevelVitalRecords.html)."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
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: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: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:concept [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ]       ] )     ] )
  ] . #