@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,55 @@
1
+ {
2
+ "resourceType": "Bundle",
3
+ "id": "supported-fhir-version",
4
+ "type": "collection",
5
+ "entry": [
6
+ {
7
+ "fullUrl": "https://haste.health/fhir/CodeSystem/SupportedFHIRVersion",
8
+ "resource": {
9
+ "id": "supported-fhir-version",
10
+ "url": "https://haste.health/fhir/CodeSystem/SupportedFHIRVersion",
11
+ "resourceType": "CodeSystem",
12
+ "version": "4.0.1",
13
+ "name": "SupportedFHIRVersion",
14
+ "title": "SupportedFHIRVersion",
15
+ "status": "active",
16
+ "experimental": true,
17
+ "publisher": "HasteHealth",
18
+ "description": "Supported FHIR versions",
19
+ "caseSensitive": true,
20
+ "valueSet": "https://haste.health/fhir/ValueSet/SupportedFHIRVersion",
21
+ "content": "complete",
22
+ "concept": [
23
+ {
24
+ "code": "r4",
25
+ "display": "R4",
26
+ "definition": "The FHIR version 4.0.1."
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "fullUrl": "https://haste.health/fhir/ValueSet/SupportedFHIRVersion",
33
+ "resource": {
34
+ "resourceType": "ValueSet",
35
+ "id": "supported-fhir-version",
36
+ "url": "https://haste.health/fhir/ValueSet/SupportedFHIRVersion",
37
+ "version": "4.0.1",
38
+ "name": "SupportedFHIRVersion",
39
+ "title": "SupportedFHIRVersion",
40
+ "status": "active",
41
+ "experimental": true,
42
+ "publisher": "HasteHealth",
43
+ "description": "Supported FHIR versions",
44
+ "immutable": true,
45
+ "compose": {
46
+ "include": [
47
+ {
48
+ "system": "https://haste.health/fhir/CodeSystem/SupportedFHIRVersion"
49
+ }
50
+ ]
51
+ }
52
+ }
53
+ }
54
+ ]
55
+ }
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@haste-health/haste-health.fhir.r4.core",
3
+ "version": "0.7.7",
4
+ "homepage": "https://haste.health",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/HasteHealth/HasteHealth.git"
8
+ },
9
+ "canonical": "https://haste.health/fhir/ImplementationGuide/haste-health.fhir.r4.core",
10
+ "url": "https://haste.health/fhir/ImplementationGuide/haste-health.fhir.r4.core",
11
+ "title": "HasteHealth Core resources",
12
+ "description": "HasteHealth package that contains core haste-health R4 resources.",
13
+ "fhirVersions": [
14
+ "4.0.1"
15
+ ],
16
+ "author": "HasteHealth",
17
+ "maintainers": [
18
+ {
19
+ "name": "HasteHealth",
20
+ "email": "dev@haste.health"
21
+ }
22
+ ],
23
+ "files": [
24
+ "definitions/**",
25
+ ".index.json",
26
+ "README.md"
27
+ ],
28
+ "scripts": {
29
+ "generate-index": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file -p . -r definitions"
30
+ }
31
+ }