-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeSystem-lk-core-allergyintolerance-code-cs.ttl
31 lines (27 loc) · 1.47 KB
/
CodeSystem-lk-core-allergyintolerance-code-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
@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-allergyintolerance-code-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lk-core-allergyintolerance-code-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/allergy-intolerance-code-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LKCoreAllergyIntoleranceCodeCS"] ; #
fhir:title [ fhir:v "LK Core Allergy Intolerance Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2023-09-05T15:30:49+05:30"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Substances, medciations and other allergens for Sri Lanka"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Sub-1" ] ;
fhir:display [ fhir:v "Example substance" ] ;
fhir:definition [ fhir:v "Level 1 is the bottom level, below the lower edge of the pectoralis minor muscle." ]
] ) . #
# -------------------------------------------------------------------------------------