-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile-ConsentManagement-Consent.xml
278 lines (278 loc) · 10.7 KB
/
profile-ConsentManagement-Consent.xml
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="profile-consent-management-consent" />
<url value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
<version value="1.0.0" />
<name value="ConsentManagementConsent" />
<title value="Consent Management: Consent" />
<status value="active" />
<experimental value="false" />
<date value="2021-09-23" />
<publisher value="AG Einwilligungsmanagement des Interoperabilitätsforums" />
<contact>
<telecom>
<system value="url" />
<value value="https://wiki.hl7.de/index.php?title=Einwilligungsmanagement_(Projekt)" />
</telecom>
</contact>
<fhirVersion value="4.0.1" />
<mapping>
<identity value="workflow" />
<uri value="http://hl7.org/fhir/workflow" />
<name value="Workflow Pattern" />
</mapping>
<mapping>
<identity value="v2" />
<uri value="http://hl7.org/v2" />
<name value="HL7 v2 Mapping" />
</mapping>
<mapping>
<identity value="rim" />
<uri value="http://hl7.org/v3" />
<name value="RIM Mapping" />
</mapping>
<mapping>
<identity value="w5" />
<uri value="http://hl7.org/fhir/fivews" />
<name value="FiveWs Pattern Mapping" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="Consent" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Consent" />
<derivation value="constraint" />
<differential>
<element id="Consent.extension">
<path value="Consent.extension" />
<slicing>
<discriminator>
<type value="value" />
<path value="url" />
</discriminator>
<rules value="open" />
</slicing>
</element>
<element id="Consent.extension:domainReference">
<path value="Consent.extension" />
<sliceName value="domainReference" />
<type>
<code value="Extension" />
<profile value="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference" />
</type>
<mustSupport value="true" />
</element>
<element id="Consent.extension:domainReference.extension">
<path value="Consent.extension.extension" />
<slicing>
<discriminator>
<type value="value" />
<path value="url" />
</discriminator>
<rules value="open" />
</slicing>
</element>
<element id="Consent.extension:domainReference.extension:domain">
<path value="Consent.extension.extension" />
<sliceName value="domain" />
<mustSupport value="true" />
</element>
<element id="Consent.status">
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
<valueCode value="4.0.0" />
</extension>
<path value="Consent.status" />
<mustSupport value="true" />
</element>
<element id="Consent.scope">
<path value="Consent.scope" />
<comment value="Wird im Kontext des Einwilligungsmanagment-Leitfadens nicht näher definiert.
Bei Bedarf kann das ValueSet erweitert oder ggf. ein NullFlavor-Code eingetragen werden." />
</element>
<element id="Consent.category">
<path value="Consent.category" />
<slicing>
<discriminator>
<type value="pattern" />
<path value="$this" />
</discriminator>
<rules value="open" />
</slicing>
<mustSupport value="true" />
</element>
<element id="Consent.category:consentCategory">
<path value="Consent.category" />
<sliceName value="consentCategory" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:consentCategory.coding">
<path value="Consent.category.coding" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:consentCategory.coding.system">
<path value="Consent.category.coding.system" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:consentCategory.coding.code">
<path value="Consent.category.coding.code" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:resultType">
<path value="Consent.category" />
<sliceName value="resultType" />
<mustSupport value="true" />
<binding>
<strength value="required" />
<valueSet value="http://fhir.de/ConsentManagement/ValueSet/ResultType" />
</binding>
</element>
<element id="Consent.category:resultType.coding">
<path value="Consent.category.coding" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:resultType.coding.system">
<path value="Consent.category.coding.system" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:resultType.coding.code">
<path value="Consent.category.coding.code" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:templateType">
<path value="Consent.category" />
<sliceName value="templateType" />
<mustSupport value="true" />
<binding>
<strength value="extensible" />
<valueSet value="http://fhir.de/ConsentManagement/ValueSet/TemplateType" />
</binding>
</element>
<element id="Consent.category:templateType.coding">
<path value="Consent.category.coding" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:templateType.coding.system">
<path value="Consent.category.coding.system" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.category:templateType.coding.code">
<path value="Consent.category.coding.code" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.patient">
<path value="Consent.patient" />
<min value="1" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.de/ConsentManagement/StructureDefinition/Patient" />
</type>
<mustSupport value="true" />
</element>
<element id="Consent.patient.reference">
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
<valueCode value="4.0.0" />
</extension>
<path value="Consent.patient.reference" />
</element>
<element id="Consent.dateTime">
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
<valueCode value="4.0.0" />
</extension>
<path value="Consent.dateTime" />
<short value="Erstellungszeitpunkt der Einwilligungsinformation" />
<definition value="Zu diesem Zeitpunkt wurde diese Einwilligungsinformation erstellt.
Dies ist nicht notwendigerweise identisch mit dem Zeitpunkt der Einwilligungserklärung oder dem Beginn des Gültigkeitszeitraums." />
<comment value="Dieser Zeitpunkt sollte in der Praxis, zumindest bei vollelektronischer Verarbeitung, identisch mit dem Unterschriftsdatum des Fragebogens sein (Provenance.signature.when des Patienten)" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.organization">
<path value="Consent.organization" />
<short value="Organisation, in der die Einwilligung erfasst wurde." />
<definition value="Dies ist die Organisation, die den Consent erfasst hat." />
<mustSupport value="true" />
</element>
<element id="Consent.source[x]">
<path value="Consent.source[x]" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.de/ConsentManagement/StructureDefinition/QuestionnaireResponse" />
</type>
<mustSupport value="true" />
</element>
<element id="Consent.source[x].reference">
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
<valueCode value="4.0.0" />
</extension>
<path value="Consent.source[x].reference" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.policy">
<path value="Consent.policy" />
<mustSupport value="true" />
</element>
<element id="Consent.policy.uri">
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
<valueCode value="4.0.0" />
</extension>
<path value="Consent.policy.uri" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Consent.policyRule">
<path value="Consent.policyRule" />
<mustSupport value="true" />
</element>
<element id="Consent.policyRule.extension">
<path value="Consent.policyRule.extension" />
<slicing>
<discriminator>
<type value="value" />
<path value="url" />
</discriminator>
<rules value="open" />
</slicing>
</element>
<element id="Consent.policyRule.extension:xacml">
<path value="Consent.policyRule.extension" />
<sliceName value="xacml" />
<max value="1" />
<type>
<code value="Extension" />
<profile value="http://fhir.de/ConsentManagement/StructureDefinition/Xacml" />
</type>
<mustSupport value="true" />
</element>
<element id="Consent.provision">
<path value="Consent.provision" />
<mustSupport value="true" />
</element>
<element id="Consent.provision.period">
<path value="Consent.provision.period" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>