-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-lk-core-qualifications-cs.ttl
63 lines (59 loc) · 2.39 KB
/
CodeSystem-lk-core-qualifications-cs.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
@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 -------------------------------------------------------------------
<http://fhir.health.gov.lk/CodeSystem/lk-core-qualifications-cs> 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" ]
] ) . #
# -------------------------------------------------------------------------------------