@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,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicy-code",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicy-code",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "code",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An access policies unique code.",
|
|
11
|
+
"code": "code",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicy"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "AccessPolicy.code"
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicy-link",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicy-link",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "link",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "What/Who is associated with a given access policy.",
|
|
11
|
+
"code": "link",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicy"
|
|
14
|
+
],
|
|
15
|
+
"type": "reference",
|
|
16
|
+
"expression": "AccessPolicy.target.link",
|
|
17
|
+
"target": [
|
|
18
|
+
"Membership",
|
|
19
|
+
"OperationDefinition",
|
|
20
|
+
"ClientApplication"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicy-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicy-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An access policies name.",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicy"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "AccessPolicy.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicy-type",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicy-type",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "type",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An access policies type.",
|
|
11
|
+
"code": "type",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicy"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "AccessPolicy.type"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicyV2-engine",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicyV2-engine",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "engine",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An access policies engine.",
|
|
11
|
+
"code": "engine",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicyV2"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "AccessPolicyV2.engine"
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicyV2-link",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicyV2-link",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "link",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "What/Who is associated with a given access policy.",
|
|
11
|
+
"code": "link",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicyV2"
|
|
14
|
+
],
|
|
15
|
+
"type": "reference",
|
|
16
|
+
"expression": "AccessPolicyV2.target.link",
|
|
17
|
+
"target": [
|
|
18
|
+
"Membership",
|
|
19
|
+
"OperationDefinition",
|
|
20
|
+
"ClientApplication"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "AccessPolicyV2-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/AccessPolicyV2-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An access policies name.",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"AccessPolicyV2"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "AccessPolicyV2.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "ClientApplication-grantType",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/ClientApplication-grantType",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Grant Type",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "ClientApplication grant type.",
|
|
11
|
+
"code": "grantType",
|
|
12
|
+
"base": [
|
|
13
|
+
"ClientApplication"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "ClientApplication.grantType"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "ClientApplication-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/ClientApplication-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "ClientApplication name",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"ClientApplication"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "ClientApplication.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "IdentityProvider-accessType",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/IdentityProvider-accessType",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "accessType",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An identity providers accessType.",
|
|
11
|
+
"code": "accessType",
|
|
12
|
+
"base": [
|
|
13
|
+
"IdentityProvider"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "IdentityProvider.accessType"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "IdentityProvider-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/IdentityProvider-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An identity providers name.",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"IdentityProvider"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "IdentityProvider.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "IdentityProvider-status",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/IdentityProvider-status",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "status",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "An identity providers status.",
|
|
11
|
+
"code": "status",
|
|
12
|
+
"base": [
|
|
13
|
+
"IdentityProvider"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "IdentityProvider.status"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "Membership-email",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/Membership-email",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Email",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "Membership email",
|
|
11
|
+
"code": "email",
|
|
12
|
+
"base": [
|
|
13
|
+
"Membership"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "Membership.email"
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "Membership-federated-identityProvider",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/Membership-federated-identityProvider",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "IdentityProvider",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "Membership federated identityProvider",
|
|
11
|
+
"code": "identityProvider",
|
|
12
|
+
"base": [
|
|
13
|
+
"Membership"
|
|
14
|
+
],
|
|
15
|
+
"type": "reference",
|
|
16
|
+
"expression": "Membership.federated",
|
|
17
|
+
"target": [
|
|
18
|
+
"IdentityProvider"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "Membership-link",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/Membership-link",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Link",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "What/Who is associated with a given Membership.",
|
|
11
|
+
"code": "link",
|
|
12
|
+
"base": [
|
|
13
|
+
"Membership"
|
|
14
|
+
],
|
|
15
|
+
"type": "reference",
|
|
16
|
+
"expression": "Membership.link",
|
|
17
|
+
"target": [
|
|
18
|
+
"Patient",
|
|
19
|
+
"Practitioner"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "Membership-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/Membership-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "Membership name",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"Membership"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "Membership.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "Membership-role",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/Membership-role",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Role",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "Membership role",
|
|
11
|
+
"code": "role",
|
|
12
|
+
"base": [
|
|
13
|
+
"Membership"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "Membership.role"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "MessageBroker-host",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/MessageBroker-host",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Message broker host",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "MessageBroker broker.",
|
|
11
|
+
"code": "host",
|
|
12
|
+
"base": [
|
|
13
|
+
"MessageBroker"
|
|
14
|
+
],
|
|
15
|
+
"type": "uri",
|
|
16
|
+
"expression": "MessageBroker.host"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "MessageBroker-name",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/MessageBroker-name",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Message broker name",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "MessageBroker broker.",
|
|
11
|
+
"code": "name",
|
|
12
|
+
"base": [
|
|
13
|
+
"MessageBroker"
|
|
14
|
+
],
|
|
15
|
+
"type": "string",
|
|
16
|
+
"expression": "MessageBroker.name"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "MessageBroker-type",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/MessageBroker-type",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "type",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "MessageBroker broker.",
|
|
11
|
+
"code": "type",
|
|
12
|
+
"base": [
|
|
13
|
+
"MessageBroker"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "MessageBroker.type"
|
|
17
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "MessageTopic-broker",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/MessageTopic-broker",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "broker",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "MessageTopic broker.",
|
|
11
|
+
"code": "broker",
|
|
12
|
+
"base": [
|
|
13
|
+
"MessageTopic"
|
|
14
|
+
],
|
|
15
|
+
"type": "reference",
|
|
16
|
+
"expression": "MessageTopic.broker",
|
|
17
|
+
"target": [
|
|
18
|
+
"MessageBroker"
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "SearchParameter",
|
|
3
|
+
"id": "MessageTopic-topic",
|
|
4
|
+
"url": "https://haste.health/fhir/SearchParameter/MessageTopic-topic",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Topic",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"experimental": false,
|
|
9
|
+
"publisher": "HasteHealth",
|
|
10
|
+
"description": "MessageTopic topic id.",
|
|
11
|
+
"code": "role",
|
|
12
|
+
"base": [
|
|
13
|
+
"MessageTopic"
|
|
14
|
+
],
|
|
15
|
+
"type": "token",
|
|
16
|
+
"expression": "MessageTopic.topicId"
|
|
17
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "Bundle",
|
|
3
|
+
"entry": [
|
|
4
|
+
{
|
|
5
|
+
"fullUrl": "https:/haste.health/fhir/SearchParameter/author",
|
|
6
|
+
"resource": {
|
|
7
|
+
"resourceType": "SearchParameter",
|
|
8
|
+
"id": "author",
|
|
9
|
+
"url": "https:/haste.health/fhir/SearchParameter/author",
|
|
10
|
+
"version": "4.0.1",
|
|
11
|
+
"name": "_haste-health-author",
|
|
12
|
+
"status": "draft",
|
|
13
|
+
"experimental": false,
|
|
14
|
+
"date": "2023-08-07T09:29:23+11:00",
|
|
15
|
+
"publisher": "HasteHealth",
|
|
16
|
+
"description": "The author of the resource",
|
|
17
|
+
"code": "_haste-health-author",
|
|
18
|
+
"base": [
|
|
19
|
+
"Resource"
|
|
20
|
+
],
|
|
21
|
+
"type": "reference",
|
|
22
|
+
"expression": "Resource.meta.extension.where(url='https://haste.health/author').value",
|
|
23
|
+
"target": [
|
|
24
|
+
"Membership",
|
|
25
|
+
"ClientApplication",
|
|
26
|
+
"OperationDefinition"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"fullUrl": "http://hl7.org/fhir/SearchParameter/Resource-type",
|
|
32
|
+
"resource": {
|
|
33
|
+
"resourceType": "SearchParameter",
|
|
34
|
+
"id": "Resource-type",
|
|
35
|
+
"extension": [
|
|
36
|
+
{
|
|
37
|
+
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
|
|
38
|
+
"valueCode": "trial-use"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"expression": "$this.type().name",
|
|
42
|
+
"url": "http://hl7.org/fhir/SearchParameter/Resource-type",
|
|
43
|
+
"version": "4.0.1",
|
|
44
|
+
"name": "_type",
|
|
45
|
+
"status": "draft",
|
|
46
|
+
"experimental": false,
|
|
47
|
+
"date": "2022-05-28T12:47:40+10:00",
|
|
48
|
+
"publisher": "Health Level Seven International (FHIR Infrastructure)",
|
|
49
|
+
"description": "Missing in search-parameter.json for R4 this is derived from the R4B Definition",
|
|
50
|
+
"code": "_type",
|
|
51
|
+
"base": [
|
|
52
|
+
"Resource"
|
|
53
|
+
],
|
|
54
|
+
"type": "token",
|
|
55
|
+
"xpathUsage": "other"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|