@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.
Files changed (72) hide show
  1. package/.index.json +349 -0
  2. package/README.md +1 -0
  3. package/definitions/haste-health/operation/current_project.json +26 -0
  4. package/definitions/haste-health/operation/current_tenant.json +34 -0
  5. package/definitions/haste-health/operation/deploy.json +59 -0
  6. package/definitions/haste-health/operation/encrypt.json +34 -0
  7. package/definitions/haste-health/operation/evaluate-policy.json +45 -0
  8. package/definitions/haste-health/operation/idp-registration-info.json +45 -0
  9. package/definitions/haste-health/operation/invite-user.json +53 -0
  10. package/definitions/haste-health/operation/message-post.json +37 -0
  11. package/definitions/haste-health/operation/password-reset.json +62 -0
  12. package/definitions/haste-health/operation/refresh-tokens/delete.json +42 -0
  13. package/definitions/haste-health/operation/refresh-tokens/list.json +51 -0
  14. package/definitions/haste-health/operation/scopes/delete.json +34 -0
  15. package/definitions/haste-health/operation/scopes/list.json +51 -0
  16. package/definitions/haste-health/operation/usage-statistics.json +67 -0
  17. package/definitions/haste-health/profiling/extensions/author.json +395 -0
  18. package/definitions/haste-health/profiling/extensions/subscription-channel.json +395 -0
  19. package/definitions/haste-health/profiling/extensions/subscription-operation.json +395 -0
  20. package/definitions/haste-health/profiling/resource/hastehealth-subscription.json +1015 -0
  21. package/definitions/haste-health/searchParameter/access-policy/code.json +17 -0
  22. package/definitions/haste-health/searchParameter/access-policy/link.json +22 -0
  23. package/definitions/haste-health/searchParameter/access-policy/name.json +17 -0
  24. package/definitions/haste-health/searchParameter/access-policy/type.json +17 -0
  25. package/definitions/haste-health/searchParameter/access-policy-v2/engine.json +17 -0
  26. package/definitions/haste-health/searchParameter/access-policy-v2/link.json +22 -0
  27. package/definitions/haste-health/searchParameter/access-policy-v2/name.json +17 -0
  28. package/definitions/haste-health/searchParameter/clientApplication/grantType.json +17 -0
  29. package/definitions/haste-health/searchParameter/clientApplication/name.json +17 -0
  30. package/definitions/haste-health/searchParameter/identity-provider/accessType.json +17 -0
  31. package/definitions/haste-health/searchParameter/identity-provider/name.json +17 -0
  32. package/definitions/haste-health/searchParameter/identity-provider/status.json +17 -0
  33. package/definitions/haste-health/searchParameter/membership/email.json +17 -0
  34. package/definitions/haste-health/searchParameter/membership/federation.json +20 -0
  35. package/definitions/haste-health/searchParameter/membership/link.json +21 -0
  36. package/definitions/haste-health/searchParameter/membership/name.json +17 -0
  37. package/definitions/haste-health/searchParameter/membership/role.json +17 -0
  38. package/definitions/haste-health/searchParameter/message-broker/host.json +17 -0
  39. package/definitions/haste-health/searchParameter/message-broker/name.json +17 -0
  40. package/definitions/haste-health/searchParameter/message-broker/type.json +17 -0
  41. package/definitions/haste-health/searchParameter/message-topic/broker.json +20 -0
  42. package/definitions/haste-health/searchParameter/message-topic/topic.json +17 -0
  43. package/definitions/haste-health/searchParameter/resource-parameters.json +59 -0
  44. package/definitions/haste-health/structuredefinition/access_policy_v2.json +377 -0
  45. package/definitions/haste-health/structuredefinition/client_application.json +245 -0
  46. package/definitions/haste-health/structuredefinition/identity_provider.json +298 -0
  47. package/definitions/haste-health/structuredefinition/membership.json +123 -0
  48. package/definitions/haste-health/structuredefinition/project.json +133 -0
  49. package/definitions/haste-health/structuredefinition/user.json +157 -0
  50. package/definitions/haste-health/terminology/access-policy/authentication/grant_type.json +65 -0
  51. package/definitions/haste-health/terminology/access-policy/authentication/membership_role.json +61 -0
  52. package/definitions/haste-health/terminology/access-policy/authentication/response_types.json +57 -0
  53. package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-level.json +61 -0
  54. package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-methods.json +97 -0
  55. package/definitions/haste-health/terminology/access-policy/authorization/fhir-api-parameters.json +61 -0
  56. package/definitions/haste-health/terminology/access-policy/message-broker/types.json +55 -0
  57. package/definitions/haste-health/terminology/access-policy/policy-types.json +60 -0
  58. package/definitions/haste-health/terminology/access-policy/resource_type.json +67 -0
  59. package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-atttribute-operation-types.json +62 -0
  60. package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-effect.json +60 -0
  61. package/definitions/haste-health/terminology/access-policy-v2/accesspolicy-engine.json +60 -0
  62. package/definitions/haste-health/terminology/access-policy-v2/rule-combine-behavior.json +60 -0
  63. package/definitions/haste-health/terminology/access-policy-v2/rule-condition-operators.json +60 -0
  64. package/definitions/haste-health/terminology/external/bcp-13-codesystem.json +14 -0
  65. package/definitions/haste-health/terminology/external/iso-3166-codesystem.json +14 -0
  66. package/definitions/haste-health/terminology/external/iso-4217-codesystem.json +14 -0
  67. package/definitions/haste-health/terminology/identity-provider/accessType.json +55 -0
  68. package/definitions/haste-health/terminology/identity-provider/pkce-challenge-method.json +58 -0
  69. package/definitions/haste-health/terminology/identity-provider/status.json +60 -0
  70. package/definitions/haste-health/terminology/resource_types.json +41 -0
  71. package/definitions/haste-health/terminology/supportedFhirVersion.json +55 -0
  72. package/package.json +31 -0
