@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,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
|
+
}
|