@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
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "StructureDefinition",
|
|
3
|
+
"id": "AccessPolicyV2",
|
|
4
|
+
"url": "https://haste-health.com/StructureDefinition/AccessPolicyV2",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "AccessPolicyV2",
|
|
7
|
+
"status": "active",
|
|
8
|
+
"publisher": "haste-health",
|
|
9
|
+
"fhirVersion": "4.0.1",
|
|
10
|
+
"kind": "resource",
|
|
11
|
+
"abstract": false,
|
|
12
|
+
"type": "AccessPolicyV2",
|
|
13
|
+
"description": "A set of rules that govern how a system resource is accessed and used. This access policy is based around XACML https://docs.oasis-open.org/xacml/3.0/xacml-3.0-core-spec-os-en.html#_Toc325047092",
|
|
14
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
|
|
15
|
+
"derivation": "specialization",
|
|
16
|
+
"snapshot": {
|
|
17
|
+
"element": [
|
|
18
|
+
{
|
|
19
|
+
"id": "AccessPolicyV2",
|
|
20
|
+
"path": "AccessPolicyV2",
|
|
21
|
+
"min": 0,
|
|
22
|
+
"definition": "A set of rules that govern how a system resource is accessed and used.",
|
|
23
|
+
"max": "*",
|
|
24
|
+
"base": {
|
|
25
|
+
"path": "AccessPolicyV2",
|
|
26
|
+
"min": 0,
|
|
27
|
+
"max": "*"
|
|
28
|
+
},
|
|
29
|
+
"isModifier": false,
|
|
30
|
+
"isSummary": false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "AccessPolicyV2.id",
|
|
34
|
+
"path": "AccessPolicyV2.id",
|
|
35
|
+
"short": "Logical id of this artifact",
|
|
36
|
+
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
37
|
+
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
|
|
38
|
+
"min": 0,
|
|
39
|
+
"max": "1",
|
|
40
|
+
"base": {
|
|
41
|
+
"path": "Resource.id",
|
|
42
|
+
"min": 0,
|
|
43
|
+
"max": "1"
|
|
44
|
+
},
|
|
45
|
+
"type": [
|
|
46
|
+
{
|
|
47
|
+
"extension": [
|
|
48
|
+
{
|
|
49
|
+
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
|
|
50
|
+
"valueUrl": "string"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"code": "http://hl7.org/fhirpath/System.String"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"isModifier": false,
|
|
57
|
+
"isSummary": true
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "AccessPolicyV2.meta",
|
|
61
|
+
"path": "AccessPolicyV2.meta",
|
|
62
|
+
"short": "Metadata about the resource",
|
|
63
|
+
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
|
|
64
|
+
"min": 0,
|
|
65
|
+
"max": "1",
|
|
66
|
+
"base": {
|
|
67
|
+
"path": "Resource.meta",
|
|
68
|
+
"min": 0,
|
|
69
|
+
"max": "1"
|
|
70
|
+
},
|
|
71
|
+
"type": [
|
|
72
|
+
{
|
|
73
|
+
"code": "Meta"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"constraint": [
|
|
77
|
+
{
|
|
78
|
+
"key": "ele-1",
|
|
79
|
+
"severity": "error",
|
|
80
|
+
"human": "All FHIR elements must have a @value or children",
|
|
81
|
+
"expression": "hasValue() or (children().count() > id.count())",
|
|
82
|
+
"xpath": "@value|f:*|h:div",
|
|
83
|
+
"source": "http://hl7.org/fhir/StructureDefinition/Element"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"isModifier": false,
|
|
87
|
+
"isSummary": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "AccessPolicyV2.name",
|
|
91
|
+
"path": "AccessPolicyV2.name",
|
|
92
|
+
"definition": "The name of the access policy.",
|
|
93
|
+
"short": "The name of the access policy.",
|
|
94
|
+
"type": [
|
|
95
|
+
{
|
|
96
|
+
"code": "string"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"min": 1,
|
|
100
|
+
"max": "1"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "AccessPolicyV2.description",
|
|
104
|
+
"path": "AccessPolicyV2.description",
|
|
105
|
+
"definition": "Description of the access policy.",
|
|
106
|
+
"short": "Description of the access policy.",
|
|
107
|
+
"type": [
|
|
108
|
+
{
|
|
109
|
+
"code": "string"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"min": 0,
|
|
113
|
+
"max": "1"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "AccessPolicyV2.engine",
|
|
117
|
+
"path": "AccessPolicyV2.engine",
|
|
118
|
+
"definition": "The type of evaluation that is performed to determine if access is granted or denied.",
|
|
119
|
+
"short": "The type of evaluation that is performed to determine if access is granted or denied.",
|
|
120
|
+
"type": [
|
|
121
|
+
{
|
|
122
|
+
"code": "code"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"min": 1,
|
|
126
|
+
"max": "1",
|
|
127
|
+
"binding": {
|
|
128
|
+
"strength": "required",
|
|
129
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyEngineV2|4.0.1"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "AccessPolicyV2.attribute",
|
|
134
|
+
"path": "AccessPolicyV2.attribute",
|
|
135
|
+
"definition": "Attributes to use for the policy evaluation.",
|
|
136
|
+
"short": "Attributes to use for the policy evaluation.",
|
|
137
|
+
"type": [
|
|
138
|
+
{
|
|
139
|
+
"code": "BackboneElement"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"min": 0,
|
|
143
|
+
"max": "15"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "AccessPolicyV2.attribute.attributeId",
|
|
147
|
+
"path": "AccessPolicyV2.attribute.attributeId",
|
|
148
|
+
"definition": "The id of the attribute referenced using %attributeId in expressions.",
|
|
149
|
+
"short": "The id of the attribute referenced using %attributeId in expressions.",
|
|
150
|
+
"type": [
|
|
151
|
+
{
|
|
152
|
+
"code": "id"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"min": 1,
|
|
156
|
+
"max": "1"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "AccessPolicyV2.attribute.operation",
|
|
160
|
+
"path": "AccessPolicyV2.attribute.operation",
|
|
161
|
+
"definition": "The operation to retrieve the attribute.",
|
|
162
|
+
"short": "The operation to retrieve the attribute.",
|
|
163
|
+
"min": 0,
|
|
164
|
+
"max": "1",
|
|
165
|
+
"type": [
|
|
166
|
+
{
|
|
167
|
+
"code": "BackboneElement"
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "AccessPolicyV2.attribute.operation.type",
|
|
173
|
+
"path": "AccessPolicyV2.attribute.operation.type",
|
|
174
|
+
"definition": "The operation to retrieve the attribute.",
|
|
175
|
+
"short": "The operation to retrieve the attribute.",
|
|
176
|
+
"min": 1,
|
|
177
|
+
"max": "1",
|
|
178
|
+
"type": [
|
|
179
|
+
{
|
|
180
|
+
"code": "code"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"binding": {
|
|
184
|
+
"strength": "required",
|
|
185
|
+
"description": "The allowable operation code types.",
|
|
186
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyAttributeOperationTypes|4.0.1"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "AccessPolicyV2.attribute.operation.path",
|
|
191
|
+
"path": "AccessPolicyV2.attribute.operation.path",
|
|
192
|
+
"definition": "The operation to retrieve the attribute.",
|
|
193
|
+
"short": "The operation to retrieve the attribute.",
|
|
194
|
+
"min": 0,
|
|
195
|
+
"max": "1",
|
|
196
|
+
"type": [
|
|
197
|
+
{
|
|
198
|
+
"code": "Expression"
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "AccessPolicyV2.attribute.operation.params",
|
|
204
|
+
"path": "AccessPolicyV2.attribute.operation.params",
|
|
205
|
+
"definition": "The operation to retrieve the attribute.",
|
|
206
|
+
"short": "The operation to retrieve the attribute.",
|
|
207
|
+
"min": 0,
|
|
208
|
+
"max": "1",
|
|
209
|
+
"type": [
|
|
210
|
+
{
|
|
211
|
+
"code": "Expression"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "AccessPolicyV2.rule",
|
|
217
|
+
"path": "AccessPolicyV2.rule",
|
|
218
|
+
"definition": "The rules that govern how the access policy is applied.",
|
|
219
|
+
"short": "The rules that govern how the access policy is applied.",
|
|
220
|
+
"type": [
|
|
221
|
+
{
|
|
222
|
+
"code": "BackboneElement"
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"min": 0,
|
|
226
|
+
"max": "*"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "AccessPolicyV2.rule.name",
|
|
230
|
+
"path": "AccessPolicyV2.rule.name",
|
|
231
|
+
"definition": "Rule identifier",
|
|
232
|
+
"short": "Access Policy rule identifier.",
|
|
233
|
+
"min": 1,
|
|
234
|
+
"max": "1",
|
|
235
|
+
"type": [
|
|
236
|
+
{
|
|
237
|
+
"code": "string"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"id": "AccessPolicyV2.rule.description",
|
|
243
|
+
"path": "AccessPolicyV2.rule.description",
|
|
244
|
+
"definition": "Rule description",
|
|
245
|
+
"short": "Rule description",
|
|
246
|
+
"min": 0,
|
|
247
|
+
"max": "1",
|
|
248
|
+
"type": [
|
|
249
|
+
{
|
|
250
|
+
"code": "string"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "AccessPolicyV2.rule.combineBehavior",
|
|
256
|
+
"path": "AccessPolicyV2.rule.combineBehavior",
|
|
257
|
+
"definition": "Rule combination behavior for children elements.",
|
|
258
|
+
"short": "Determine wether to use and/or to combine rules.",
|
|
259
|
+
"min": 0,
|
|
260
|
+
"max": "1",
|
|
261
|
+
"type": [
|
|
262
|
+
{
|
|
263
|
+
"code": "code"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"binding": {
|
|
267
|
+
"strength": "required",
|
|
268
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyV2CombineBehavior|4.0.1"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"id": "AccessPolicyV2.rule.effect",
|
|
273
|
+
"path": "AccessPolicyV2.rule.effect",
|
|
274
|
+
"short": "Determine whether to evaluate the rule.",
|
|
275
|
+
"min": 0,
|
|
276
|
+
"max": "1",
|
|
277
|
+
"type": [
|
|
278
|
+
{
|
|
279
|
+
"code": "code"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
"binding": {
|
|
283
|
+
"strength": "required",
|
|
284
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleEffect|4.0.1"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "AccessPolicyV2.rule.target",
|
|
289
|
+
"path": "AccessPolicyV2.rule.target",
|
|
290
|
+
"short": "Determine whether to evaluate the rule.",
|
|
291
|
+
"min": 0,
|
|
292
|
+
"max": "1",
|
|
293
|
+
"type": [
|
|
294
|
+
{
|
|
295
|
+
"code": "BackboneElement"
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"id": "AccessPolicyV2.rule.target.expression",
|
|
301
|
+
"path": "AccessPolicyV2.rule.target.expression",
|
|
302
|
+
"short": "Determine whether to evaluate the rule.",
|
|
303
|
+
"min": 1,
|
|
304
|
+
"max": "1",
|
|
305
|
+
"type": [
|
|
306
|
+
{
|
|
307
|
+
"code": "Expression"
|
|
308
|
+
}
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"id": "AccessPolicyV2.rule.condition",
|
|
313
|
+
"path": "AccessPolicyV2.rule.condition",
|
|
314
|
+
"short": "Condition to evaluate determining whether pass/deny.",
|
|
315
|
+
"min": 0,
|
|
316
|
+
"max": "1",
|
|
317
|
+
"type": [
|
|
318
|
+
{
|
|
319
|
+
"code": "BackboneElement"
|
|
320
|
+
}
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"id": "AccessPolicyV2.rule.condition.expression",
|
|
325
|
+
"path": "AccessPolicyV2.rule.condition.expression",
|
|
326
|
+
"short": "Condition expression to evaluate determining whether pass/deny.",
|
|
327
|
+
"min": 1,
|
|
328
|
+
"max": "1",
|
|
329
|
+
"type": [
|
|
330
|
+
{
|
|
331
|
+
"code": "Expression"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"id": "AccessPolicyV2.rule.rule",
|
|
337
|
+
"path": "AccessPolicyV2.rule.rule",
|
|
338
|
+
"definition": "Nested rules to evaluate.",
|
|
339
|
+
"short": "Nested rules",
|
|
340
|
+
"min": 0,
|
|
341
|
+
"max": "*",
|
|
342
|
+
"contentReference": "#AccessPolicyV2.rule"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"id": "AccessPolicyV2.target",
|
|
346
|
+
"path": "AccessPolicyV2.target",
|
|
347
|
+
"definition": "Who the access policy applies to.",
|
|
348
|
+
"short": "Who the access policy applies to.",
|
|
349
|
+
"type": [
|
|
350
|
+
{
|
|
351
|
+
"code": "BackboneElement"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"min": 0,
|
|
355
|
+
"max": "*"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"id": "AccessPolicyV2.target.link",
|
|
359
|
+
"path": "AccessPolicyV2.target.link",
|
|
360
|
+
"definition": "Who the access policy applies to.",
|
|
361
|
+
"short": "The target reference of the access policy applies to.",
|
|
362
|
+
"type": [
|
|
363
|
+
{
|
|
364
|
+
"code": "Reference",
|
|
365
|
+
"targetProfile": [
|
|
366
|
+
"https://haste-health.com/StructureDefinition/ClientApplication",
|
|
367
|
+
"https://haste-health.com/StructureDefinition/Membership",
|
|
368
|
+
"http://hl7.org/fhir/StructureDefinition/OperationDefinition"
|
|
369
|
+
]
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"min": 1,
|
|
373
|
+
"max": "1"
|
|
374
|
+
}
|
|
375
|
+
]
|
|
376
|
+
}
|
|
377
|
+
}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "StructureDefinition",
|
|
3
|
+
"id": "ClientApplication",
|
|
4
|
+
"url": "https://haste-health.com/StructureDefinition/ClientApplication",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "ClientApplication",
|
|
7
|
+
"status": "active",
|
|
8
|
+
"publisher": "haste-health",
|
|
9
|
+
"fhirVersion": "4.0.1",
|
|
10
|
+
"description": "FHIR Implementation of Client Metadata from https://datatracker.ietf.org/doc/html/rfc7591#section-2",
|
|
11
|
+
"kind": "resource",
|
|
12
|
+
"abstract": false,
|
|
13
|
+
"type": "ClientApplication",
|
|
14
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
|
|
15
|
+
"derivation": "specialization",
|
|
16
|
+
"snapshot": {
|
|
17
|
+
"element": [
|
|
18
|
+
{
|
|
19
|
+
"id": "ClientApplication",
|
|
20
|
+
"path": "ClientApplication",
|
|
21
|
+
"min": 0,
|
|
22
|
+
"max": "*",
|
|
23
|
+
"base": {
|
|
24
|
+
"path": "ClientApplication",
|
|
25
|
+
"min": 0,
|
|
26
|
+
"max": "*"
|
|
27
|
+
},
|
|
28
|
+
"isModifier": false,
|
|
29
|
+
"isSummary": false
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "ClientApplication.id",
|
|
33
|
+
"path": "ClientApplication.id",
|
|
34
|
+
"short": "Logical id of this artifact",
|
|
35
|
+
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
|
36
|
+
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
|
|
37
|
+
"min": 0,
|
|
38
|
+
"max": "1",
|
|
39
|
+
"base": {
|
|
40
|
+
"path": "Resource.id",
|
|
41
|
+
"min": 0,
|
|
42
|
+
"max": "1"
|
|
43
|
+
},
|
|
44
|
+
"type": [
|
|
45
|
+
{
|
|
46
|
+
"extension": [
|
|
47
|
+
{
|
|
48
|
+
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
|
|
49
|
+
"valueUrl": "string"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"code": "http://hl7.org/fhirpath/System.String"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"isModifier": false,
|
|
56
|
+
"isSummary": true
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "ClientApplication.meta",
|
|
60
|
+
"path": "ClientApplication.meta",
|
|
61
|
+
"short": "Metadata about the resource",
|
|
62
|
+
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
|
|
63
|
+
"min": 0,
|
|
64
|
+
"max": "1",
|
|
65
|
+
"base": {
|
|
66
|
+
"path": "Resource.meta",
|
|
67
|
+
"min": 0,
|
|
68
|
+
"max": "1"
|
|
69
|
+
},
|
|
70
|
+
"type": [
|
|
71
|
+
{
|
|
72
|
+
"code": "Meta"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"constraint": [
|
|
76
|
+
{
|
|
77
|
+
"key": "ele-1",
|
|
78
|
+
"severity": "error",
|
|
79
|
+
"human": "All FHIR elements must have a @value or children",
|
|
80
|
+
"expression": "hasValue() or (children().count() > id.count())",
|
|
81
|
+
"xpath": "@value|f:*|h:div",
|
|
82
|
+
"source": "http://hl7.org/fhir/StructureDefinition/Element"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"isModifier": false,
|
|
86
|
+
"isSummary": true
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "ClientApplication.name",
|
|
90
|
+
"path": "ClientApplication.name",
|
|
91
|
+
"short": "The name of the client to be presented to the end-user.",
|
|
92
|
+
"type": [
|
|
93
|
+
{
|
|
94
|
+
"code": "string"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"min": 1,
|
|
98
|
+
"max": "1"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "ClientApplication.description",
|
|
102
|
+
"path": "ClientApplication.description",
|
|
103
|
+
"short": "The description of the client to be presented to the end-user.",
|
|
104
|
+
"type": [
|
|
105
|
+
{
|
|
106
|
+
"code": "string"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"min": 0,
|
|
110
|
+
"max": "1"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "ClientApplication.grantType",
|
|
114
|
+
"path": "ClientApplication.grantType",
|
|
115
|
+
"short": "Auth 2.0 grant type strings that the client can use at the token endpoint.",
|
|
116
|
+
"definition": "The grant type for this client application.",
|
|
117
|
+
"type": [
|
|
118
|
+
{
|
|
119
|
+
"code": "code"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"binding": {
|
|
123
|
+
"strength": "required",
|
|
124
|
+
"valueSet": "https://haste.health/fhir/ValueSet/ClientApplicationGrantType|4.0.1"
|
|
125
|
+
},
|
|
126
|
+
"min": 1,
|
|
127
|
+
"max": "*"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "ClientApplication.responseTypes",
|
|
131
|
+
"path": "ClientApplication.responseTypes",
|
|
132
|
+
"short": "OAuth 2.0 response type strings that the client can use at the authorization endpoint.",
|
|
133
|
+
"type": [
|
|
134
|
+
{
|
|
135
|
+
"code": "code"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"binding": {
|
|
139
|
+
"strength": "required",
|
|
140
|
+
"valueSet": "https://haste.health/fhir/ValueSet/ClientApplicationResponseTypes|4.0.1"
|
|
141
|
+
},
|
|
142
|
+
"min": 1,
|
|
143
|
+
"max": "1"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "ClientApplication.secret",
|
|
147
|
+
"path": "ClientApplication.secret",
|
|
148
|
+
"short": "This value is used by confidential clients to authenticate to the token endpoint, as described in OAuth 2.0 [RFC6749], Section 2.3.1.",
|
|
149
|
+
"definition": "For client credentials (or other confidential authentication methods), the client secret.",
|
|
150
|
+
"type": [
|
|
151
|
+
{
|
|
152
|
+
"code": "string"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"min": 0,
|
|
156
|
+
"max": "1"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "ClientApplication.redirectUri",
|
|
160
|
+
"path": "ClientApplication.redirectUri",
|
|
161
|
+
"definition": "Array of redirection URI strings for use in redirect-based flows such as the authorization code and implicit flows. As required by Section 2 of OAuth 2.0 [RFC6749], clients using flows with redirection MUST register their redirection URI values. Authorization servers that support dynamic registration for redirect-based flows MUST implement support for this metadata value.",
|
|
162
|
+
"short": "Array of redirection URI strings for use in redirect-based flows such as the authorization code and implicit flows. As required by Section 2 of OAuth 2.0 [RFC6749], clients using flows with redirection MUST register their redirection URI values. Authorization servers that support dynamic registration for redirect-based flows MUST implement support for this metadata value.",
|
|
163
|
+
"type": [
|
|
164
|
+
{
|
|
165
|
+
"code": "string"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"min": 0,
|
|
169
|
+
"max": "5"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "ClientApplication.uri",
|
|
173
|
+
"path": "ClientApplication.uri",
|
|
174
|
+
"short": "URL string of a web page providing information about the client.",
|
|
175
|
+
"type": [
|
|
176
|
+
{
|
|
177
|
+
"code": "uri"
|
|
178
|
+
}
|
|
179
|
+
],
|
|
180
|
+
"min": 0,
|
|
181
|
+
"max": "1"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"id": "ClientApplication.logoUri",
|
|
185
|
+
"path": "ClientApplication.logoUri",
|
|
186
|
+
"short": "URL string that references a logo for the client.",
|
|
187
|
+
"type": [
|
|
188
|
+
{
|
|
189
|
+
"code": "uri"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"min": 0,
|
|
193
|
+
"max": "1"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "ClientApplication.scope",
|
|
197
|
+
"path": "ClientApplication.scope",
|
|
198
|
+
"short": "String containing a space-separated list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749]) that the client can use when requesting access tokens.",
|
|
199
|
+
"type": [
|
|
200
|
+
{
|
|
201
|
+
"code": "string"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
204
|
+
"min": 0,
|
|
205
|
+
"max": "1"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"id": "ClientApplication.contact",
|
|
209
|
+
"path": "ClientApplication.contact",
|
|
210
|
+
"short": "Array of strings representing ways to contact people responsible for this client, typically email addresses.",
|
|
211
|
+
"type": [
|
|
212
|
+
{
|
|
213
|
+
"code": "ContactPoint"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"min": 0,
|
|
217
|
+
"max": "1"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "ClientApplication.tosUri",
|
|
221
|
+
"path": "ClientApplication.tosUri",
|
|
222
|
+
"short": "URL string that points to a human-readable terms of service document for the client that describes a contractual relationship between the end-user and the client that the end-user accepts when authorizing the client.",
|
|
223
|
+
"type": [
|
|
224
|
+
{
|
|
225
|
+
"code": "uri"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"min": 0,
|
|
229
|
+
"max": "1"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "ClientApplication.policyUri",
|
|
233
|
+
"path": "ClientApplication.policyUri",
|
|
234
|
+
"short": "URL string that points to a human-readable privacy policy document that describes how the deployment organization collects, uses, retains, and discloses personal data.",
|
|
235
|
+
"type": [
|
|
236
|
+
{
|
|
237
|
+
"code": "uri"
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"min": 0,
|
|
241
|
+
"max": "1"
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
}
|