-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile-ConsentManagement-Patient.xml
132 lines (132 loc) · 5.23 KB
/
profile-ConsentManagement-Patient.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
<?xml version="1.0" encoding="utf-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="profile-consent-management-patient"/>
<url value="http://fhir.de/ConsentManagement/StructureDefinition/Patient" />
<version value="1.0.1"/>
<name value="ConsentManagementPatient" />
<title value="Consent Management: Patient" />
<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="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="loinc" />
<uri value="http://loinc.org" />
<name value="LOINC code for the element" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="Patient" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient" />
<derivation value="constraint" />
<differential>
<element id="Patient.identifier">
<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="Patient.identifier" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Patient.identifier.type">
<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="Patient.identifier.type" />
<min value="1" />
<mustSupport value="true" />
<binding>
<strength value="extensible" />
<valueSet value="http://fhir.de/ConsentManagement/ValueSet/ContextIdentifierType" />
</binding>
</element>
<element id="Patient.identifier.type.coding">
<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="Patient.identifier.type.coding" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Patient.identifier.type.coding.system">
<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="Patient.identifier.type.coding.system" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Patient.identifier.type.coding.code">
<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="Patient.identifier.type.coding.code" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Patient.identifier.system">
<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="Patient.identifier.system" />
<min value="1" />
<mustSupport value="true" />
</element>
<element id="Patient.identifier.value">
<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="Patient.identifier.value" />
<min value="1" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>