@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HighestLevelOfEducation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem HighestLevelOfEducation

This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/HighestLevelOfEducation defines the following codes:

CodeDisplayDefinition
0 up to and including high schoolInput at item 0
1 above high school educationInput at item 1
2 no educationInput at item 2
3 otherInput at item 3
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/HighestLevelOfEducation"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Highest_level_of_education"] ; # fhir:title [ fhir:v "Highest level of education Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2022-11-28T14:27:31+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Highest level of education"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "up to and including high school" ] ; fhir:definition [ fhir:v "Input at item 0" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "above high school education" ] ; fhir:definition [ fhir:v "Input at item 1" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "no education" ] ; fhir:definition [ fhir:v "Input at item 2" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "other" ] ; fhir:definition [ fhir:v "Input at item 3" ] ] ) . # # -------------------------------------------------------------------------------------