@haste-health/haste-health.fhir.r4.core 0.7.7 → 0.8.0
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 +8 -0
- package/definitions/.DS_Store +0 -0
- package/definitions/haste-health/.DS_Store +0 -0
- package/definitions/haste-health/operation/endpoint_meta.json +74 -0
- package/definitions/haste-health/profiling/.DS_Store +0 -0
- package/definitions/haste-health/searchParameter/resource-parameters.json +1 -1
- package/package.json +1 -1
package/.index.json
CHANGED
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
"filename": "definitions/haste-health/operation/encrypt.json",
|
|
18
18
|
"resourceType": "OperationDefinition"
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"filename": "definitions/haste-health/operation/endpoint_meta.json",
|
|
22
|
+
"resourceType": "OperationDefinition"
|
|
23
|
+
},
|
|
20
24
|
{
|
|
21
25
|
"filename": "definitions/haste-health/operation/evaluate-policy.json",
|
|
22
26
|
"resourceType": "OperationDefinition"
|
|
@@ -337,6 +341,10 @@
|
|
|
337
341
|
"filename": "definitions/haste-health/terminology/identity-provider/status.json",
|
|
338
342
|
"resourceType": "ValueSet"
|
|
339
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"filename": "definitions/haste-health/terminology/resource_types.json",
|
|
346
|
+
"resourceType": "CodeSystem"
|
|
347
|
+
},
|
|
340
348
|
{
|
|
341
349
|
"filename": "definitions/haste-health/terminology/supportedFhirVersion.json",
|
|
342
350
|
"resourceType": "CodeSystem"
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceType": "OperationDefinition",
|
|
3
|
+
"id": "tenant-endpoint-information",
|
|
4
|
+
"url": "https://haste.health/OperationDefinition/tenant-endpoint-information",
|
|
5
|
+
"version": "4.0.1",
|
|
6
|
+
"name": "Current Tenant Endpoint Information",
|
|
7
|
+
"status": "draft",
|
|
8
|
+
"kind": "operation",
|
|
9
|
+
"date": "2023-11-16T09:29:23+11:00",
|
|
10
|
+
"publisher": "HasteHealth",
|
|
11
|
+
"description": "Get tenant endpoint information for the current tenant.",
|
|
12
|
+
"code": "endpoints",
|
|
13
|
+
"system": true,
|
|
14
|
+
"type": false,
|
|
15
|
+
"instance": false,
|
|
16
|
+
"parameter": [
|
|
17
|
+
{
|
|
18
|
+
"name": "fhir-r4-base-url",
|
|
19
|
+
"use": "out",
|
|
20
|
+
"min": 1,
|
|
21
|
+
"max": "1",
|
|
22
|
+
"documentation": "FHIR R4 Endpoint URL.",
|
|
23
|
+
"type": "uri"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "fhir-r4-capabilities-url",
|
|
27
|
+
"use": "out",
|
|
28
|
+
"min": 1,
|
|
29
|
+
"max": "1",
|
|
30
|
+
"documentation": "FHIR R4 Capabilities URL.",
|
|
31
|
+
"type": "uri"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "oidc-discovery-url",
|
|
35
|
+
"use": "out",
|
|
36
|
+
"min": 1,
|
|
37
|
+
"max": "1",
|
|
38
|
+
"documentation": "OIDC Discovery URL.",
|
|
39
|
+
"type": "uri"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "oidc-token-endpoint",
|
|
43
|
+
"use": "out",
|
|
44
|
+
"min": 1,
|
|
45
|
+
"max": "1",
|
|
46
|
+
"documentation": "OIDC Token Endpoint.",
|
|
47
|
+
"type": "uri"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "oidc-authorize-endpoint",
|
|
51
|
+
"use": "out",
|
|
52
|
+
"min": 1,
|
|
53
|
+
"max": "1",
|
|
54
|
+
"documentation": "OIDC Authorize Endpoint.",
|
|
55
|
+
"type": "uri"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "oidc-jwks-endpoint",
|
|
59
|
+
"use": "out",
|
|
60
|
+
"min": 1,
|
|
61
|
+
"max": "1",
|
|
62
|
+
"documentation": "OIDC JWKS Endpoint.",
|
|
63
|
+
"type": "uri"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "mcp-endpoint",
|
|
67
|
+
"use": "out",
|
|
68
|
+
"min": 1,
|
|
69
|
+
"max": "1",
|
|
70
|
+
"documentation": "Model context protocol endpoint.",
|
|
71
|
+
"type": "uri"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
Binary file
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"experimental": false,
|
|
47
47
|
"date": "2022-05-28T12:47:40+10:00",
|
|
48
48
|
"publisher": "Health Level Seven International (FHIR Infrastructure)",
|
|
49
|
-
"description": "
|
|
49
|
+
"description": "Derived from the R4B Definition",
|
|
50
50
|
"code": "_type",
|
|
51
51
|
"base": [
|
|
52
52
|
"Resource"
|