@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "education-level"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
" ] ; # fhir:url [ fhir:v "https://fhir.ee/ValueSet/education-level"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EEMPIEducationLevel"] ; # fhir:title [ fhir:v "Education Level"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-30T18:29:05+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "TEHIK"] ; # fhir:contact ( [ fhir:name [ fhir:v "TEHIK" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://tehik.ee" ] ] ) ] ) ; # fhir:description [ fhir:v "Patsiendi kõrgeim haridustase"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EE" ] ; fhir:display [ fhir:v "Estonia" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://fhir.ee/CodeSystem/education-level"^^xsd:anyURI ] ] ) ] . # # -------------------------------------------------------------------------------------