@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,37 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-message-post",
4
+ "url": "https://haste.health/OperationDefinition/message-post",
5
+ "version": "4.0.1",
6
+ "name": "Send a message to a given topic.",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2024-05-01T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Posts a message to a given topic.",
12
+ "code": "message-post",
13
+ "system": false,
14
+ "type": false,
15
+ "instance": true,
16
+ "resource": [
17
+ "MessageTopic"
18
+ ],
19
+ "parameter": [
20
+ {
21
+ "name": "input",
22
+ "use": "in",
23
+ "min": 1,
24
+ "max": "1",
25
+ "documentation": "Value to encrypt",
26
+ "type": "Resource"
27
+ },
28
+ {
29
+ "name": "return",
30
+ "use": "out",
31
+ "min": 1,
32
+ "max": "1",
33
+ "documentation": "Result of the message post operation.",
34
+ "type": "OperationOutcome"
35
+ }
36
+ ]
37
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-password-reset",
4
+ "url": "https://haste.health/OperationDefinition/password-reset",
5
+ "version": "4.0.1",
6
+ "name": "Password Reset",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2025-01-08T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Password Reset for a user.",
12
+ "code": "password-reset",
13
+ "system": false,
14
+ "type": false,
15
+ "instance": true,
16
+ "resource": [
17
+ "Membership"
18
+ ],
19
+ "parameter": [
20
+ {
21
+ "name": "email",
22
+ "use": "in",
23
+ "min": 1,
24
+ "max": "1",
25
+ "documentation": "email content",
26
+ "part": [
27
+ {
28
+ "name": "subject",
29
+ "use": "in",
30
+ "min": 1,
31
+ "max": "1",
32
+ "documentation": "Subject for the email.",
33
+ "type": "string"
34
+ },
35
+ {
36
+ "name": "body",
37
+ "use": "in",
38
+ "min": 1,
39
+ "max": "1",
40
+ "documentation": "Body for the email.",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "acceptText",
45
+ "use": "in",
46
+ "min": 1,
47
+ "max": "1",
48
+ "documentation": "Button text for the password reset.",
49
+ "type": "string"
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "name": "return",
55
+ "use": "out",
56
+ "min": 1,
57
+ "max": "1",
58
+ "documentation": "The result of the operation.",
59
+ "type": "OperationOutcome"
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-delete-refresh-token",
4
+ "url": "https://haste.health/OperationDefinition/delete-refresh-tokens",
5
+ "version": "4.0.1",
6
+ "name": "Delete refresh token",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2023-11-16T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Delete refresh token from the user for the client.",
12
+ "code": "delete-refresh-token",
13
+ "system": true,
14
+ "type": false,
15
+ "instance": false,
16
+ "parameter": [
17
+ {
18
+ "name": "client_id",
19
+ "use": "in",
20
+ "min": 1,
21
+ "max": "1",
22
+ "documentation": "Client id for refresh token to delete.",
23
+ "type": "id"
24
+ },
25
+ {
26
+ "name": "user_agent",
27
+ "use": "in",
28
+ "min": 0,
29
+ "max": "1",
30
+ "documentation": "User agent of the refresh token to delete.",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "return",
35
+ "use": "out",
36
+ "min": 1,
37
+ "max": "1",
38
+ "documentation": "Result of the delete operation.",
39
+ "type": "OperationOutcome"
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-list-refresh-tokens",
4
+ "url": "https://haste-health.app/OperationDefinition/list-refresh-tokens",
5
+ "version": "4.0.1",
6
+ "name": "Show Refresh Tokens",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2023-11-16T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Show list of users refresh tokens.",
12
+ "code": "refresh-tokens",
13
+ "system": true,
14
+ "type": false,
15
+ "instance": false,
16
+ "parameter": [
17
+ {
18
+ "name": "refresh-tokens",
19
+ "use": "out",
20
+ "min": 0,
21
+ "max": "*",
22
+ "documentation": "The result of the operation.",
23
+ "part": [
24
+ {
25
+ "name": "client_id",
26
+ "use": "out",
27
+ "min": 1,
28
+ "max": "1",
29
+ "documentation": "Client for refresh token.",
30
+ "type": "id"
31
+ },
32
+ {
33
+ "name": "user_agent",
34
+ "use": "out",
35
+ "min": 1,
36
+ "max": "1",
37
+ "documentation": "User agent of the refresh token.",
38
+ "type": "string"
39
+ },
40
+ {
41
+ "name": "created_at",
42
+ "use": "out",
43
+ "min": 1,
44
+ "max": "1",
45
+ "documentation": "When the refresh token was created.",
46
+ "type": "dateTime"
47
+ }
48
+ ]
49
+ }
50
+ ]
51
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-delete-scope",
4
+ "url": "https://haste.health/OperationDefinition/delete-scopes",
5
+ "version": "4.0.1",
6
+ "name": "Delete Scope",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2023-11-16T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Delete scope from user accepted scopes for the client.",
12
+ "code": "delete-scope",
13
+ "system": true,
14
+ "type": false,
15
+ "instance": false,
16
+ "parameter": [
17
+ {
18
+ "name": "client_id",
19
+ "use": "in",
20
+ "min": 1,
21
+ "max": "1",
22
+ "documentation": "Client for which scopes are being shown.",
23
+ "type": "id"
24
+ },
25
+ {
26
+ "name": "return",
27
+ "use": "out",
28
+ "min": 1,
29
+ "max": "1",
30
+ "documentation": "Result of the delete operation.",
31
+ "type": "OperationOutcome"
32
+ }
33
+ ]
34
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-list-scopes",
4
+ "url": "https://haste.health/OperationDefinition/list-scopes",
5
+ "version": "4.0.1",
6
+ "name": "Show Scopes",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2023-11-16T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Show list of user accepted scopes for apps.",
12
+ "code": "scopes",
13
+ "system": true,
14
+ "type": false,
15
+ "instance": false,
16
+ "parameter": [
17
+ {
18
+ "name": "scopes",
19
+ "use": "out",
20
+ "min": 0,
21
+ "max": "*",
22
+ "documentation": "The result of the operation.",
23
+ "part": [
24
+ {
25
+ "name": "client_id",
26
+ "use": "out",
27
+ "min": 1,
28
+ "max": "1",
29
+ "documentation": "Client for which scopes are being shown.",
30
+ "type": "id"
31
+ },
32
+ {
33
+ "name": "scopes",
34
+ "use": "out",
35
+ "min": 1,
36
+ "max": "1",
37
+ "documentation": "Scopes user accepted.",
38
+ "type": "string"
39
+ },
40
+ {
41
+ "name": "created_at",
42
+ "use": "out",
43
+ "min": 1,
44
+ "max": "1",
45
+ "documentation": "When the scopes were accepted.",
46
+ "type": "dateTime"
47
+ }
48
+ ]
49
+ }
50
+ ]
51
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "resourceType": "OperationDefinition",
3
+ "id": "haste-health-usage-statistics",
4
+ "url": "https://haste.health/OperationDefinition/usage-statistics",
5
+ "version": "4.0.1",
6
+ "name": "HasteHealth Usage Statistics",
7
+ "status": "draft",
8
+ "kind": "operation",
9
+ "date": "2024-05-16T09:29:23+11:00",
10
+ "publisher": "HasteHealth",
11
+ "description": "Get current tenants limitations and usage.",
12
+ "code": "usage-statistics",
13
+ "system": true,
14
+ "type": false,
15
+ "instance": false,
16
+ "parameter": [
17
+ {
18
+ "name": "statistics",
19
+ "use": "out",
20
+ "min": 0,
21
+ "max": "*",
22
+ "documentation": "The result of the operation.",
23
+ "part": [
24
+ {
25
+ "name": "name",
26
+ "use": "out",
27
+ "min": 1,
28
+ "max": "1",
29
+ "documentation": "The name of the limit.",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "version",
34
+ "use": "out",
35
+ "min": 1,
36
+ "max": "1",
37
+ "documentation": "The fhir version for the limit.",
38
+ "type": "string"
39
+ },
40
+ {
41
+ "name": "limit",
42
+ "use": "out",
43
+ "min": 1,
44
+ "max": "1",
45
+ "documentation": "Value of the limit.",
46
+ "type": "integer"
47
+ },
48
+ {
49
+ "name": "usage",
50
+ "use": "out",
51
+ "min": 1,
52
+ "max": "1",
53
+ "documentation": "The current usage.",
54
+ "type": "integer"
55
+ },
56
+ {
57
+ "name": "description",
58
+ "use": "out",
59
+ "min": 1,
60
+ "max": "1",
61
+ "documentation": "The description of the limit.",
62
+ "type": "string"
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ }