@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,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "haste-health-custom-types",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/HasteHealthCustomTypes",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "haste-health-custom-types",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/HasteHealthCustomTypes",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "Custom types",
|
|
14
|
+
"title": "Custom Types",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "HasteHealth custom types",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"content": "complete",
|
|
21
|
+
"concept": [
|
|
22
|
+
{
|
|
23
|
+
"code": "AccessPolicy",
|
|
24
|
+
"display": "AccessPolicy",
|
|
25
|
+
"definition": "Access policy resource used to hold authorization logic."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"code": "User",
|
|
29
|
+
"display": "User",
|
|
30
|
+
"definition": "Represents a person within the system.."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "Any",
|
|
34
|
+
"display": "Any",
|
|
35
|
+
"definition": "Represents any resource type."
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/ResourceTypes",
|
|
42
|
+
"resource": {
|
|
43
|
+
"resourceType": "ValueSet",
|
|
44
|
+
"id": "haste-health-types-valueset",
|
|
45
|
+
"url": "https://haste.health/fhir/ValueSet/ResourceTypes",
|
|
46
|
+
"version": "4.0.1",
|
|
47
|
+
"name": "HasteHealth Resource Types",
|
|
48
|
+
"title": "HasteHealth Resource Types",
|
|
49
|
+
"status": "active",
|
|
50
|
+
"experimental": true,
|
|
51
|
+
"publisher": "HasteHealth",
|
|
52
|
+
"description": "Resource types on HasteHealth",
|
|
53
|
+
"immutable": true,
|
|
54
|
+
"compose": {
|
|
55
|
+
"include": [
|
|
56
|
+
{
|
|
57
|
+
"system": "http://hl7.org/fhir/resource-types"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"system": "https://haste.health/fhir/CodeSystem/HasteHealthCustomTypes"
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "access-policy-attribute-operation-types",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyAttributeOperationTypes",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "access-policy-attribute-operation-types-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/AccessPolicyAttributeOperationTypes",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "AccessPolicyAttributeOperationTypes",
|
|
14
|
+
"title": "AccessPolicyAttributeOperationTypes",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Access Pollicy Attribute Operation Types.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyAttributeOperationTypes",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "search-type",
|
|
25
|
+
"display": "Search by type"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"code": "search-system",
|
|
29
|
+
"display": "Search by system"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"code": "read",
|
|
33
|
+
"display": "Read"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyAttributeOperationTypes",
|
|
40
|
+
"resource": {
|
|
41
|
+
"resourceType": "ValueSet",
|
|
42
|
+
"id": "access-policy-attribute-operation-types-valueset",
|
|
43
|
+
"url": "https://haste.health/fhir/ValueSet/AccessPolicyAttributeOperationTypes",
|
|
44
|
+
"version": "4.0.1",
|
|
45
|
+
"name": "AccessPolicyAttributeOperationTypes",
|
|
46
|
+
"title": "AccessPolicyAttributeOperationTypes",
|
|
47
|
+
"status": "active",
|
|
48
|
+
"experimental": true,
|
|
49
|
+
"publisher": "HasteHealth",
|
|
50
|
+
"description": "Access Pollicy Attribute Operation Types.",
|
|
51
|
+
"immutable": true,
|
|
52
|
+
"compose": {
|
|
53
|
+
"include": [
|
|
54
|
+
{
|
|
55
|
+
"system": "https://haste.health/fhir/CodeSystem/AccessPolicyAttributeOperationTypes"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "access-policy-rule-effect",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleEffect",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "access-policy-rule-effect-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleEffect",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "AccessPolicyV2RuleEffect",
|
|
14
|
+
"title": "AccessPolicyV2RuleEffect",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Access Policy V2 Rule Effects.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleEffect",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "permit",
|
|
25
|
+
"display": "Permit",
|
|
26
|
+
"definition": "If conditional passes then rule will permit access."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "deny",
|
|
30
|
+
"display": "Deny",
|
|
31
|
+
"definition": "If conditional passes then rule will deny access."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleEffect",
|
|
38
|
+
"resource": {
|
|
39
|
+
"resourceType": "ValueSet",
|
|
40
|
+
"id": "access-policy-rule-effect-valueset",
|
|
41
|
+
"url": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleEffect",
|
|
42
|
+
"version": "4.0.1",
|
|
43
|
+
"name": "AccessPolicyV2RuleEffect",
|
|
44
|
+
"title": "AccessPolicyV2RuleEffect",
|
|
45
|
+
"status": "active",
|
|
46
|
+
"experimental": true,
|
|
47
|
+
"publisher": "HasteHealth",
|
|
48
|
+
"description": "Access Policy V2 Rule Effects.",
|
|
49
|
+
"immutable": true,
|
|
50
|
+
"compose": {
|
|
51
|
+
"include": [
|
|
52
|
+
{
|
|
53
|
+
"system": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleEffect"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "access-policy-engine",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyEngineV2",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "access-policyv2-engine-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/AccessPolicyEngineV2",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "AccessPolicyEngineV2",
|
|
14
|
+
"title": "AccessPolicyEngineV2",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Access Policy V2 Engines.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyEngineV2",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "full-access",
|
|
25
|
+
"display": "Full Access",
|
|
26
|
+
"definition": "Grants full access to all resources and operations."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "rule-engine",
|
|
30
|
+
"display": "Rule Engine",
|
|
31
|
+
"definition": "Rule engine to determine access."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyEngineV2",
|
|
38
|
+
"resource": {
|
|
39
|
+
"resourceType": "ValueSet",
|
|
40
|
+
"id": "access-policyv2-engine",
|
|
41
|
+
"url": "https://haste.health/fhir/ValueSet/AccessPolicyEngineV2",
|
|
42
|
+
"version": "4.0.1",
|
|
43
|
+
"name": "AccessPolicyEngineV2",
|
|
44
|
+
"title": "AccessPolicyEngineV2",
|
|
45
|
+
"status": "active",
|
|
46
|
+
"experimental": true,
|
|
47
|
+
"publisher": "HasteHealth",
|
|
48
|
+
"description": "Access Policy V2 Engines.",
|
|
49
|
+
"immutable": true,
|
|
50
|
+
"compose": {
|
|
51
|
+
"include": [
|
|
52
|
+
{
|
|
53
|
+
"system": "https://haste.health/fhir/CodeSystem/AccessPolicyEngineV2"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "access-policy-rule-combine-behavior",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyV2CombineBehavior",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "access-policyv2-combine-behavior-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/AccessPolicyV2CombineBehavior",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "AccessPolicyV2CombineBehavior",
|
|
14
|
+
"title": "AccessPolicyV2CombineBehavior",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Access Policy V2 combination behaviros.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyV2CombineBehavior",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "any",
|
|
25
|
+
"display": "Any",
|
|
26
|
+
"definition": "Any rule can grant access."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "all-of",
|
|
30
|
+
"display": "All Of",
|
|
31
|
+
"definition": "Every rule must grant access."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyV2CombineBehavior",
|
|
38
|
+
"resource": {
|
|
39
|
+
"resourceType": "ValueSet",
|
|
40
|
+
"id": "access-policyv2-combine-behavior-valueset",
|
|
41
|
+
"url": "https://haste.health/fhir/ValueSet/AccessPolicyV2CombineBehavior",
|
|
42
|
+
"version": "4.0.1",
|
|
43
|
+
"name": "AccessPolicyV2CombineBehavior",
|
|
44
|
+
"title": "AccessPolicyV2CombineBehavior",
|
|
45
|
+
"status": "active",
|
|
46
|
+
"experimental": true,
|
|
47
|
+
"publisher": "HasteHealth",
|
|
48
|
+
"description": "Access Policy V2 combination behaviros.",
|
|
49
|
+
"immutable": true,
|
|
50
|
+
"compose": {
|
|
51
|
+
"include": [
|
|
52
|
+
{
|
|
53
|
+
"system": "https://haste.health/fhir/CodeSystem/AccessPolicyV2CombineBehavior"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "access-policy-rule-condition-operaotors",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleConditionOperator",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "access-policyv2-rule-condition-operator-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleConditionOperator",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "AccessPolicyV2RuleConditionOperator",
|
|
14
|
+
"title": "AccessPolicyV2RuleConditionOperator",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Access Policy V2 combination behaviros.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleConditionOperator",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "=",
|
|
25
|
+
"display": "=",
|
|
26
|
+
"definition": "Equals operator."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "!=",
|
|
30
|
+
"display": "!=",
|
|
31
|
+
"definition": "Not equals operator."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleConditionOperator",
|
|
38
|
+
"resource": {
|
|
39
|
+
"resourceType": "ValueSet",
|
|
40
|
+
"id": "access-policyv2-rule-condition-operator-valueset",
|
|
41
|
+
"url": "https://haste.health/fhir/ValueSet/AccessPolicyV2RuleConditionOperator",
|
|
42
|
+
"version": "4.0.1",
|
|
43
|
+
"name": "AccessPolicyV2RuleConditionOperator",
|
|
44
|
+
"title": "AccessPolicyV2RuleConditionOperator",
|
|
45
|
+
"status": "active",
|
|
46
|
+
"experimental": true,
|
|
47
|
+
"publisher": "HasteHealth",
|
|
48
|
+
"description": "Access Policy V2 combination behaviros.",
|
|
49
|
+
"immutable": true,
|
|
50
|
+
"compose": {
|
|
51
|
+
"include": [
|
|
52
|
+
{
|
|
53
|
+
"system": "https://haste.health/fhir/CodeSystem/AccessPolicyV2RuleConditionOperator"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "bcp-13",
|
|
4
|
+
"url": "urn:ietf:bcp:13",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "BCP-13",
|
|
7
|
+
"title": "Media Types",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "Internet Assigned Numbers Authority",
|
|
11
|
+
"description": "Codes for various media types.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "iso-3166",
|
|
4
|
+
"url": "urn:iso:std:iso:3166",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "ISO-3166",
|
|
7
|
+
"title": "Countries",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "International Organization for Standardization",
|
|
11
|
+
"description": "Codes for the representation of countries.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "CodeSystem",
|
|
3
|
+
"id": "iso-4217",
|
|
4
|
+
"url": "urn:iso:std:iso:4217",
|
|
5
|
+
"version": "2015",
|
|
6
|
+
"name": "ISO-4217",
|
|
7
|
+
"title": "Currencies",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": false,
|
|
10
|
+
"publisher": "International Organization for Standardization",
|
|
11
|
+
"description": "Codes for the representation of currencies.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"content": "not-present"
|
|
14
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "identity-provider-access-type",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/IdentityProviderAccessType",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "identity-provider-access-type-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/IdentityProviderAccessType",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "IdentityProviderAccessType",
|
|
14
|
+
"title": "IdentityProviderAccessType",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Methods to connect to the identity provider.",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderAccessType",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "oidc",
|
|
25
|
+
"display": "oidc",
|
|
26
|
+
"definition": "Connect via OIDC"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/IdentityProviderAccessType",
|
|
33
|
+
"resource": {
|
|
34
|
+
"resourceType": "ValueSet",
|
|
35
|
+
"id": "identity-provider-access-type-valueset",
|
|
36
|
+
"url": "https://haste.health/fhir/ValueSet/IdentityProviderAccessType",
|
|
37
|
+
"version": "4.0.1",
|
|
38
|
+
"name": "IdentityProviderAccessType",
|
|
39
|
+
"title": "IdentityProviderAccessType",
|
|
40
|
+
"status": "active",
|
|
41
|
+
"experimental": true,
|
|
42
|
+
"publisher": "HasteHealth",
|
|
43
|
+
"description": "Methods to connect to the identity provider.",
|
|
44
|
+
"immutable": true,
|
|
45
|
+
"compose": {
|
|
46
|
+
"include": [
|
|
47
|
+
{
|
|
48
|
+
"system": "https://haste.health/fhir/CodeSystem/IdentityProviderAccessType"
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "identity-provider-pkce-challenge-method",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/IdentityProviderPKCEChallengeMethod",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "identity-provider-pkce-challenge-method-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/IdentityProviderPKCEChallengeMethod",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "IdentityProviderPKCEChallengeMethod",
|
|
14
|
+
"title": "IdentityProviderPKCEChallengeMethod",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "PKCE Challenge Methods",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderPKCEChallengeMethod",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "S256",
|
|
25
|
+
"display": "S256"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"code": "plain",
|
|
29
|
+
"display": "plain"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/IdentityProviderPKCEChallengeMethod",
|
|
36
|
+
"resource": {
|
|
37
|
+
"resourceType": "ValueSet",
|
|
38
|
+
"id": "identity-provider-pkce-challenge-method-valueset",
|
|
39
|
+
"url": "https://haste.health/fhir/ValueSet/IdentityProviderPKCEChallengeMethod",
|
|
40
|
+
"version": "4.0.1",
|
|
41
|
+
"name": "IdentityProviderPKCEChallengeMethod",
|
|
42
|
+
"title": "IdentityProviderPKCEChallengeMethod",
|
|
43
|
+
"status": "active",
|
|
44
|
+
"experimental": true,
|
|
45
|
+
"publisher": "HasteHealth",
|
|
46
|
+
"description": "PKCE Challenge Methods",
|
|
47
|
+
"immutable": true,
|
|
48
|
+
"compose": {
|
|
49
|
+
"include": [
|
|
50
|
+
{
|
|
51
|
+
"system": "https://haste.health/fhir/CodeSystem/IdentityProviderPKCEChallengeMethod"
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"id": "identity-provider-status",
|
|
4
|
+
"type": "collection",
|
|
5
|
+
"entry": [
|
|
6
|
+
{
|
|
7
|
+
"fullUrl": "https://haste.health/fhir/CodeSystem/IdentityProviderStatus",
|
|
8
|
+
"resource": {
|
|
9
|
+
"id": "identity-provider-status-codesystem",
|
|
10
|
+
"url": "https://haste.health/fhir/CodeSystem/IdentityProviderStatus",
|
|
11
|
+
"resourceType": "CodeSystem",
|
|
12
|
+
"version": "4.0.1",
|
|
13
|
+
"name": "IdentityProviderStatus",
|
|
14
|
+
"title": "IdentityProviderStatus",
|
|
15
|
+
"status": "active",
|
|
16
|
+
"experimental": true,
|
|
17
|
+
"publisher": "HasteHealth",
|
|
18
|
+
"description": "Identity Provider status",
|
|
19
|
+
"caseSensitive": true,
|
|
20
|
+
"valueSet": "https://haste.health/fhir/ValueSet/IdentityProviderStatus",
|
|
21
|
+
"content": "complete",
|
|
22
|
+
"concept": [
|
|
23
|
+
{
|
|
24
|
+
"code": "active",
|
|
25
|
+
"display": "active",
|
|
26
|
+
"definition": "The identity provider is active."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "disabled",
|
|
30
|
+
"display": "disabled",
|
|
31
|
+
"definition": "The identity provider is disabled."
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"fullUrl": "https://haste.health/fhir/ValueSet/IdentityProviderStatus",
|
|
38
|
+
"resource": {
|
|
39
|
+
"resourceType": "ValueSet",
|
|
40
|
+
"id": "identity-provider-status-valueset",
|
|
41
|
+
"url": "https://haste.health/fhir/ValueSet/IdentityProviderStatus",
|
|
42
|
+
"version": "4.0.1",
|
|
43
|
+
"name": "IdentityProviderStatus",
|
|
44
|
+
"title": "IdentityProviderStatus",
|
|
45
|
+
"status": "active",
|
|
46
|
+
"experimental": true,
|
|
47
|
+
"publisher": "HasteHealth",
|
|
48
|
+
"description": "Identity Provider status",
|
|
49
|
+
"immutable": true,
|
|
50
|
+
"compose": {
|
|
51
|
+
"include": [
|
|
52
|
+
{
|
|
53
|
+
"system": "https://haste.health/fhir/CodeSystem/IdentityProviderStatus"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "hastehealth-resource-types",
|
|
3
|
+
"url": "https: //haste.health/fhir/resource-types",
|
|
4
|
+
"resourceType": "CodeSystem",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "HasteHealthResourceTypes",
|
|
7
|
+
"title": "HasteHealth Resource Types",
|
|
8
|
+
"status": "active",
|
|
9
|
+
"experimental": true,
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "HasteHealth Resource Types.",
|
|
12
|
+
"caseSensitive": true,
|
|
13
|
+
"valueSet": "http://hl7.org/fhir/ValueSet/resource-types",
|
|
14
|
+
"content": "complete",
|
|
15
|
+
"concept": [
|
|
16
|
+
{
|
|
17
|
+
"code": "Project",
|
|
18
|
+
"display": "Project"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"code": "AccessPolicyV2",
|
|
22
|
+
"display": "AccessPolicyV2"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"code": "ClientApplication",
|
|
26
|
+
"display": "ClientApplication"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"code": "IdentityProvider",
|
|
30
|
+
"display": "IdentityProvider"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "Membership",
|
|
34
|
+
"display": "Membership"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": "User",
|
|
38
|
+
"display": "User"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|