SL Core
0.1.0 - ci-build

SL Core - Local Development build (v0.1.0). See the Directory of published versions

: LK Core Qualifications Code System - TTL Representation

Draft as of 2023-09-05

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lk-core-qualifications-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.health.gov.lk/CodeSystem/lk-core-qualifications-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LKCoreQualificationsCS"] ; # 
  fhir:title [ fhir:v "LK Core Qualifications Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-09-05T15:30:49+05:30"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codesystem for Academic Qualifications"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Certificate (GCE O/L or equivalent)" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Advanced Certificate (GCE A/L or equivalent)" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Diploma" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Higher Diploma" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Bachelors" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Bachelors Honours" ]
  ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Postgraduate Certificate Certificate" ]
  ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Postgraduate Diploma" ]
  ] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "Masters by course work work" ]
  ] [
fhir:code [ fhir:v "10" ] ;
fhir:display [ fhir:v "Masters with course work and a research component" ]
  ] [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Master of Philosophy" ]
  ] [
fhir:code [ fhir:v "12" ] ;
fhir:display [ fhir:v "Doctor of Philosophy / MD with Board Certification/Doctor of Letters/Doctor of Science" ]
  ] ) . #