-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile-ConsentManagement-DocumentReference.xml
122 lines (122 loc) · 4.74 KB
/
profile-ConsentManagement-DocumentReference.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
<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="profile-consent-management-document-reference" />
<url value="http://fhir.de/ConsentManagement/StructureDefinition/DocumentReference" />
<version value="1.0.1" />
<name value="ConsentManagementDocumentReference" />
<title value="Consent Management DocumentReference" />
<status value="active" />
<experimental value="false" />
<date value="2022-07-20" />
<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="fhircomposition" />
<uri value="http://hl7.org/fhir/composition" />
<name value="FHIR Composition" />
</mapping>
<mapping>
<identity value="rim" />
<uri value="http://hl7.org/v3" />
<name value="RIM Mapping" />
</mapping>
<mapping>
<identity value="cda" />
<uri value="http://hl7.org/v3/cda" />
<name value="CDA (R2)" />
</mapping>
<mapping>
<identity value="w5" />
<uri value="http://hl7.org/fhir/fivews" />
<name value="FiveWs Pattern Mapping" />
</mapping>
<mapping>
<identity value="v2" />
<uri value="http://hl7.org/v2" />
<name value="HL7 v2 Mapping" />
</mapping>
<mapping>
<identity value="xds" />
<uri value="http://ihe.net/xds" />
<name value="XDS metadata equivalent" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="DocumentReference" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/DocumentReference" />
<derivation value="constraint" />
<differential>
<element id="DocumentReference.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="DocumentReference.status" />
<mustSupport value="true" />
</element>
<element id="DocumentReference.subject">
<path value="DocumentReference.subject" />
<min value="1" />
<type>
<code value="Reference" />
<targetProfile value="http://fhir.de/ConsentManagement/StructureDefinition/Patient" />
</type>
<mustSupport value="true" />
</element>
<element id="DocumentReference.subject.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="DocumentReference.subject.reference" />
</element>
<element id="DocumentReference.content">
<path value="DocumentReference.content" />
<mustSupport value="true" />
</element>
<element id="DocumentReference.content.attachment">
<path value="DocumentReference.content.attachment" />
<mustSupport value="true" />
</element>
<element id="DocumentReference.content.attachment.contentType">
<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="DocumentReference.content.attachment.contentType" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="DocumentReference.content.attachment.data">
<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="DocumentReference.content.attachment.data" />
<mustSupport value="true" />
</element>
<element id="DocumentReference.content.attachment.url">
<path value="DocumentReference.content.attachment.url" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>