generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StructureDefinition-GEM-ERPEU-PR-Consent.json
118 lines (118 loc) · 3.22 KB
/
StructureDefinition-GEM-ERPEU-PR-Consent.json
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
{
"resourceType": "StructureDefinition",
"id": "GEM-ERPEU-PR-Consent",
"url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Consent",
"version": "1.0",
"name": "GEM_ERPEU_PR_Consent",
"title": "Consent for ePrescriptions",
"status": "draft",
"date": "2025-01-01",
"description": "Records the consent of the patient for an operation in the context of ePrescription.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Consent",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Consent.meta",
"path": "Consent.meta",
"min": 1
},
{
"id": "Consent.meta.profile",
"path": "Consent.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Consent|1.5"
},
{
"id": "Consent.status",
"path": "Consent.status",
"fixedCode": "active"
},
{
"id": "Consent.scope.coding",
"path": "Consent.scope.coding",
"min": 1,
"max": "1"
},
{
"id": "Consent.scope.coding.system",
"path": "Consent.scope.coding.system",
"fixedUri": "http://terminology.hl7.org/CodeSystem/consentscope"
},
{
"id": "Consent.scope.coding.code",
"path": "Consent.scope.coding.code",
"fixedCode": "patient-privacy"
},
{
"id": "Consent.scope.coding.display",
"path": "Consent.scope.coding.display",
"fixedString": "Privacy Consent"
},
{
"id": "Consent.category",
"path": "Consent.category",
"max": "1",
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/erp-eu/ValueSet/GEM_ERPEU_VS_ConsentType"
}
},
{
"id": "Consent.patient",
"path": "Consent.patient",
"min": 1
},
{
"id": "Consent.patient.identifier",
"path": "Consent.patient.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-kvid-10"
]
}
]
},
{
"id": "Consent.patient.identifier.assigner",
"path": "Consent.patient.identifier.assigner",
"mustSupport": true
},
{
"id": "Consent.patient.identifier.assigner.identifier",
"path": "Consent.patient.identifier.assigner.identifier",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-iknr"
]
}
],
"mustSupport": true
},
{
"id": "Consent.dateTime",
"path": "Consent.dateTime",
"mustSupport": true
},
{
"id": "Consent.policyRule",
"path": "Consent.policyRule",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/erp-eu/ValueSet/GEM_ERPEU_VS_Consent_PolicyRule"
}
}
]
}
}