@medplum/definitions 5.1.36 → 5.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -203,7 +203,9 @@
|
|
|
203
203
|
"ProjectDefaultAccessPolicies": "#/definitions/ProjectDefaultAccessPolicies",
|
|
204
204
|
"DicomStudy": "#/definitions/DicomStudy",
|
|
205
205
|
"DicomSeries": "#/definitions/DicomSeries",
|
|
206
|
-
"DicomInstance": "#/definitions/DicomInstance"
|
|
206
|
+
"DicomInstance": "#/definitions/DicomInstance",
|
|
207
|
+
"Enterprise": "#/definitions/Enterprise",
|
|
208
|
+
"EnterpriseProject": "#/definitions/EnterpriseProject"
|
|
207
209
|
}
|
|
208
210
|
},
|
|
209
211
|
"oneOf": [
|
|
@@ -803,6 +805,12 @@
|
|
|
803
805
|
},
|
|
804
806
|
{
|
|
805
807
|
"$ref": "#/definitions/DicomInstance"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"$ref": "#/definitions/Enterprise"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"$ref": "#/definitions/EnterpriseProject"
|
|
806
814
|
}
|
|
807
815
|
],
|
|
808
816
|
"definitions": {
|
|
@@ -1404,6 +1412,12 @@
|
|
|
1404
1412
|
},
|
|
1405
1413
|
{
|
|
1406
1414
|
"$ref": "#/definitions/DicomInstance"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"$ref": "#/definitions/Enterprise"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"$ref": "#/definitions/EnterpriseProject"
|
|
1407
1421
|
}
|
|
1408
1422
|
]
|
|
1409
1423
|
},
|
|
@@ -65665,6 +65679,119 @@
|
|
|
65665
65679
|
"metadata",
|
|
65666
65680
|
"raw"
|
|
65667
65681
|
]
|
|
65682
|
+
},
|
|
65683
|
+
"Enterprise": {
|
|
65684
|
+
"description": "A group of Medplum projects managed as a single enterprise.",
|
|
65685
|
+
"properties": {
|
|
65686
|
+
"resourceType": {
|
|
65687
|
+
"description": "This is a Enterprise resource",
|
|
65688
|
+
"const": "Enterprise"
|
|
65689
|
+
},
|
|
65690
|
+
"id": {
|
|
65691
|
+
"description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
65692
|
+
"$ref": "#/definitions/string"
|
|
65693
|
+
},
|
|
65694
|
+
"meta": {
|
|
65695
|
+
"description": "The metadata about the resource. This is content that is maintained by the infrastructure.",
|
|
65696
|
+
"$ref": "#/definitions/Meta"
|
|
65697
|
+
},
|
|
65698
|
+
"implicitRules": {
|
|
65699
|
+
"description": "A reference to a set of rules that were followed when the resource was constructed.",
|
|
65700
|
+
"$ref": "#/definitions/uri"
|
|
65701
|
+
},
|
|
65702
|
+
"language": {
|
|
65703
|
+
"description": "The base language in which the resource is written.",
|
|
65704
|
+
"$ref": "#/definitions/code"
|
|
65705
|
+
},
|
|
65706
|
+
"text": {
|
|
65707
|
+
"description": "A human-readable narrative that contains a summary of the resource.",
|
|
65708
|
+
"$ref": "#/definitions/Narrative"
|
|
65709
|
+
},
|
|
65710
|
+
"contained": {
|
|
65711
|
+
"description": "Resources that do not have an independent existence apart from the resource that contains them.",
|
|
65712
|
+
"items": {
|
|
65713
|
+
"$ref": "#/definitions/Resource"
|
|
65714
|
+
},
|
|
65715
|
+
"type": "array"
|
|
65716
|
+
},
|
|
65717
|
+
"extension": {
|
|
65718
|
+
"description": "Additional content defined by implementations.",
|
|
65719
|
+
"items": {
|
|
65720
|
+
"$ref": "#/definitions/Extension"
|
|
65721
|
+
},
|
|
65722
|
+
"type": "array"
|
|
65723
|
+
},
|
|
65724
|
+
"modifierExtension": {
|
|
65725
|
+
"description": "Extensions that cannot be ignored.",
|
|
65726
|
+
"items": {
|
|
65727
|
+
"$ref": "#/definitions/Extension"
|
|
65728
|
+
},
|
|
65729
|
+
"type": "array"
|
|
65730
|
+
},
|
|
65731
|
+
"identifier": {
|
|
65732
|
+
"description": "Identifiers for the enterprise.",
|
|
65733
|
+
"items": {
|
|
65734
|
+
"$ref": "#/definitions/Identifier"
|
|
65735
|
+
},
|
|
65736
|
+
"type": "array"
|
|
65737
|
+
},
|
|
65738
|
+
"name": {
|
|
65739
|
+
"description": "The name of the enterprise.",
|
|
65740
|
+
"$ref": "#/definitions/string"
|
|
65741
|
+
},
|
|
65742
|
+
"status": {
|
|
65743
|
+
"description": "Whether the enterprise is active or inactive.",
|
|
65744
|
+
"enum": [
|
|
65745
|
+
"active",
|
|
65746
|
+
"inactive"
|
|
65747
|
+
]
|
|
65748
|
+
},
|
|
65749
|
+
"organization": {
|
|
65750
|
+
"description": "The organization represented by the enterprise.",
|
|
65751
|
+
"$ref": "#/definitions/Reference"
|
|
65752
|
+
},
|
|
65753
|
+
"code": {
|
|
65754
|
+
"description": "Codes used to classify the enterprise.",
|
|
65755
|
+
"items": {
|
|
65756
|
+
"$ref": "#/definitions/CodeableConcept"
|
|
65757
|
+
},
|
|
65758
|
+
"type": "array"
|
|
65759
|
+
},
|
|
65760
|
+
"project": {
|
|
65761
|
+
"description": "Projects belonging to the enterprise and their deployment environments.",
|
|
65762
|
+
"items": {
|
|
65763
|
+
"$ref": "#/definitions/EnterpriseProject"
|
|
65764
|
+
},
|
|
65765
|
+
"type": "array"
|
|
65766
|
+
}
|
|
65767
|
+
},
|
|
65768
|
+
"additionalProperties": false,
|
|
65769
|
+
"required": [
|
|
65770
|
+
"resourceType",
|
|
65771
|
+
"name",
|
|
65772
|
+
"status"
|
|
65773
|
+
]
|
|
65774
|
+
},
|
|
65775
|
+
"EnterpriseProject": {
|
|
65776
|
+
"description": "Projects belonging to the enterprise and their deployment environments.",
|
|
65777
|
+
"properties": {
|
|
65778
|
+
"project": {
|
|
65779
|
+
"description": "A project belonging to the enterprise.",
|
|
65780
|
+
"$ref": "#/definitions/Reference"
|
|
65781
|
+
},
|
|
65782
|
+
"code": {
|
|
65783
|
+
"description": "Whether the project is a production or non-production environment.",
|
|
65784
|
+
"enum": [
|
|
65785
|
+
"production",
|
|
65786
|
+
"non-production"
|
|
65787
|
+
]
|
|
65788
|
+
}
|
|
65789
|
+
},
|
|
65790
|
+
"additionalProperties": false,
|
|
65791
|
+
"required": [
|
|
65792
|
+
"project",
|
|
65793
|
+
"code"
|
|
65794
|
+
]
|
|
65668
65795
|
}
|
|
65669
65796
|
}
|
|
65670
65797
|
}
|
|
@@ -6,6 +6,292 @@
|
|
|
6
6
|
},
|
|
7
7
|
"type" : "collection",
|
|
8
8
|
"entry" : [{
|
|
9
|
+
"fullUrl": "https://medplum.com/fhir/StructureDefinition/Enterprise",
|
|
10
|
+
"resource": {
|
|
11
|
+
"resourceType": "StructureDefinition",
|
|
12
|
+
"id": "Enterprise",
|
|
13
|
+
"name": "Enterprise",
|
|
14
|
+
"url": "https://medplum.com/fhir/StructureDefinition/Enterprise",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"description": "A group of Medplum projects managed as a single enterprise.",
|
|
17
|
+
"kind": "resource",
|
|
18
|
+
"abstract": false,
|
|
19
|
+
"type": "Enterprise",
|
|
20
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
|
|
21
|
+
"snapshot": {
|
|
22
|
+
"element": [
|
|
23
|
+
{
|
|
24
|
+
"id": "Enterprise",
|
|
25
|
+
"path": "Enterprise",
|
|
26
|
+
"short": "A group of Medplum projects managed as a single enterprise.",
|
|
27
|
+
"definition": "A group of Medplum projects managed as a single enterprise.",
|
|
28
|
+
"min": 0,
|
|
29
|
+
"max": "*",
|
|
30
|
+
"base": {
|
|
31
|
+
"path": "Enterprise",
|
|
32
|
+
"min": 0,
|
|
33
|
+
"max": "*"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "Enterprise.id",
|
|
38
|
+
"path": "Enterprise.id",
|
|
39
|
+
"short": "Logical id of this artifact",
|
|
40
|
+
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
41
|
+
"min": 0,
|
|
42
|
+
"max": "1",
|
|
43
|
+
"base": {
|
|
44
|
+
"path": "Resource.id",
|
|
45
|
+
"min": 0,
|
|
46
|
+
"max": "1"
|
|
47
|
+
},
|
|
48
|
+
"type": [{
|
|
49
|
+
"code": "string"
|
|
50
|
+
}]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "Enterprise.meta",
|
|
54
|
+
"path": "Enterprise.meta",
|
|
55
|
+
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure.",
|
|
56
|
+
"min": 0,
|
|
57
|
+
"max": "1",
|
|
58
|
+
"base": {
|
|
59
|
+
"path": "Resource.meta",
|
|
60
|
+
"min": 0,
|
|
61
|
+
"max": "1"
|
|
62
|
+
},
|
|
63
|
+
"type": [{
|
|
64
|
+
"code": "Meta"
|
|
65
|
+
}]
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "Enterprise.implicitRules",
|
|
69
|
+
"path": "Enterprise.implicitRules",
|
|
70
|
+
"definition": "A reference to a set of rules that were followed when the resource was constructed.",
|
|
71
|
+
"min": 0,
|
|
72
|
+
"max": "1",
|
|
73
|
+
"base": {
|
|
74
|
+
"path": "Resource.implicitRules",
|
|
75
|
+
"min": 0,
|
|
76
|
+
"max": "1"
|
|
77
|
+
},
|
|
78
|
+
"type": [{
|
|
79
|
+
"code": "uri"
|
|
80
|
+
}]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "Enterprise.language",
|
|
84
|
+
"path": "Enterprise.language",
|
|
85
|
+
"definition": "The base language in which the resource is written.",
|
|
86
|
+
"min": 0,
|
|
87
|
+
"max": "1",
|
|
88
|
+
"base": {
|
|
89
|
+
"path": "Resource.language",
|
|
90
|
+
"min": 0,
|
|
91
|
+
"max": "1"
|
|
92
|
+
},
|
|
93
|
+
"type": [{
|
|
94
|
+
"code": "code"
|
|
95
|
+
}]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "Enterprise.text",
|
|
99
|
+
"path": "Enterprise.text",
|
|
100
|
+
"short": "Text summary of the resource, for human interpretation",
|
|
101
|
+
"definition": "A human-readable narrative that contains a summary of the resource.",
|
|
102
|
+
"min": 0,
|
|
103
|
+
"max": "1",
|
|
104
|
+
"base": {
|
|
105
|
+
"path": "DomainResource.text",
|
|
106
|
+
"min": 0,
|
|
107
|
+
"max": "1"
|
|
108
|
+
},
|
|
109
|
+
"type": [{
|
|
110
|
+
"code": "Narrative"
|
|
111
|
+
}]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "Enterprise.contained",
|
|
115
|
+
"path": "Enterprise.contained",
|
|
116
|
+
"short": "Contained, inline Resources",
|
|
117
|
+
"definition": "Resources that do not have an independent existence apart from the resource that contains them.",
|
|
118
|
+
"min": 0,
|
|
119
|
+
"max": "*",
|
|
120
|
+
"base": {
|
|
121
|
+
"path": "DomainResource.contained",
|
|
122
|
+
"min": 0,
|
|
123
|
+
"max": "*"
|
|
124
|
+
},
|
|
125
|
+
"type": [{
|
|
126
|
+
"code": "Resource"
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "Enterprise.extension",
|
|
131
|
+
"path": "Enterprise.extension",
|
|
132
|
+
"short": "Additional content defined by implementations",
|
|
133
|
+
"definition": "Additional content defined by implementations.",
|
|
134
|
+
"min": 0,
|
|
135
|
+
"max": "*",
|
|
136
|
+
"base": {
|
|
137
|
+
"path": "DomainResource.extension",
|
|
138
|
+
"min": 0,
|
|
139
|
+
"max": "*"
|
|
140
|
+
},
|
|
141
|
+
"type": [{
|
|
142
|
+
"code": "Extension"
|
|
143
|
+
}]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "Enterprise.modifierExtension",
|
|
147
|
+
"path": "Enterprise.modifierExtension",
|
|
148
|
+
"short": "Extensions that cannot be ignored",
|
|
149
|
+
"definition": "Extensions that cannot be ignored.",
|
|
150
|
+
"min": 0,
|
|
151
|
+
"max": "*",
|
|
152
|
+
"base": {
|
|
153
|
+
"path": "DomainResource.modifierExtension",
|
|
154
|
+
"min": 0,
|
|
155
|
+
"max": "*"
|
|
156
|
+
},
|
|
157
|
+
"type": [{
|
|
158
|
+
"code": "Extension"
|
|
159
|
+
}]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"id": "Enterprise.identifier",
|
|
163
|
+
"path": "Enterprise.identifier",
|
|
164
|
+
"definition": "Identifiers for the enterprise.",
|
|
165
|
+
"min": 0,
|
|
166
|
+
"max": "*",
|
|
167
|
+
"type": [{
|
|
168
|
+
"code": "Identifier"
|
|
169
|
+
}],
|
|
170
|
+
"base": {
|
|
171
|
+
"path": "Enterprise.identifier",
|
|
172
|
+
"min": 0,
|
|
173
|
+
"max": "*"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "Enterprise.name",
|
|
178
|
+
"path": "Enterprise.name",
|
|
179
|
+
"definition": "The name of the enterprise.",
|
|
180
|
+
"min": 1,
|
|
181
|
+
"max": "1",
|
|
182
|
+
"type": [{
|
|
183
|
+
"code": "string"
|
|
184
|
+
}],
|
|
185
|
+
"base": {
|
|
186
|
+
"path": "Enterprise.name",
|
|
187
|
+
"min": 1,
|
|
188
|
+
"max": "1"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "Enterprise.status",
|
|
193
|
+
"path": "Enterprise.status",
|
|
194
|
+
"definition": "Whether the enterprise is active or inactive.",
|
|
195
|
+
"min": 1,
|
|
196
|
+
"max": "1",
|
|
197
|
+
"type": [{
|
|
198
|
+
"code": "code"
|
|
199
|
+
}],
|
|
200
|
+
"base": {
|
|
201
|
+
"path": "Enterprise.status",
|
|
202
|
+
"min": 1,
|
|
203
|
+
"max": "1"
|
|
204
|
+
},
|
|
205
|
+
"binding": {
|
|
206
|
+
"strength": "required",
|
|
207
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/enterprise-status"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "Enterprise.organization",
|
|
212
|
+
"path": "Enterprise.organization",
|
|
213
|
+
"definition": "The organization represented by the enterprise.",
|
|
214
|
+
"min": 0,
|
|
215
|
+
"max": "1",
|
|
216
|
+
"type": [{
|
|
217
|
+
"code": "Reference",
|
|
218
|
+
"targetProfile": ["http://hl7.org/fhir/StructureDefinition/Organization"]
|
|
219
|
+
}],
|
|
220
|
+
"base": {
|
|
221
|
+
"path": "Enterprise.organization",
|
|
222
|
+
"min": 0,
|
|
223
|
+
"max": "1"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "Enterprise.code",
|
|
228
|
+
"path": "Enterprise.code",
|
|
229
|
+
"definition": "Codes used to classify the enterprise.",
|
|
230
|
+
"min": 0,
|
|
231
|
+
"max": "*",
|
|
232
|
+
"type": [{
|
|
233
|
+
"code": "CodeableConcept"
|
|
234
|
+
}],
|
|
235
|
+
"base": {
|
|
236
|
+
"path": "Enterprise.code",
|
|
237
|
+
"min": 0,
|
|
238
|
+
"max": "*"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "Enterprise.project",
|
|
243
|
+
"path": "Enterprise.project",
|
|
244
|
+
"definition": "Projects belonging to the enterprise and their deployment environments.",
|
|
245
|
+
"min": 0,
|
|
246
|
+
"max": "*",
|
|
247
|
+
"type": [{
|
|
248
|
+
"code": "BackboneElement"
|
|
249
|
+
}],
|
|
250
|
+
"base": {
|
|
251
|
+
"path": "Enterprise.project",
|
|
252
|
+
"min": 0,
|
|
253
|
+
"max": "*"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"id": "Enterprise.project.project",
|
|
258
|
+
"path": "Enterprise.project.project",
|
|
259
|
+
"definition": "A project belonging to the enterprise.",
|
|
260
|
+
"min": 1,
|
|
261
|
+
"max": "1",
|
|
262
|
+
"type": [{
|
|
263
|
+
"code": "Reference",
|
|
264
|
+
"targetProfile": ["https://medplum.com/fhir/StructureDefinition/Project"]
|
|
265
|
+
}],
|
|
266
|
+
"base": {
|
|
267
|
+
"path": "Enterprise.project.project",
|
|
268
|
+
"min": 1,
|
|
269
|
+
"max": "1"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "Enterprise.project.code",
|
|
274
|
+
"path": "Enterprise.project.code",
|
|
275
|
+
"definition": "Whether the project is a production or non-production environment.",
|
|
276
|
+
"min": 1,
|
|
277
|
+
"max": "1",
|
|
278
|
+
"type": [{
|
|
279
|
+
"code": "code"
|
|
280
|
+
}],
|
|
281
|
+
"base": {
|
|
282
|
+
"path": "Enterprise.project.code",
|
|
283
|
+
"min": 1,
|
|
284
|
+
"max": "1"
|
|
285
|
+
},
|
|
286
|
+
"binding": {
|
|
287
|
+
"strength": "required",
|
|
288
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/enterprise-project-code"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}, {
|
|
9
295
|
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/Project",
|
|
10
296
|
"resource" : {
|
|
11
297
|
"resourceType" : "StructureDefinition",
|
|
@@ -3,6 +3,127 @@
|
|
|
3
3
|
"id": "medplumSearchParams",
|
|
4
4
|
"type": "collection",
|
|
5
5
|
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-identifier",
|
|
8
|
+
"resource": {
|
|
9
|
+
"resourceType": "SearchParameter",
|
|
10
|
+
"id": "Enterprise-identifier",
|
|
11
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-identifier",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "identifier",
|
|
14
|
+
"status": "draft",
|
|
15
|
+
"publisher": "Medplum",
|
|
16
|
+
"description": "An identifier for the enterprise",
|
|
17
|
+
"code": "identifier",
|
|
18
|
+
"base": ["Enterprise"],
|
|
19
|
+
"type": "token",
|
|
20
|
+
"expression": "Enterprise.identifier"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-name",
|
|
25
|
+
"resource": {
|
|
26
|
+
"resourceType": "SearchParameter",
|
|
27
|
+
"id": "Enterprise-name",
|
|
28
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-name",
|
|
29
|
+
"version": "4.0.1",
|
|
30
|
+
"name": "name",
|
|
31
|
+
"status": "draft",
|
|
32
|
+
"publisher": "Medplum",
|
|
33
|
+
"description": "The name of the enterprise",
|
|
34
|
+
"code": "name",
|
|
35
|
+
"base": ["Enterprise"],
|
|
36
|
+
"type": "string",
|
|
37
|
+
"expression": "Enterprise.name"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-status",
|
|
42
|
+
"resource": {
|
|
43
|
+
"resourceType": "SearchParameter",
|
|
44
|
+
"id": "Enterprise-status",
|
|
45
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-status",
|
|
46
|
+
"version": "4.0.1",
|
|
47
|
+
"name": "status",
|
|
48
|
+
"status": "draft",
|
|
49
|
+
"publisher": "Medplum",
|
|
50
|
+
"description": "The status of the enterprise",
|
|
51
|
+
"code": "status",
|
|
52
|
+
"base": ["Enterprise"],
|
|
53
|
+
"type": "token",
|
|
54
|
+
"expression": "Enterprise.status"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-organization",
|
|
59
|
+
"resource": {
|
|
60
|
+
"resourceType": "SearchParameter",
|
|
61
|
+
"id": "Enterprise-organization",
|
|
62
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-organization",
|
|
63
|
+
"version": "4.0.1",
|
|
64
|
+
"name": "organization",
|
|
65
|
+
"status": "draft",
|
|
66
|
+
"publisher": "Medplum",
|
|
67
|
+
"description": "The organization represented by the enterprise",
|
|
68
|
+
"code": "organization",
|
|
69
|
+
"base": ["Enterprise"],
|
|
70
|
+
"type": "reference",
|
|
71
|
+
"expression": "Enterprise.organization",
|
|
72
|
+
"target": ["Organization"]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-code",
|
|
77
|
+
"resource": {
|
|
78
|
+
"resourceType": "SearchParameter",
|
|
79
|
+
"id": "Enterprise-code",
|
|
80
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-code",
|
|
81
|
+
"version": "4.0.1",
|
|
82
|
+
"name": "code",
|
|
83
|
+
"status": "draft",
|
|
84
|
+
"publisher": "Medplum",
|
|
85
|
+
"description": "A code that classifies the enterprise",
|
|
86
|
+
"code": "code",
|
|
87
|
+
"base": ["Enterprise"],
|
|
88
|
+
"type": "token",
|
|
89
|
+
"expression": "Enterprise.code"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-project",
|
|
94
|
+
"resource": {
|
|
95
|
+
"resourceType": "SearchParameter",
|
|
96
|
+
"id": "Enterprise-project",
|
|
97
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-project",
|
|
98
|
+
"version": "4.0.1",
|
|
99
|
+
"name": "project",
|
|
100
|
+
"status": "draft",
|
|
101
|
+
"publisher": "Medplum",
|
|
102
|
+
"description": "A project belonging to the enterprise",
|
|
103
|
+
"code": "project",
|
|
104
|
+
"base": ["Enterprise"],
|
|
105
|
+
"type": "reference",
|
|
106
|
+
"expression": "Enterprise.project.project",
|
|
107
|
+
"target": ["Project"]
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Enterprise-project-code",
|
|
112
|
+
"resource": {
|
|
113
|
+
"resourceType": "SearchParameter",
|
|
114
|
+
"id": "Enterprise-project-code",
|
|
115
|
+
"url": "https://medplum.com/fhir/SearchParameter/Enterprise-project-code",
|
|
116
|
+
"version": "4.0.1",
|
|
117
|
+
"name": "project-code",
|
|
118
|
+
"status": "draft",
|
|
119
|
+
"publisher": "Medplum",
|
|
120
|
+
"description": "The deployment environment of a project in the enterprise",
|
|
121
|
+
"code": "project-code",
|
|
122
|
+
"base": ["Enterprise"],
|
|
123
|
+
"type": "token",
|
|
124
|
+
"expression": "Enterprise.project.code"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
6
127
|
{
|
|
7
128
|
"fullUrl": "https://medplum.com/fhir/SearchParameter/Project-identifier",
|
|
8
129
|
"resource": {
|
|
@@ -62,6 +62,11 @@
|
|
|
62
62
|
"display": "DomainConfiguration",
|
|
63
63
|
"definition": "Domain specific configuration for the Medplum application."
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
"code": "Enterprise",
|
|
67
|
+
"display": "Enterprise",
|
|
68
|
+
"definition": "A group of Medplum projects managed as a single enterprise."
|
|
69
|
+
},
|
|
65
70
|
{
|
|
66
71
|
"code": "IdentityProvider",
|
|
67
72
|
"display": "IdentityProvider",
|
|
@@ -149,6 +154,80 @@
|
|
|
149
154
|
}
|
|
150
155
|
}
|
|
151
156
|
},
|
|
157
|
+
{
|
|
158
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/enterprise-status",
|
|
159
|
+
"resource": {
|
|
160
|
+
"resourceType": "CodeSystem",
|
|
161
|
+
"id": "enterprise-status",
|
|
162
|
+
"url": "https://medplum.com/fhir/CodeSystem/enterprise-status",
|
|
163
|
+
"status": "active",
|
|
164
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/enterprise-status",
|
|
165
|
+
"content": "complete",
|
|
166
|
+
"concept": [
|
|
167
|
+
{
|
|
168
|
+
"code": "active",
|
|
169
|
+
"display": "Active",
|
|
170
|
+
"definition": "The enterprise is active."
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"code": "inactive",
|
|
174
|
+
"display": "Inactive",
|
|
175
|
+
"definition": "The enterprise is inactive."
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/enterprise-status",
|
|
182
|
+
"resource": {
|
|
183
|
+
"resourceType": "ValueSet",
|
|
184
|
+
"id": "enterprise-status",
|
|
185
|
+
"url": "https://medplum.com/fhir/ValueSet/enterprise-status",
|
|
186
|
+
"status": "active",
|
|
187
|
+
"compose": {
|
|
188
|
+
"include": [{
|
|
189
|
+
"system": "https://medplum.com/fhir/CodeSystem/enterprise-status"
|
|
190
|
+
}]
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/enterprise-project-code",
|
|
196
|
+
"resource": {
|
|
197
|
+
"resourceType": "CodeSystem",
|
|
198
|
+
"id": "enterprise-project-code",
|
|
199
|
+
"url": "https://medplum.com/fhir/CodeSystem/enterprise-project-code",
|
|
200
|
+
"status": "active",
|
|
201
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/enterprise-project-code",
|
|
202
|
+
"content": "complete",
|
|
203
|
+
"concept": [
|
|
204
|
+
{
|
|
205
|
+
"code": "production",
|
|
206
|
+
"display": "Production",
|
|
207
|
+
"definition": "The project is a production environment."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"code": "non-production",
|
|
211
|
+
"display": "Non-Production",
|
|
212
|
+
"definition": "The project is not a production environment."
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/enterprise-project-code",
|
|
219
|
+
"resource": {
|
|
220
|
+
"resourceType": "ValueSet",
|
|
221
|
+
"id": "enterprise-project-code",
|
|
222
|
+
"url": "https://medplum.com/fhir/ValueSet/enterprise-project-code",
|
|
223
|
+
"status": "active",
|
|
224
|
+
"compose": {
|
|
225
|
+
"include": [{
|
|
226
|
+
"system": "https://medplum.com/fhir/CodeSystem/enterprise-project-code"
|
|
227
|
+
}]
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
152
231
|
{
|
|
153
232
|
"fullUrl": "https://medplum.com/fhir/CodeSystem/project-feature",
|
|
154
233
|
"resource": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medplum/definitions",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.37",
|
|
4
4
|
"description": "Medplum Data Definitions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"medplum",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"node": "^22.18.0 || >=24.2.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@medplum/fhirtypes": "5.1.
|
|
63
|
+
"@medplum/fhirtypes": "5.1.37"
|
|
64
64
|
}
|
|
65
65
|
}
|