generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParameters-ExampleEUGETPrescriptionDEMOGRAPHICS.json
68 lines (68 loc) · 1.76 KB
/
Parameters-ExampleEUGETPrescriptionDEMOGRAPHICS.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": "Parameters",
"id": "ExampleEUGETPrescriptionDEMOGRAPHICS",
"meta": {
"profile": [
"https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_PAR_GET_Prescription_Input|1.5"
]
},
"parameter": [
{
"name": "requestData",
"part": [
{
"name": "requesttype",
"valueCoding": {
"code": "demographics",
"system": "https://gematik.de/fhir/erp-eu/CodeSystem/GEM_ERPEU_CS_RequestType"
}
},
{
"name": "kvnr",
"valueIdentifier": {
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "X123456789"
}
},
{
"name": "accessCode",
"valueIdentifier": {
"system": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode",
"value": "ABC123"
}
},
{
"name": "countryCode",
"valueCoding": {
"system": "urn:iso:std:iso:3166",
"code": "BE"
}
},
{
"name": "practitionerName",
"valueString": "Sanches"
},
{
"name": "practitionerRole",
"valueCoding": {
"code": "2262",
"system": "urn:oid:2.16.840.1.113883.2.9.6.2.7",
"display": "Pharmacists"
}
},
{
"name": "pointOfCare",
"valueString": "Super Pharmacia"
},
{
"name": "healthcare-facility-type",
"valueCoding": {
"code": "1.2.276.0.76.4.54",
"system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"display": "Öffentliche Apotheke"
}
}
]
}
]
}