-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeSystem-cd-contact-person.ttl
More file actions
142 lines (136 loc) · 8.34 KB
/
CodeSystem-cd-contact-person.ttl
File metadata and controls
142 lines (136 loc) · 8.34 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
@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 -------------------------------------------------------------------
<https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person> a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "cd-contact-person"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">father<a name=\"cd-contact-person-father\"> </a></td><td>father</td></tr><tr><td style=\"white-space:nowrap\">mother<a name=\"cd-contact-person-mother\"> </a></td><td>mother</td></tr><tr><td style=\"white-space:nowrap\">child<a name=\"cd-contact-person-child\"> </a></td><td>child</td></tr><tr><td style=\"white-space:nowrap\">spouse<a name=\"cd-contact-person-spouse\"> </a></td><td>spouse</td></tr><tr><td style=\"white-space:nowrap\">husband<a name=\"cd-contact-person-husband\"> </a></td><td>husband</td></tr><tr><td style=\"white-space:nowrap\">partner<a name=\"cd-contact-person-partner\"> </a></td><td>partner</td></tr><tr><td style=\"white-space:nowrap\">brother<a name=\"cd-contact-person-brother\"> </a></td><td>brother</td></tr><tr><td style=\"white-space:nowrap\">sister<a name=\"cd-contact-person-sister\"> </a></td><td>sister</td></tr><tr><td style=\"white-space:nowrap\">brotherinlaw<a name=\"cd-contact-person-brotherinlaw\"> </a></td><td>brotherinlaw</td></tr><tr><td style=\"white-space:nowrap\">tutor<a name=\"cd-contact-person-tutor\"> </a></td><td>tutor</td></tr><tr><td style=\"white-space:nowrap\">notary<a name=\"cd-contact-person-notary\"> </a></td><td>notary</td></tr><tr><td style=\"white-space:nowrap\">lawyer<a name=\"cd-contact-person-lawyer\"> </a></td><td>lawyer</td></tr><tr><td style=\"white-space:nowrap\">employer<a name=\"cd-contact-person-employer\"> </a></td><td>employer</td></tr><tr><td style=\"white-space:nowrap\">grandparent<a name=\"cd-contact-person-grandparent\"> </a></td><td>grandparent</td></tr><tr><td style=\"white-space:nowrap\">son<a name=\"cd-contact-person-son\"> </a></td><td>son</td></tr><tr><td style=\"white-space:nowrap\">daughter<a name=\"cd-contact-person-daughter\"> </a></td><td>daughter</td></tr><tr><td style=\"white-space:nowrap\">grandchild<a name=\"cd-contact-person-grandchild\"> </a></td><td>grandchild</td></tr><tr><td style=\"white-space:nowrap\">neighbour<a name=\"cd-contact-person-neighbour\"> </a></td><td>neighbour</td></tr><tr><td style=\"white-space:nowrap\">stepson<a name=\"cd-contact-person-stepson\"> </a></td><td>stepson</td></tr><tr><td style=\"white-space:nowrap\">stepdaughter<a name=\"cd-contact-person-stepdaughter\"> </a></td><td>stepdaughter</td></tr><tr><td style=\"white-space:nowrap\">stepfather<a name=\"cd-contact-person-stepfather\"> </a></td><td>stepfather</td></tr><tr><td style=\"white-space:nowrap\">stepmother<a name=\"cd-contact-person-stepmother\"> </a></td><td>stepmother</td></tr><tr><td style=\"white-space:nowrap\">sisterinlaw<a name=\"cd-contact-person-sisterinlaw\"> </a></td><td>sisterinlaw</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "Cdcontactperson"];
fhir:CodeSystem.title [ fhir:value "CodeSystem CD-CONTACT-PERSON"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2020-09-25T13:06:43+02:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "eHealth Platform"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "eHealth Platform" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.ehealth.fgov.be" ]
]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Message structure" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "message-structure@ehealth.fgov.be" ]
]
];
fhir:CodeSystem.description [ fhir:value "Contact person"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "23"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "father" ];
fhir:CodeSystem.concept.display [ fhir:value "father" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "mother" ];
fhir:CodeSystem.concept.display [ fhir:value "mother" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "child" ];
fhir:CodeSystem.concept.display [ fhir:value "child" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "spouse" ];
fhir:CodeSystem.concept.display [ fhir:value "spouse" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "husband" ];
fhir:CodeSystem.concept.display [ fhir:value "husband" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "partner" ];
fhir:CodeSystem.concept.display [ fhir:value "partner" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "brother" ];
fhir:CodeSystem.concept.display [ fhir:value "brother" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "sister" ];
fhir:CodeSystem.concept.display [ fhir:value "sister" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "brotherinlaw" ];
fhir:CodeSystem.concept.display [ fhir:value "brotherinlaw" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "tutor" ];
fhir:CodeSystem.concept.display [ fhir:value "tutor" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "notary" ];
fhir:CodeSystem.concept.display [ fhir:value "notary" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "lawyer" ];
fhir:CodeSystem.concept.display [ fhir:value "lawyer" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "employer" ];
fhir:CodeSystem.concept.display [ fhir:value "employer" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "grandparent" ];
fhir:CodeSystem.concept.display [ fhir:value "grandparent" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "son" ];
fhir:CodeSystem.concept.display [ fhir:value "son" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "daughter" ];
fhir:CodeSystem.concept.display [ fhir:value "daughter" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "grandchild" ];
fhir:CodeSystem.concept.display [ fhir:value "grandchild" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "neighbour" ];
fhir:CodeSystem.concept.display [ fhir:value "neighbour" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "stepson" ];
fhir:CodeSystem.concept.display [ fhir:value "stepson" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "stepdaughter" ];
fhir:CodeSystem.concept.display [ fhir:value "stepdaughter" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "stepfather" ];
fhir:CodeSystem.concept.display [ fhir:value "stepfather" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "stepmother" ];
fhir:CodeSystem.concept.display [ fhir:value "stepmother" ]
], [
fhir:index 22;
fhir:CodeSystem.concept.code [ fhir:value "sisterinlaw" ];
fhir:CodeSystem.concept.display [ fhir:value "sisterinlaw" ]
] .
# - ontology header ------------------------------------------------------------
<https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person.ttl> a owl:Ontology;
owl:imports fhir:fhir.ttl .
# -------------------------------------------------------------------------------------