Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Education Level VS - TTL Representation
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 "EducationLevelVS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EducationLevelVS</b></p><a name=\"EducationLevelVS\"> </a><a name=\"hcEducationLevelVS\"> </a><a name=\"EducationLevelVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/224294005\">224294005</a></td><td>No formal education</td></tr><tr><td><a href=\"http://snomed.info/id/473463000\">473463000</a></td><td>Received elementary school education</td></tr><tr><td><a href=\"http://snomed.info/id/426769009\">426769009</a></td><td>Received graduate education</td></tr><tr><td><a href=\"http://snomed.info/id/224302000\">224302000</a></td><td>Received higher education college education</td></tr><tr><td><a href=\"http://snomed.info/id/224301007\">224301007</a></td><td>Received polytechnic education</td></tr><tr><td><a href=\"http://snomed.info/id/224300008\">224300008</a></td><td>Received university education</td></tr><tr><td><a href=\"http://snomed.info/id/440344006\">440344006</a></td><td>Received postgraduate education</td></tr><tr><td><a href=\"http://snomed.info/id/440632003\">440632003</a></td><td>Received postdoctorate education</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/ValueSet/EducationLevelVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "EducationLevelVS"] ; #
fhir:title [ fhir:v "Education Level VS"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Education Level"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "224294005" ] ;
fhir:display [ fhir:v "No formal education" ] ] [
fhir:code [ fhir:v "473463000" ] ;
fhir:display [ fhir:v "Received elementary school education" ] ] [
fhir:code [ fhir:v "426769009" ] ;
fhir:display [ fhir:v "Received graduate education" ] ] [
fhir:code [ fhir:v "224302000" ] ;
fhir:display [ fhir:v "Received higher education college education" ] ] [
fhir:code [ fhir:v "224301007" ] ;
fhir:display [ fhir:v "Received polytechnic education" ] ] [
fhir:code [ fhir:v "224300008" ] ;
fhir:display [ fhir:v "Received university education" ] ] [
fhir:code [ fhir:v "440344006" ] ;
fhir:display [ fhir:v "Received postgraduate education" ] ] [
fhir:code [ fhir:v "440632003" ] ;
fhir:display [ fhir:v "Received postdoctorate education" ] ] ) ] )
] . #