generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OperationDefinition-Grant-EU-Access-Permission.json
68 lines (68 loc) · 2.01 KB
/
OperationDefinition-Grant-EU-Access-Permission.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
{
"resourceType": "OperationDefinition",
"id": "Grant-EU-Access-Permission",
"url": "https://gematik.de/fhir/erp-eu/OperationDefinition/Grant_Access_PermissionOperationDefinition",
"status": "draft",
"version": "1.0",
"date": "2025-01-01",
"name": "Grant_Access_Permission",
"kind": "operation",
"description": "This operation receives the access code and the country that the patient wants to grant access to. The operation validates the country and creates registeres the Access Code.",
"code": "grant-eu-access-permission",
"system": true,
"type": false,
"instance": false,
"affectsState": true,
"inputProfile": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_PAR_Access_Authorization_Request",
"outputProfile": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_PAR_Access_Authorization_Response",
"parameter": [
{
"name": "countryCode",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The country for which the patient wants to grant access.",
"type": "Coding"
},
{
"name": "accessCode",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The access code for that country.",
"type": "Identifier"
},
{
"name": "countryCode",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The country for which the patient wants to grant access.",
"type": "Coding"
},
{
"name": "accessCode",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The access code for that country.",
"type": "Identifier"
},
{
"name": "validUntil",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The instant until the access code is valid.",
"type": "instant"
},
{
"name": "createdAt",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The instant when the record was created in the E-Rezept-Fachdienst.",
"type": "instant"
}
]
}