@@ -0,0 +1,298 @@
1
+ {
2
+ "resourceType": "StructureDefinition",
3
+ "id": "IdentityProvider",
4
+ "url": "https://haste-health.com/StructureDefinition/IdentityProvider",
5
+ "version": "4.0.1",
6
+ "name": "IdentityProvider",
7
+ "status": "active",
8
+ "publisher": "haste-health",
9
+ "fhirVersion": "4.0.1",
10
+ "kind": "resource",
11
+ "abstract": false,
12
+ "type": "IdentityProvider",
13
+ "description": "External identity provider configuration.",
14
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
15
+ "derivation": "specialization",
16
+ "snapshot": {
17
+ "element": [
18
+ {
19
+ "id": "IdentityProvider",
20
+ "path": "IdentityProvider",
21
+ "min": 0,
22
+ "definition": "External identity provider configuration.",
23
+ "max": "*",
24
+ "base": {
25
+ "path": "IdentityProvider",
26
+ "min": 0,
27
+ "max": "*"
28
+ },
29
+ "isModifier": false,
30
+ "isSummary": false
31
+ },
32
+ {
33
+ "id": "IdentityProvider.id",
34
+ "path": "IdentityProvider.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": "IdentityProvider.meta",
61
+ "path": "IdentityProvider.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": "IdentityProvider.name",
91
+ "path": "IdentityProvider.name",
92
+ "definition": "The name of the external identity provider.",
93
+ "short": "The name of the external identity provider.",
94
+ "type": [
95
+ {
96
+ "code": "string"
97
+ }
98
+ ],
99
+ "min": 1,
100
+ "max": "1"
101
+ },
102
+ {
103
+ "id": "IdentityProvider.status",
104
+ "path": "IdentityProvider.status",
105
+ "definition": "The status of the identity provider.",
106
+ "short": "The status of the identity provider.",
107
+ "type": [
108
+ {
109
+ "code": "code"
110
+ }
111
+ ],
112
+ "min": 1,
113
+ "max": "1",
114
+ "binding": {
115
+ "strength": "required",
116
+ "valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderStatus|4.0.1"
117
+ }
118
+ },
119
+ {
120
+ "id": "IdentityProvider.accessType",
121
+ "path": "IdentityProvider.accessType",
122
+ "definition": "Method for connecting to external identity provider.",
123
+ "short": "Method for connecting to external identity provider.",
124
+ "type": [
125
+ {
126
+ "code": "code"
127
+ }
128
+ ],
129
+ "min": 1,
130
+ "max": "1",
131
+ "binding": {
132
+ "strength": "required",
133
+ "valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderAccessType|4.0.1"
134
+ }
135
+ },
136
+ {
137
+ "id": "IdentityProvider.oidc",
138
+ "path": "IdentityProvider.oidc",
139
+ "definition": "OIDC connection configuration for the identity provider.",
140
+ "short": "OIDC connection configuration for the identity provider.",
141
+ "type": [
142
+ {
143
+ "code": "BackboneElement"
144
+ }
145
+ ],
146
+ "min": 0,
147
+ "max": "1"
148
+ },
149
+ {
150
+ "id": "IdentityProvider.oidc.authorization_endpoint",
151
+ "path": "IdentityProvider.oidc.authorization_endpoint",
152
+ "definition": "OIDC authorization endpoint.",
153
+ "short": "OIDC authorization endpoint.",
154
+ "type": [
155
+ {
156
+ "code": "string"
157
+ }
158
+ ],
159
+ "min": 1,
160
+ "max": "1"
161
+ },
162
+ {
163
+ "id": "IdentityProvider.oidc.token_endpoint",
164
+ "path": "IdentityProvider.oidc.token_endpoint",
165
+ "definition": "OIDC token endpoint.",
166
+ "short": "OIDC token endpoint.",
167
+ "type": [
168
+ {
169
+ "code": "string"
170
+ }
171
+ ],
172
+ "min": 1,
173
+ "max": "1"
174
+ },
175
+ {
176
+ "id": "IdentityProvider.oidc.userinfo_endpoint",
177
+ "path": "IdentityProvider.oidc.userinfo_endpoint",
178
+ "definition": "The OIDC user info endpoint.",
179
+ "short": "The OIDC user info endpoint.",
180
+ "type": [
181
+ {
182
+ "code": "string"
183
+ }
184
+ ],
185
+ "min": 0,
186
+ "max": "1"
187
+ },
188
+ {
189
+ "id": "IdentityProvider.oidc.jwks_uri",
190
+ "path": "IdentityProvider.oidc.jwks_uri",
191
+ "definition": "If included will verify id token based on this jwks keys.",
192
+ "short": "If included will verify id token based on this jwks keys.",
193
+ "type": [
194
+ {
195
+ "code": "string"
196
+ }
197
+ ],
198
+ "min": 0,
199
+ "max": "1"
200
+ },
201
+ {
202
+ "id": "IdentityProvider.oidc.scopes",
203
+ "path": "IdentityProvider.oidc.scopes",
204
+ "definition": "Scopes to send to the OIDC provider.",
205
+ "short": "Scopes to send to the OIDC provider.",
206
+ "type": [
207
+ {
208
+ "code": "string"
209
+ }
210
+ ],
211
+ "min": 0,
212
+ "max": "*"
213
+ },
214
+ {
215
+ "id": "IdentityProvider.oidc.client",
216
+ "path": "IdentityProvider.oidc.client",
217
+ "definition": "Registered client for the OIDC provider.",
218
+ "short": "Registered client for the OIDC provider.",
219
+ "type": [
220
+ {
221
+ "code": "BackboneElement"
222
+ }
223
+ ],
224
+ "min": 1,
225
+ "max": "1"
226
+ },
227
+ {
228
+ "id": "IdentityProvider.oidc.client.clientId",
229
+ "path": "IdentityProvider.oidc.client.clientId",
230
+ "definition": "Registered clients id.",
231
+ "short": "Registered clients id.",
232
+ "type": [
233
+ {
234
+ "code": "string"
235
+ }
236
+ ],
237
+ "min": 1,
238
+ "max": "1"
239
+ },
240
+ {
241
+ "id": "IdentityProvider.oidc.client.secret",
242
+ "path": "IdentityProvider.oidc.client.secret",
243
+ "definition": "Registered clients secret.",
244
+ "short": "Registered clients secret.",
245
+ "type": [
246
+ {
247
+ "code": "string"
248
+ }
249
+ ],
250
+ "min": 0,
251
+ "max": "1"
252
+ },
253
+ {
254
+ "id": "IdentityProvider.oidc.pkce",
255
+ "path": "IdentityProvider.oidc.pkce",
256
+ "definition": "PKCE Configuration",
257
+ "short": "PKCE Configuration",
258
+ "type": [
259
+ {
260
+ "code": "BackboneElement"
261
+ }
262
+ ],
263
+ "min": 0,
264
+ "max": "1"
265
+ },
266
+ {
267
+ "id": "IdentityProvider.oidc.pkce.code_challenge_method",
268
+ "path": "IdentityProvider.oidc.pkce.code_challenge_method",
269
+ "definition": "PKCE code challenge method.",
270
+ "short": "PKCE code challenge method.",
271
+ "type": [
272
+ {
273
+ "code": "code"
274
+ }
275
+ ],
276
+ "binding": {
277
+ "strength": "required",
278
+ "valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderPKCEChallengeMethod|4.0.1"
279
+ },
280
+ "min": 0,
281
+ "max": "1"
282
+ },
283
+ {
284
+ "id": "IdentityProvider.oidc.pkce.enabled",
285
+ "path": "IdentityProvider.oidc.pkce.enabled",
286
+ "definition": "PKCE enabled.",
287
+ "short": "PKCE enabled.",
288
+ "type": [
289
+ {
290
+ "code": "boolean"
291
+ }
292
+ ],
293
+ "min": 0,
294
+ "max": "1"
295
+ }
296
+ ]
297
+ }
298
+ }
@@ -0,0 +1,123 @@
1
+ {
2
+ "resourceType": "StructureDefinition",
3
+ "id": "Membership",
4
+ "url": "https://haste-health.com/StructureDefinition/Membership",
5
+ "version": "4.0.1",
6
+ "name": "Membership",
7
+ "status": "active",
8
+ "publisher": "haste-health",
9
+ "fhirVersion": "4.0.1",
10
+ "kind": "resource",
11
+ "abstract": false,
12
+ "type": "Membership",
13
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
14
+ "description": "A Membership resource is used to represent a user's membership in a project. This resource can link to an AccessPolicy resource to define the user's access rights within a project.",
15
+ "derivation": "specialization",
16
+ "snapshot": {
17
+ "element": [
18
+ {
19
+ "id": "Membership",
20
+ "path": "Membership",
21
+ "min": 0,
22
+ "max": "*",
23
+ "base": {
24
+ "path": "Membership",
25
+ "min": 0,
26
+ "max": "*"
27
+ },
28
+ "isModifier": false,
29
+ "isSummary": false
30
+ },
31
+ {
32
+ "id": "Membership.id",
33
+ "path": "Membership.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": "Membership.meta",
60
+ "path": "Membership.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": "Membership.link",
90
+ "path": "Membership.link",
91
+ "short": "The clinical resource linked to this Membership.",
92
+ "type": [
93
+ {
94
+ "code": "Reference",
95
+ "targetProfile": [
96
+ "http://hl7.org/fhir/StructureDefinition/Patient",
97
+ "http://hl7.org/fhir/StructureDefinition/Practitioner",
98
+ "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
99
+ "http://hl7.org/fhir/StructureDefinition/Person"
100
+ ]
101
+ }
102
+ ],
103
+ "min": 0,
104
+ "max": "1"
105
+ },
106
+ {
107
+ "id": "Membership.user",
108
+ "path": "Membership.user",
109
+ "short": "The user associated with this Membership.",
110
+ "type": [
111
+ {
112
+ "code": "Reference",
113
+ "targetProfile": [
114
+ "https://haste-health.com/StructureDefinition/User"
115
+ ]
116
+ }
117
+ ],
118
+ "min": 1,
119
+ "max": "1"
120
+ }
121
+ ]
122
+ }
123
+ }
@@ -0,0 +1,133 @@
1
+ {
2
+ "resourceType": "StructureDefinition",
3
+ "id": "Project",
4
+ "url": "https://haste-health.com/StructureDefinition/Project",
5
+ "version": "4.0.1",
6
+ "name": "Project",
7
+ "status": "active",
8
+ "publisher": "haste-health",
9
+ "fhirVersion": "4.0.1",
10
+ "kind": "resource",
11
+ "abstract": false,
12
+ "type": "Project",
13
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
14
+ "description": "A FHIR project is used to represent a collection of resources and users.",
15
+ "derivation": "specialization",
16
+ "snapshot": {
17
+ "element": [
18
+ {
19
+ "id": "Project",
20
+ "path": "Project",
21
+ "min": 0,
22
+ "max": "*",
23
+ "base": {
24
+ "path": "Project",
25
+ "min": 0,
26
+ "max": "*"
27
+ },
28
+ "isModifier": false,
29
+ "isSummary": false
30
+ },
31
+ {
32
+ "id": "Project.id",
33
+ "path": "Project.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": "Project.meta",
60
+ "path": "Project.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": "Project.name",
90
+ "path": "Project.name",
91
+ "short": "Projects name",
92
+ "type": [
93
+ {
94
+ "code": "string"
95
+ }
96
+ ],
97
+ "min": 1,
98
+ "max": "1"
99
+ },
100
+ {
101
+ "id": "Project.fhirVersion",
102
+ "path": "Project.fhirVersion",
103
+ "short": "A Given projects fhir version.",
104
+ "type": [
105
+ {
106
+ "code": "code"
107
+ }
108
+ ],
109
+ "binding": {
110
+ "strength": "required",
111
+ "valueSet": "https://haste.health/fhir/ValueSet/SupportedFHIRVersion|4.0.1"
112
+ },
113
+ "min": 1,
114
+ "max": "1"
115
+ },
116
+ {
117
+ "id": "Project.identityProvider",
118
+ "path": "Project.identityProvider",
119
+ "short": "A Given projects identity providers.",
120
+ "type": [
121
+ {
122
+ "code": "Reference",
123
+ "targetProfile": [
124
+ "https://haste-health.com/StructureDefinition/IdentityProvider"
125
+ ]
126
+ }
127
+ ],
128
+ "min": 0,
129
+ "max": "3"
130
+ }
131
+ ]
132
+ }
133
+ }