@haste-health/haste-health.fhir.r4.core 0.7.7
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.
- package/.index.json +349 -0
- package/README.md +1 -0
- package/definitions/haste-health/operation/current_project.json +26 -0
- package/definitions/haste-health/operation/current_tenant.json +34 -0
- package/definitions/haste-health/operation/deploy.json +59 -0
- package/definitions/haste-health/operation/encrypt.json +34 -0
- package/definitions/haste-health/operation/evaluate-policy.json +45 -0
- package/definitions/haste-health/operation/idp-registration-info.json +45 -0
- package/definitions/haste-health/operation/invite-user.json +53 -0
- package/definitions/haste-health/operation/message-post.json +37 -0
- package/definitions/haste-health/operation/password-reset.json +62 -0
- package/definitions/haste-health/operation/refresh-tokens/delete.json +42 -0
- package/definitions/haste-health/operation/refresh-tokens/list.json +51 -0
- package/definitions/haste-health/operation/scopes/delete.json +34 -0
- package/definitions/haste-health/operation/scopes/list.json +51 -0
- package/definitions/haste-health/operation/usage-statistics.json +67 -0
- package/definitions/haste-health/profiling/extensions/author.json +395 -0
- package/definitions/haste-health/profiling/extensions/subscription-channel.json +395 -0
- package/definitions/haste-health/profiling/extensions/subscription-operation.json +395 -0
- package/definitions/haste-health/profiling/resource/hastehealth-subscription.json +1015 -0
- package/definitions/haste-health/searchParameter/access-policy/code.json +17 -0
- package/definitions/haste-health/searchParameter/access-policy/link.json +22 -0
- package/definitions/haste-health/searchParameter/access-policy/name.json +17 -0
- package/definitions/haste-health/searchParameter/access-policy/type.json +17 -0
- package/definitions/haste-health/searchParameter/access-policy-v2/engine.json +17 -0
- package/definitions/haste-health/searchParameter/access-policy-v2/link.json +22 -0
- package/definitions/haste-health/searchParameter/access-policy-v2/name.json +17 -0
- package/definitions/haste-health/searchParameter/clientApplication/grantType.json +17 -0
- package/definitions/haste-health/searchParameter/clientApplication/name.json +17 -0
- package/definitions/haste-health/searchParameter/identity-provider/accessType.json +17 -0
- package/definitions/haste-health/searchParameter/identity-provider/name.json +17 -0
- package/definitions/haste-health/searchParameter/identity-provider/status.json +17 -0
- package/definitions/haste-health/searchParameter/membership/email.json +17 -0
- package/definitions/haste-health/searchParameter/membership/federation.json +20 -0
- package/definitions/haste-health/searchParameter/membership/link.json +21 -0
- package/definitions/haste-health/searchParameter/membership/name.json +17 -0
- package/definitions/haste-health/searchParameter/membership/role.json +17 -0
- package/definitions/haste-health/searchParameter/message-broker/host.json +17 -0
- package/definitions/haste-health/searchParameter/message-broker/name.json +17 -0
- package/definitions/haste-health/searchParameter/message-broker/type.json +17 -0
- package/definitions/haste-health/searchParameter/message-topic/broker.json +20 -0
- package/definitions/haste-health/searchParameter/message-topic/topic.json +17 -0
- package/definitions/haste-health/searchParameter/resource-parameters.json +59 -0
- package/definitions/haste-health/structuredefinition/access_policy_v2.json +377 -0
- package/definitions/haste-health/structuredefinition/client_application.json +245 -0
- package/definitions/haste-health/structuredefinition/identity_provider.json +298 -0
- package/definitions/haste-health/structuredefinition/membership.json +123 -0
- package/definitions/haste-health/structuredefinition/project.json +133 -0
- package/definitions/haste-health/structuredefinition/user.json +157 -0
- package/definitions/haste-health/terminology/access-policy/authentication/grant_type.json +65 -0
- package/definitions/haste-health/terminology/access-policy/authentication/membership_role.json +61 -0
- package/definitions/haste-health/terminology/access-policy/authentication/response_types.json +57 -0
- package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-level.json +61 -0
- package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-methods.json +97 -0
- package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-parameters.json +61 -0
- package/definitions/haste-health/terminology/access-policy/message-broker/types.json +55 -0
- package/definitions/haste-health/terminology/access-policy/policy-types.json +60 -0
- package/definitions/haste-health/terminology/access-policy/resource_type.json +67 -0
- package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-atttribute-operation-types.json +62 -0
- package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-effect.json +60 -0
- package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-engine.json +60 -0
- package/definitions/haste-health/terminology/access-policy-v2/rule-combine-behavior.json +60 -0
- package/definitions/haste-health/terminology/access-policy-v2/rule-condition-operators.json +60 -0
- package/definitions/haste-health/terminology/external/bcp-13-codesystem.json +14 -0
- package/definitions/haste-health/terminology/external/iso-3166-codesystem.json +14 -0
- package/definitions/haste-health/terminology/external/iso-4217-codesystem.json +14 -0
- package/definitions/haste-health/terminology/identity-provider/accessType.json +55 -0
- package/definitions/haste-health/terminology/identity-provider/pkce-challenge-method.json +58 -0
- package/definitions/haste-health/terminology/identity-provider/status.json +60 -0
- package/definitions/haste-health/terminology/resource_types.json +41 -0
- package/definitions/haste-health/terminology/supportedFhirVersion.json +55 -0
- package/package.json +31 -0
package/.index.json
ADDED
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
{
|
|
2
|
+
"index-version": "1",
|
|
3
|
+
"files": [
|
|
4
|
+
{
|
|
5
|
+
"filename": "definitions/haste-health/operation/current_project.json",
|
|
6
|
+
"resourceType": "OperationDefinition"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"filename": "definitions/haste-health/operation/current_tenant.json",
|
|
10
|
+
"resourceType": "OperationDefinition"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"filename": "definitions/haste-health/operation/deploy.json",
|
|
14
|
+
"resourceType": "OperationDefinition"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"filename": "definitions/haste-health/operation/encrypt.json",
|
|
18
|
+
"resourceType": "OperationDefinition"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"filename": "definitions/haste-health/operation/evaluate-policy.json",
|
|
22
|
+
"resourceType": "OperationDefinition"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"filename": "definitions/haste-health/operation/idp-registration-info.json",
|
|
26
|
+
"resourceType": "OperationDefinition"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"filename": "definitions/haste-health/operation/invite-user.json",
|
|
30
|
+
"resourceType": "OperationDefinition"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"filename": "definitions/haste-health/operation/message-post.json",
|
|
34
|
+
"resourceType": "OperationDefinition"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"filename": "definitions/haste-health/operation/password-reset.json",
|
|
38
|
+
"resourceType": "OperationDefinition"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"filename": "definitions/haste-health/operation/refresh-tokens/delete.json",
|
|
42
|
+
"resourceType": "OperationDefinition"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"filename": "definitions/haste-health/operation/refresh-tokens/list.json",
|
|
46
|
+
"resourceType": "OperationDefinition"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"filename": "definitions/haste-health/operation/scopes/delete.json",
|
|
50
|
+
"resourceType": "OperationDefinition"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"filename": "definitions/haste-health/operation/scopes/list.json",
|
|
54
|
+
"resourceType": "OperationDefinition"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"filename": "definitions/haste-health/operation/usage-statistics.json",
|
|
58
|
+
"resourceType": "OperationDefinition"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"filename": "definitions/haste-health/profiling/extensions/author.json",
|
|
62
|
+
"resourceType": "StructureDefinition"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"filename": "definitions/haste-health/profiling/extensions/subscription-channel.json",
|
|
66
|
+
"resourceType": "StructureDefinition"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"filename": "definitions/haste-health/profiling/extensions/subscription-operation.json",
|
|
70
|
+
"resourceType": "StructureDefinition"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"filename": "definitions/haste-health/profiling/resource/hastehealth-subscription.json",
|
|
74
|
+
"resourceType": "StructureDefinition"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"filename": "definitions/haste-health/searchParameter/access-policy-v2/engine.json",
|
|
78
|
+
"resourceType": "SearchParameter"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"filename": "definitions/haste-health/searchParameter/access-policy-v2/link.json",
|
|
82
|
+
"resourceType": "SearchParameter"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"filename": "definitions/haste-health/searchParameter/access-policy-v2/name.json",
|
|
86
|
+
"resourceType": "SearchParameter"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"filename": "definitions/haste-health/searchParameter/access-policy/code.json",
|
|
90
|
+
"resourceType": "SearchParameter"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"filename": "definitions/haste-health/searchParameter/access-policy/link.json",
|
|
94
|
+
"resourceType": "SearchParameter"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"filename": "definitions/haste-health/searchParameter/access-policy/name.json",
|
|
98
|
+
"resourceType": "SearchParameter"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"filename": "definitions/haste-health/searchParameter/access-policy/type.json",
|
|
102
|
+
"resourceType": "SearchParameter"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"filename": "definitions/haste-health/searchParameter/clientApplication/grantType.json",
|
|
106
|
+
"resourceType": "SearchParameter"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"filename": "definitions/haste-health/searchParameter/clientApplication/name.json",
|
|
110
|
+
"resourceType": "SearchParameter"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"filename": "definitions/haste-health/searchParameter/identity-provider/accessType.json",
|
|
114
|
+
"resourceType": "SearchParameter"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"filename": "definitions/haste-health/searchParameter/identity-provider/name.json",
|
|
118
|
+
"resourceType": "SearchParameter"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"filename": "definitions/haste-health/searchParameter/identity-provider/status.json",
|
|
122
|
+
"resourceType": "SearchParameter"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"filename": "definitions/haste-health/searchParameter/membership/email.json",
|
|
126
|
+
"resourceType": "SearchParameter"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"filename": "definitions/haste-health/searchParameter/membership/federation.json",
|
|
130
|
+
"resourceType": "SearchParameter"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"filename": "definitions/haste-health/searchParameter/membership/link.json",
|
|
134
|
+
"resourceType": "SearchParameter"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"filename": "definitions/haste-health/searchParameter/membership/name.json",
|
|
138
|
+
"resourceType": "SearchParameter"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"filename": "definitions/haste-health/searchParameter/membership/role.json",
|
|
142
|
+
"resourceType": "SearchParameter"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"filename": "definitions/haste-health/searchParameter/message-broker/host.json",
|
|
146
|
+
"resourceType": "SearchParameter"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"filename": "definitions/haste-health/searchParameter/message-broker/name.json",
|
|
150
|
+
"resourceType": "SearchParameter"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"filename": "definitions/haste-health/searchParameter/message-broker/type.json",
|
|
154
|
+
"resourceType": "SearchParameter"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"filename": "definitions/haste-health/searchParameter/message-topic/broker.json",
|
|
158
|
+
"resourceType": "SearchParameter"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"filename": "definitions/haste-health/searchParameter/message-topic/topic.json",
|
|
162
|
+
"resourceType": "SearchParameter"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"filename": "definitions/haste-health/searchParameter/resource-parameters.json",
|
|
166
|
+
"resourceType": "SearchParameter"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"filename": "definitions/haste-health/structuredefinition/access_policy_v2.json",
|
|
170
|
+
"resourceType": "StructureDefinition"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"filename": "definitions/haste-health/structuredefinition/client_application.json",
|
|
174
|
+
"resourceType": "StructureDefinition"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"filename": "definitions/haste-health/structuredefinition/identity_provider.json",
|
|
178
|
+
"resourceType": "StructureDefinition"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"filename": "definitions/haste-health/structuredefinition/membership.json",
|
|
182
|
+
"resourceType": "StructureDefinition"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"filename": "definitions/haste-health/structuredefinition/project.json",
|
|
186
|
+
"resourceType": "StructureDefinition"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"filename": "definitions/haste-health/structuredefinition/user.json",
|
|
190
|
+
"resourceType": "StructureDefinition"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-atttribute-operation-types.json",
|
|
194
|
+
"resourceType": "CodeSystem"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-atttribute-operation-types.json",
|
|
198
|
+
"resourceType": "ValueSet"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-effect.json",
|
|
202
|
+
"resourceType": "CodeSystem"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-effect.json",
|
|
206
|
+
"resourceType": "ValueSet"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-engine.json",
|
|
210
|
+
"resourceType": "CodeSystem"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/accesspolicy-engine.json",
|
|
214
|
+
"resourceType": "ValueSet"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/rule-combine-behavior.json",
|
|
218
|
+
"resourceType": "CodeSystem"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/rule-combine-behavior.json",
|
|
222
|
+
"resourceType": "ValueSet"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/rule-condition-operators.json",
|
|
226
|
+
"resourceType": "CodeSystem"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"filename": "definitions/haste-health/terminology/access-policy-v2/rule-condition-operators.json",
|
|
230
|
+
"resourceType": "ValueSet"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/grant_type.json",
|
|
234
|
+
"resourceType": "CodeSystem"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/grant_type.json",
|
|
238
|
+
"resourceType": "ValueSet"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/membership_role.json",
|
|
242
|
+
"resourceType": "CodeSystem"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/membership_role.json",
|
|
246
|
+
"resourceType": "ValueSet"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/response_types.json",
|
|
250
|
+
"resourceType": "CodeSystem"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"filename": "definitions/haste-health/terminology/access-policy/authentication/response_types.json",
|
|
254
|
+
"resourceType": "ValueSet"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-level.json",
|
|
258
|
+
"resourceType": "CodeSystem"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-level.json",
|
|
262
|
+
"resourceType": "ValueSet"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-methods.json",
|
|
266
|
+
"resourceType": "CodeSystem"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-methods.json",
|
|
270
|
+
"resourceType": "ValueSet"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-parameters.json",
|
|
274
|
+
"resourceType": "CodeSystem"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"filename": "definitions/haste-health/terminology/access-policy/authorization/fhir-api-parameters.json",
|
|
278
|
+
"resourceType": "ValueSet"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"filename": "definitions/haste-health/terminology/access-policy/message-broker/types.json",
|
|
282
|
+
"resourceType": "CodeSystem"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"filename": "definitions/haste-health/terminology/access-policy/message-broker/types.json",
|
|
286
|
+
"resourceType": "ValueSet"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"filename": "definitions/haste-health/terminology/access-policy/policy-types.json",
|
|
290
|
+
"resourceType": "CodeSystem"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"filename": "definitions/haste-health/terminology/access-policy/policy-types.json",
|
|
294
|
+
"resourceType": "ValueSet"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"filename": "definitions/haste-health/terminology/access-policy/resource_type.json",
|
|
298
|
+
"resourceType": "CodeSystem"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"filename": "definitions/haste-health/terminology/access-policy/resource_type.json",
|
|
302
|
+
"resourceType": "ValueSet"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"filename": "definitions/haste-health/terminology/external/bcp-13-codesystem.json",
|
|
306
|
+
"resourceType": "CodeSystem"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"filename": "definitions/haste-health/terminology/external/iso-3166-codesystem.json",
|
|
310
|
+
"resourceType": "CodeSystem"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"filename": "definitions/haste-health/terminology/external/iso-4217-codesystem.json",
|
|
314
|
+
"resourceType": "CodeSystem"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"filename": "definitions/haste-health/terminology/identity-provider/accessType.json",
|
|
318
|
+
"resourceType": "CodeSystem"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"filename": "definitions/haste-health/terminology/identity-provider/accessType.json",
|
|
322
|
+
"resourceType": "ValueSet"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"filename": "definitions/haste-health/terminology/identity-provider/pkce-challenge-method.json",
|
|
326
|
+
"resourceType": "CodeSystem"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"filename": "definitions/haste-health/terminology/identity-provider/pkce-challenge-method.json",
|
|
330
|
+
"resourceType": "ValueSet"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"filename": "definitions/haste-health/terminology/identity-provider/status.json",
|
|
334
|
+
"resourceType": "CodeSystem"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"filename": "definitions/haste-health/terminology/identity-provider/status.json",
|
|
338
|
+
"resourceType": "ValueSet"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"filename": "definitions/haste-health/terminology/supportedFhirVersion.json",
|
|
342
|
+
"resourceType": "CodeSystem"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"filename": "definitions/haste-health/terminology/supportedFhirVersion.json",
|
|
346
|
+
"resourceType": "ValueSet"
|
|
347
|
+
}
|
|
348
|
+
]
|
|
349
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# artifacts-haste-health
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "project-information",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/project-information",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Current Project Information",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Get Project resource for the current project.",
|
|
12
|
+
"code": "current-project",
|
|
13
|
+
"system": true,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": false,
|
|
16
|
+
"parameter": [
|
|
17
|
+
{
|
|
18
|
+
"name": "project",
|
|
19
|
+
"use": "out",
|
|
20
|
+
"min": 1,
|
|
21
|
+
"max": "1",
|
|
22
|
+
"documentation": "Users current project.",
|
|
23
|
+
"type": "Project"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "tenant-information",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/tenant-information",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Current Tenant Information",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Get tenant information for the current tenant.",
|
|
12
|
+
"code": "current-tenant",
|
|
13
|
+
"system": true,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": false,
|
|
16
|
+
"parameter": [
|
|
17
|
+
{
|
|
18
|
+
"name": "id",
|
|
19
|
+
"use": "out",
|
|
20
|
+
"min": 1,
|
|
21
|
+
"max": "1",
|
|
22
|
+
"documentation": "tenant id",
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "subscription",
|
|
27
|
+
"use": "out",
|
|
28
|
+
"min": 1,
|
|
29
|
+
"max": "1",
|
|
30
|
+
"documentation": "tenant subscription level",
|
|
31
|
+
"type": "code"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "haste-health-deploy-operation",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/deploy-operation",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Deploy an operations code to the server.",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2024-05-01T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Deploy an operations code to the server.",
|
|
12
|
+
"code": "deploy",
|
|
13
|
+
"system": false,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": true,
|
|
16
|
+
"resource": [
|
|
17
|
+
"OperationDefinition"
|
|
18
|
+
],
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "code",
|
|
22
|
+
"use": "in",
|
|
23
|
+
"min": 1,
|
|
24
|
+
"max": "1",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "environment",
|
|
29
|
+
"use": "in",
|
|
30
|
+
"min": 0,
|
|
31
|
+
"max": "*",
|
|
32
|
+
"documentation": "environment variables.",
|
|
33
|
+
"part": [
|
|
34
|
+
{
|
|
35
|
+
"name": "name",
|
|
36
|
+
"use": "in",
|
|
37
|
+
"min": 1,
|
|
38
|
+
"max": "1",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "value",
|
|
43
|
+
"use": "in",
|
|
44
|
+
"min": 1,
|
|
45
|
+
"max": "1",
|
|
46
|
+
"type": "string"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "return",
|
|
52
|
+
"use": "out",
|
|
53
|
+
"min": 1,
|
|
54
|
+
"max": "1",
|
|
55
|
+
"documentation": "Result of the deployment.",
|
|
56
|
+
"type": "OperationOutcome"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "haste-health-encrypt",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/encrypt",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Encrypt a string value",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Encrypts a passed in string value",
|
|
12
|
+
"code": "encrypt",
|
|
13
|
+
"system": true,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": false,
|
|
16
|
+
"parameter": [
|
|
17
|
+
{
|
|
18
|
+
"name": "value",
|
|
19
|
+
"use": "in",
|
|
20
|
+
"min": 1,
|
|
21
|
+
"max": "1",
|
|
22
|
+
"documentation": "Value to encrypt",
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "encryptedValue",
|
|
27
|
+
"use": "out",
|
|
28
|
+
"min": 1,
|
|
29
|
+
"max": "1",
|
|
30
|
+
"documentation": "Value that has been encrypted",
|
|
31
|
+
"type": "string"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "haste-health-evaluate-policy",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/evaluate-policy",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "EvaluateAccessPolicy",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Evaluate an Access Policy.",
|
|
12
|
+
"code": "evaluate-policy",
|
|
13
|
+
"system": false,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": true,
|
|
16
|
+
"resource": [
|
|
17
|
+
"AccessPolicyV2"
|
|
18
|
+
],
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "user",
|
|
22
|
+
"use": "in",
|
|
23
|
+
"min": 0,
|
|
24
|
+
"max": "1",
|
|
25
|
+
"documentation": "The user to evaluate the policy against. Defaults to logged in user if not present.",
|
|
26
|
+
"type": "Reference"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "request",
|
|
30
|
+
"use": "in",
|
|
31
|
+
"min": 1,
|
|
32
|
+
"max": "1",
|
|
33
|
+
"documentation": "The requests to evaluate against the policy.",
|
|
34
|
+
"type": "Bundle"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "return",
|
|
38
|
+
"use": "out",
|
|
39
|
+
"min": 1,
|
|
40
|
+
"max": "1",
|
|
41
|
+
"documentation": "The result of the policy evaluation.",
|
|
42
|
+
"type": "OperationOutcome"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "haste-health-idp-registration-info",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/identity-provider-registration-info",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "IdentityProviderRegistrationInformation",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "Get the registration information for an identity provider.",
|
|
11
|
+
"code": "registration-info",
|
|
12
|
+
"system": false,
|
|
13
|
+
"type": false,
|
|
14
|
+
"instance": true,
|
|
15
|
+
"resource": [
|
|
16
|
+
"IdentityProvider"
|
|
17
|
+
],
|
|
18
|
+
"parameter": [
|
|
19
|
+
{
|
|
20
|
+
"name": "information",
|
|
21
|
+
"use": "out",
|
|
22
|
+
"min": 0,
|
|
23
|
+
"max": "*",
|
|
24
|
+
"documentation": "IdentityProviders registration information.",
|
|
25
|
+
"part": [
|
|
26
|
+
{
|
|
27
|
+
"name": "name",
|
|
28
|
+
"use": "out",
|
|
29
|
+
"min": 1,
|
|
30
|
+
"max": "1",
|
|
31
|
+
"documentation": "The name of the property.",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "value",
|
|
36
|
+
"use": "out",
|
|
37
|
+
"min": 1,
|
|
38
|
+
"max": "1",
|
|
39
|
+
"documentation": "the value of the property.",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "haste-health-invite-user",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/invite-user",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Invite a user and send an email.",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Invite a user to join tenant and send an email for invite.",
|
|
12
|
+
"code": "invite-user",
|
|
13
|
+
"system": false,
|
|
14
|
+
"type": true,
|
|
15
|
+
"instance": false,
|
|
16
|
+
"resource": [
|
|
17
|
+
"Membership"
|
|
18
|
+
],
|
|
19
|
+
"parameter": [
|
|
20
|
+
{
|
|
21
|
+
"name": "email",
|
|
22
|
+
"use": "in",
|
|
23
|
+
"min": 1,
|
|
24
|
+
"max": "1",
|
|
25
|
+
"documentation": "Email for new user",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "role",
|
|
30
|
+
"use": "in",
|
|
31
|
+
"min": 1,
|
|
32
|
+
"max": "1",
|
|
33
|
+
"documentation": "Role for new user",
|
|
34
|
+
"type": "code"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "accessPolicy",
|
|
38
|
+
"use": "in",
|
|
39
|
+
"min": 0,
|
|
40
|
+
"max": "1",
|
|
41
|
+
"documentation": "Access Policy for user.",
|
|
42
|
+
"type": "Reference"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "return",
|
|
46
|
+
"use": "out",
|
|
47
|
+
"min": 1,
|
|
48
|
+
"max": "1",
|
|
49
|
+
"documentation": "The result of the operation.",
|
|
50
|
+
"type": "OperationOutcome"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|