@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,157 @@
1
+ {
2
+ "resourceType": "StructureDefinition",
3
+ "id": "User",
4
+ "url": "https://haste-health.com/StructureDefinition/User",
5
+ "version": "4.0.1",
6
+ "name": "User",
7
+ "status": "active",
8
+ "publisher": "haste-health",
9
+ "fhirVersion": "4.0.1",
10
+ "kind": "resource",
11
+ "abstract": false,
12
+ "type": "User",
13
+ "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource",
14
+ "description": "A User resource is used to represent a user in a tenant. The resource contains information about the user's role in the organization, the user's email address, and whether the user's email address has been verified.",
15
+ "derivation": "specialization",
16
+ "snapshot": {
17
+ "element": [
18
+ {
19
+ "id": "User",
20
+ "path": "User",
21
+ "min": 0,
22
+ "max": "*",
23
+ "base": {
24
+ "path": "User",
25
+ "min": 0,
26
+ "max": "*"
27
+ },
28
+ "isModifier": false,
29
+ "isSummary": false
30
+ },
31
+ {
32
+ "id": "User.id",
33
+ "path": "User.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": "User.meta",
60
+ "path": "User.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": "User.email",
90
+ "path": "User.email",
91
+ "short": "Users email address.",
92
+ "type": [
93
+ {
94
+ "code": "string"
95
+ }
96
+ ],
97
+ "min": 0,
98
+ "max": "1"
99
+ },
100
+ {
101
+ "id": "User.emailVerified",
102
+ "path": "User.emailVerified",
103
+ "short": "Is Users email address verified.",
104
+ "type": [
105
+ {
106
+ "code": "boolean"
107
+ }
108
+ ],
109
+ "min": 0,
110
+ "max": "1"
111
+ },
112
+ {
113
+ "id": "User.name",
114
+ "path": "User.name",
115
+ "short": "Users name",
116
+ "type": [
117
+ {
118
+ "code": "HumanName"
119
+ }
120
+ ],
121
+ "min": 0,
122
+ "max": "1"
123
+ },
124
+ {
125
+ "id": "User.role",
126
+ "path": "User.role",
127
+ "short": "The Users role. Note that owner and superadmin roles are granted full access.",
128
+ "type": [
129
+ {
130
+ "code": "code"
131
+ }
132
+ ],
133
+ "binding": {
134
+ "strength": "required",
135
+ "valueSet": "https://haste.health/fhir/ValueSet/UserRole|4.0.1"
136
+ },
137
+ "min": 1,
138
+ "max": "1"
139
+ },
140
+ {
141
+ "id": "User.federated",
142
+ "path": "User.federated",
143
+ "short": "Is Users email address verified.",
144
+ "type": [
145
+ {
146
+ "code": "Reference",
147
+ "targetProfile": [
148
+ "https://haste-health.com/StructureDefinition/IdentityProvider"
149
+ ]
150
+ }
151
+ ],
152
+ "min": 0,
153
+ "max": "1"
154
+ }
155
+ ]
156
+ }
157
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/ClientApplicationGrantType",
7
+ "resource": {
8
+ "id": "clientapplication-grant-type-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/ClientApplicationGrantType",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "ClientApplicationGrantType",
13
+ "title": "ClientApplicationGrantType",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Grant types allowed.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/ClientApplicationGrantType",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "client_credentials",
24
+ "display": "Client Credentials"
25
+ },
26
+ {
27
+ "code": "authorization_code",
28
+ "display": "Authorization Code"
29
+ },
30
+ {
31
+ "code": "refresh_token",
32
+ "display": "Refresh Token"
33
+ },
34
+ {
35
+ "code": "basic_auth",
36
+ "display": "Basic Authentication"
37
+ }
38
+ ]
39
+ }
40
+ },
41
+ {
42
+ "fullUrl": "https://haste.health/fhir/ValueSet/ClientApplicationGrantType",
43
+ "resource": {
44
+ "resourceType": "ValueSet",
45
+ "id": "clientapplication-grant-type-valueset",
46
+ "url": "https://haste.health/fhir/ValueSet/ClientApplicationGrantType",
47
+ "version": "4.0.1",
48
+ "name": "ClientApplicationGrantType",
49
+ "title": "ClientApplicationGrantType",
50
+ "status": "active",
51
+ "experimental": true,
52
+ "publisher": "HasteHealth",
53
+ "description": "Grant Types allowed.",
54
+ "immutable": true,
55
+ "compose": {
56
+ "include": [
57
+ {
58
+ "system": "https://haste.health/fhir/CodeSystem/ClientApplicationGrantType"
59
+ }
60
+ ]
61
+ }
62
+ }
63
+ }
64
+ ]
65
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/MembershipRole",
7
+ "resource": {
8
+ "id": "membership-role-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/MembershipRole",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "MembershipRole",
13
+ "title": "MembershipRole",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Grant types allowed.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/MembershipRole",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "owner",
24
+ "display": "Owner"
25
+ },
26
+ {
27
+ "code": "admin",
28
+ "display": "Super Admin"
29
+ },
30
+ {
31
+ "code": "member",
32
+ "display": "Member"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "fullUrl": "https://haste.health/fhir/ValueSet/MembershipRole",
39
+ "resource": {
40
+ "resourceType": "ValueSet",
41
+ "id": "membership-role-valueset",
42
+ "url": "https://haste.health/fhir/ValueSet/MembershipRole",
43
+ "version": "4.0.1",
44
+ "name": "MembershipRole",
45
+ "title": "MembershipRole",
46
+ "status": "active",
47
+ "experimental": true,
48
+ "publisher": "HasteHealth",
49
+ "description": "Grant Types allowed.",
50
+ "immutable": true,
51
+ "compose": {
52
+ "include": [
53
+ {
54
+ "system": "https://haste.health/fhir/CodeSystem/MembershipRole"
55
+ }
56
+ ]
57
+ }
58
+ }
59
+ }
60
+ ]
61
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/ClientApplicationResponseTypes",
7
+ "resource": {
8
+ "id": "clientapplication-response-types-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/ClientApplicationResponseTypes",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "ClientApplicationResponseTypes",
13
+ "title": "ClientApplicationResponseTypes",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Array of the OAuth 2.0 response type strings that the client can use at the authorization endpoint.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/ClientApplicationResponseTypes",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "code",
24
+ "display": "code"
25
+ },
26
+ {
27
+ "code": "token",
28
+ "display": "token"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "fullUrl": "https://haste.health/fhir/ValueSet/ClientApplicationResponseTypes",
35
+ "resource": {
36
+ "resourceType": "ValueSet",
37
+ "id": "clientapplication-response-types-valueset",
38
+ "url": "https://haste.health/fhir/ValueSet/ClientApplicationResponseTypes",
39
+ "version": "4.0.1",
40
+ "name": "ClientApplicationResponseTypes",
41
+ "title": "ClientApplicationResponseTypes",
42
+ "status": "active",
43
+ "experimental": true,
44
+ "publisher": "HasteHealth",
45
+ "description": "Array of the OAuth 2.0 response type strings that the client can use at the authorization endpoint.",
46
+ "immutable": true,
47
+ "compose": {
48
+ "include": [
49
+ {
50
+ "system": "https://haste.health/fhir/CodeSystem/ClientApplicationResponseTypes"
51
+ }
52
+ ]
53
+ }
54
+ }
55
+ }
56
+ ]
57
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPILevel",
7
+ "resource": {
8
+ "id": "access-policy-fhir-api-level-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPILevel",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "AccessPolicyFHIRAPILevel",
13
+ "title": "AccessPolicyFHIRAPILevel",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Access Policy types allowed.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPILevel",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "instance",
24
+ "display": "Instance"
25
+ },
26
+ {
27
+ "code": "type",
28
+ "display": "Type"
29
+ },
30
+ {
31
+ "code": "system",
32
+ "display": "System"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPILevel",
39
+ "resource": {
40
+ "resourceType": "ValueSet",
41
+ "id": "access-policy-fhir-api-level-valueset",
42
+ "url": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPILevel",
43
+ "version": "4.0.1",
44
+ "name": "AccessPolicyFHIRAPILevel",
45
+ "title": "AccessPolicyFHIRAPILevel",
46
+ "status": "active",
47
+ "experimental": true,
48
+ "publisher": "HasteHealth",
49
+ "description": "Access Policy types allowed.",
50
+ "immutable": true,
51
+ "compose": {
52
+ "include": [
53
+ {
54
+ "system": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPILevel"
55
+ }
56
+ ]
57
+ }
58
+ }
59
+ }
60
+ ]
61
+ }
@@ -0,0 +1,97 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIMethod",
7
+ "resource": {
8
+ "id": "access-policy-fhir-api-methods-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIMethod",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "AccessPolicyFHIRAPIMethod",
13
+ "title": "AccessPolicyFHIRAPIMethod",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Access Policy types allowed.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIMethod",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "read",
24
+ "display": "Read"
25
+ },
26
+ {
27
+ "code": "vread",
28
+ "display": "Version read"
29
+ },
30
+ {
31
+ "code": "update",
32
+ "display": "Update"
33
+ },
34
+ {
35
+ "code": "patch",
36
+ "display": "Patch"
37
+ },
38
+ {
39
+ "code": "delete",
40
+ "display": "Delete"
41
+ },
42
+ {
43
+ "code": "history",
44
+ "display": "History"
45
+ },
46
+ {
47
+ "code": "create",
48
+ "display": "create"
49
+ },
50
+ {
51
+ "code": "search",
52
+ "display": "Search"
53
+ },
54
+ {
55
+ "code": "capabilities",
56
+ "display": "Capabilities"
57
+ },
58
+ {
59
+ "code": "batch",
60
+ "display": "Batch"
61
+ },
62
+ {
63
+ "code": "transaction",
64
+ "display": "Transaction"
65
+ },
66
+ {
67
+ "code": "invoke",
68
+ "display": "Invoke"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIMethod",
75
+ "resource": {
76
+ "resourceType": "ValueSet",
77
+ "id": "access-policy-fhir-api-methods-valueset",
78
+ "url": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIMethod",
79
+ "version": "4.0.1",
80
+ "name": "AccessPolicyFHIRAPIMethod",
81
+ "title": "AccessPolicyFHIRAPIMethod",
82
+ "status": "active",
83
+ "experimental": true,
84
+ "publisher": "HasteHealth",
85
+ "description": "Access Policy types allowed.",
86
+ "immutable": true,
87
+ "compose": {
88
+ "include": [
89
+ {
90
+ "system": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIMethod"
91
+ }
92
+ ]
93
+ }
94
+ }
95
+ }
96
+ ]
97
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "type": "collection",
4
+ "entry": [
5
+ {
6
+ "fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIParameter",
7
+ "resource": {
8
+ "id": "access-policy-fhir-api-parameter-codesystem",
9
+ "url": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIParameter",
10
+ "resourceType": "CodeSystem",
11
+ "version": "4.0.1",
12
+ "name": "AccessPolicyFHIRAPIParameter",
13
+ "title": "AccessPolicyFHIRAPIParameter",
14
+ "status": "active",
15
+ "experimental": true,
16
+ "publisher": "HasteHealth",
17
+ "description": "Access Policy types allowed.",
18
+ "caseSensitive": true,
19
+ "valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIParameter",
20
+ "content": "complete",
21
+ "concept": [
22
+ {
23
+ "code": "resourceType",
24
+ "display": "Resource Type"
25
+ },
26
+ {
27
+ "code": "id",
28
+ "display": "Id"
29
+ },
30
+ {
31
+ "code": "versionId",
32
+ "display": "Version Id"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIParameter",
39
+ "resource": {
40
+ "resourceType": "ValueSet",
41
+ "id": "access-policy-fhir-api-parameter-valueset",
42
+ "url": "https://haste.health/fhir/ValueSet/AccessPolicyFHIRAPIParameter",
43
+ "version": "4.0.1",
44
+ "name": "AccessPolicyFHIRAPIParameter",
45
+ "title": "AccessPolicyFHIRAPIParameter",
46
+ "status": "active",
47
+ "experimental": true,
48
+ "publisher": "HasteHealth",
49
+ "description": "Access Policy types allowed.",
50
+ "immutable": true,
51
+ "compose": {
52
+ "include": [
53
+ {
54
+ "system": "https://haste.health/fhir/CodeSystem/AccessPolicyFHIRAPIParameter"
55
+ }
56
+ ]
57
+ }
58
+ }
59
+ }
60
+ ]
61
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "id": "broker-types",
4
+ "type": "collection",
5
+ "entry": [
6
+ {
7
+ "fullUrl": "https://haste.health/fhir/CodeSystem/MessageBrokerType",
8
+ "resource": {
9
+ "id": "message-broker-type-codesystem",
10
+ "url": "https://haste.health/fhir/CodeSystem/MessageBrokerType",
11
+ "resourceType": "CodeSystem",
12
+ "version": "4.0.1",
13
+ "name": "MessageBrokerType",
14
+ "title": "MessageBrokerType",
15
+ "status": "active",
16
+ "experimental": true,
17
+ "publisher": "HasteHealth",
18
+ "description": "Message Broker types allowed.",
19
+ "caseSensitive": true,
20
+ "valueSet": "https://haste.health/fhir/ValueSet/MessageBrokerType",
21
+ "content": "complete",
22
+ "concept": [
23
+ {
24
+ "code": "kafka",
25
+ "display": "Kafka",
26
+ "definition": "Kafka broker type."
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "fullUrl": "https://haste.health/fhir/ValueSet/MessageBrokerType",
33
+ "resource": {
34
+ "resourceType": "ValueSet",
35
+ "id": "message-broker-type-valueset",
36
+ "url": "https://haste.health/fhir/ValueSet/MessageBrokerType",
37
+ "version": "4.0.1",
38
+ "name": "MessageBrokerType",
39
+ "title": "MessageBrokerType",
40
+ "status": "active",
41
+ "experimental": true,
42
+ "publisher": "HasteHealth",
43
+ "description": "Message Broker types allowed.",
44
+ "immutable": true,
45
+ "compose": {
46
+ "include": [
47
+ {
48
+ "system": "https://haste.health/fhir/CodeSystem/MessageBrokerType"
49
+ }
50
+ ]
51
+ }
52
+ }
53
+ }
54
+ ]
55
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "id": "access-policy-types",
4
+ "type": "collection",
5
+ "entry": [
6
+ {
7
+ "fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyType",
8
+ "resource": {
9
+ "id": "access-policy-type-codesystem",
10
+ "url": "https://haste.health/fhir/CodeSystem/AccessPolicyType",
11
+ "resourceType": "CodeSystem",
12
+ "version": "4.0.1",
13
+ "name": "AccessPolicyType",
14
+ "title": "AccessPolicyType",
15
+ "status": "active",
16
+ "experimental": true,
17
+ "publisher": "HasteHealth",
18
+ "description": "Access Policy types allowed.",
19
+ "caseSensitive": true,
20
+ "valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyType",
21
+ "content": "complete",
22
+ "concept": [
23
+ {
24
+ "code": "fhir-rest",
25
+ "display": "FHIR Rest",
26
+ "definition": "Uses FHIR rest methods to apply access controls."
27
+ },
28
+ {
29
+ "code": "full-access",
30
+ "display": "Full Access",
31
+ "definition": "Grants full access to all resources."
32
+ }
33
+ ]
34
+ }
35
+ },
36
+ {
37
+ "fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyType",
38
+ "resource": {
39
+ "resourceType": "ValueSet",
40
+ "id": "access-policy-type-valueset",
41
+ "url": "https://haste.health/fhir/ValueSet/AccessPolicyType",
42
+ "version": "4.0.1",
43
+ "name": "AccessPolicyType",
44
+ "title": "AccessPolicyType",
45
+ "status": "active",
46
+ "experimental": true,
47
+ "publisher": "HasteHealth",
48
+ "description": "Access Policy types allowed.",
49
+ "immutable": true,
50
+ "compose": {
51
+ "include": [
52
+ {
53
+ "system": "https://haste.health/fhir/CodeSystem/AccessPolicyType"
54
+ }
55
+ ]
56
+ }
57
+ }
58
+ }
59
+ ]
60
+ }