FHIR Gateway Configuration
The FHIR Gateway Configuration configuration category includes the following configurable options:
FHIR Version
Gateway Configuration (File)
Show Underlying Errors
Gateway Configuration (Text)
Encryption JWKS (File)
Encryption JWKS (Text)
The default page size
The maximum page size
Cache Expiration Seconds
Pagination cache provider
|
FHIR Version |
|
|
ENUM | |
Values |
|
This is the FHIR Version supported by this gateway endpoint. | |
|
|
(no default) | |
|
|
Gateway Configuration (File) |
|
|
Resource Path | |
Supplies the JSON configuration for the gateway as file link. See FHIR Gateway Configuration Document for information on the format of this setting. | |
|
|
(no default) | |
|
|
Show Underlying Errors |
|
|
BOOLEAN | |
On failures, all underlying errors will be included in the failure message. | |
|
|
false
|
|
|
|
Gateway Configuration (Text) |
|
|
JSON | |
Supplies the JSON configuration for the gateway as raw text. See FHIR Gateway Configuration Document for information on the format of this setting. | |
|
|
(no default) | |
|
|
Encryption JWKS (File) |
|
|
Resource Path | |
Supplies the JWKS (Keystore) used to encrypt links supplied to the client. | |
|
|
(no default) | |
|
|
Encryption JWKS (Text) |
|
|
JSON | |
Supplies the JWKS (Keystore) used to encrypt links supplied to the client. | |
|
|
(no default) | |
|
|
The default page size |
|
|
INTEGER | |
The default number of resources per page when _count is not provided. If not specified, it will be set to 20. | |
|
|
20
|
|
|
|
The maximum page size |
|
|
INTEGER | |
The maximum allowable value for _count. Higher _count values will be reduced to this value. If not specified, it will be set to 100. | |
|
|
100
|
|
|
|
Cache Expiration Seconds |
|
|
INTEGER | |
The number of second for cache expiration (Default 300) | |
|
|
300
|
|
|
|
Pagination cache provider |
|
|
ENUM | |
Values |
|
The pagination cache provider: CAFFEINE (default) or INFINISPAN | |
|
|
CAFFEINE
|
|
|