generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StructureDefinition-GEM-ERPEU-PR-Organization.json
140 lines (140 loc) · 4.84 KB
/
StructureDefinition-GEM-ERPEU-PR-Organization.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"resourceType": "StructureDefinition",
"id": "GEM-ERPEU-PR-Organization",
"url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization",
"version": "1.0",
"name": "GEM_ERPEU_PR_Organization",
"title": "Organization Information Received from the EU",
"status": "draft",
"date": "2025-01-01",
"description": "This Organization Profile is sent by the NCPeH when redeeming a Prescription in the EU",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.meta",
"path": "Organization.meta",
"min": 1
},
{
"id": "Organization.meta.profile",
"path": "Organization.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization|1.5"
},
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"short": "Organization Identifier",
"definition": "An identifier for the organization",
"comment": "There are not yet specific identifier systems defined. Therefore the field system is optional, but has to be used if there is a known identifier system.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.identifier.system",
"path": "Organization.identifier.system",
"mustSupport": true
},
{
"id": "Organization.identifier.value",
"path": "Organization.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type",
"path": "Organization.type",
"short": "Organization Type",
"definition": "States the type of the organization as: pharmacy, hospital, doctor's office, dentitst's office",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Organization.type.coding",
"path": "Organization.type.coding",
"definition": "States the type of the organization as: pharmacy, hospital, doctor's office, dentitst's office",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/erp-eu/ValueSet/GEM_ERPEU_VS_HealthCareFacilityType"
}
},
{
"id": "Organization.type.coding.system",
"path": "Organization.type.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.coding.code",
"path": "Organization.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.coding.display",
"path": "Organization.type.coding.display",
"mustSupport": true
},
{
"id": "Organization.name",
"path": "Organization.name",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"comment": "The address information is required for a dispensing organization. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Organization.address.line",
"path": "Organization.address.line",
"comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.city",
"path": "Organization.address.city",
"comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.state",
"path": "Organization.address.state",
"comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.postalCode",
"path": "Organization.address.postalCode",
"comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.address.country",
"path": "Organization.address.country",
"comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
"min": 1,
"mustSupport": true
}
]
}
}