FHIR Gateway Configuration
The FHIR Gateway Configuration configuration category includes the following configurable options:
Spring Context Config Class
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
|
Spring Context Config Class |
|
|
STRING | |
This is the classname for a Spring Annotation-based Context Config which will be used to create the custom providers | |
|
|
(no default) | |
|
|
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
|
|
|