@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 -------------------------------------------------------------------

<https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-isced-2011-education-level> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "prenudge-isced-2011-education-level"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet prenudge-isced-2011-education-level</b></p><a name=\"prenudge-isced-2011-education-level\"> </a><a name=\"hcprenudge-isced-2011-education-level\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-prenudge-isced-2011-education-level.html\"><code>https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/ValueSet/prenudge-isced-2011-education-level"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AtPrenudgeValueSetIsced2011EducationLevel"] ; # 
  fhir:title [ fhir:v "AT PreNUDGE ISCED 2011 Education Level ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-22T14:44:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "The PreNUDGE Consortium"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "The PreNUDGE Consortium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://prenudge.at" ]
     ] )
  ] [
     fhir:name [ fhir:v "The PreNUDGE Consortium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://prenudge.at" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Permitted answer values for the highest completed education level according to ISCED 2011."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://fhir.hl7.at/prenudge/appdata/r4/CodeSystem/prenudge-isced-2011-education-level"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

