Your IG Title
1.0.0 - ci-build International flag

Your IG Title, published by Your Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/patsicko/pack_hl7fhir/ and changes regularly. See the Directory of published versions

: Education Level - TTL Representation

Active as of 2025-10-17

Raw ttl | Download


@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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "education-level"] ; # 
  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: CodeSystem education-level</b></p><a name=\"education-level\"> </a><a name=\"hceducation-level\"> </a><p>This case-sensitive code system <code>http://your.canonical.url/fhir/CodeSystem/education-level</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">no-education<a name=\"education-level-no-education\"> </a></td><td>No Education</td></tr><tr><td style=\"white-space:nowrap\">primary<a name=\"education-level-primary\"> </a></td><td>Primary</td></tr><tr><td style=\"white-space:nowrap\">secondary<a name=\"education-level-secondary\"> </a></td><td>Secondary</td></tr><tr><td style=\"white-space:nowrap\">tertiary<a name=\"education-level-tertiary\"> </a></td><td>Tertiary</td></tr><tr><td style=\"white-space:nowrap\">tvet<a name=\"education-level-tvet\"> </a></td><td>TVET</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://your.canonical.url/fhir/CodeSystem/education-level"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EducationLevel"] ; # 
  fhir:title [ fhir:v "Education Level"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-17T08:59:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Your Organization"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Your Organization" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://organization.url/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@someorg.org" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Langford" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system for different levels of education"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "no-education" ] ;
fhir:display [ fhir:v "No Education" ]
  ] [
fhir:code [ fhir:v "primary" ] ;
fhir:display [ fhir:v "Primary" ]
  ] [
fhir:code [ fhir:v "secondary" ] ;
fhir:display [ fhir:v "Secondary" ]
  ] [
fhir:code [ fhir:v "tertiary" ] ;
fhir:display [ fhir:v "Tertiary" ]
  ] [
fhir:code [ fhir:v "tvet" ] ;
fhir:display [ fhir:v "TVET" ]
  ] ) . #