FHIR
General
Root FHIR package
Identifier for the main Aidbox FHIR package that stores dependencies and canonical resources provided by the user.
ID
root-fhir-package
Type
String
Sensitive
true
Available from
2501
Hot reload
false
Environment variables
BOX_ROOT_FHIR_PACKAGE
, AIDBOX_ROOT_FHIR_PACKAGE
Default value
app.aidbox.main#0.0.1
Bulk Data Export
Bulk storage provider
Storage provider for bulk export
ID
fhir.bulk-storage.provider
Type
Enum
Values
gcp
- Google Cloud Platform
aws
- Amazon Web Services
azure
- Microsoft Azure: Cloud Computing Services
Default value
(no default)
Sensitive
false
Hot reload
true
Environment variables
BOX_FHIR_BULK_STORAGE_PROVIDER
Available from
2501
Search
Default search result count estimation method
FHIR search response bundle may contain a result count estimation.
ID
fhir.search.default-params.total
Type
enum, string, boolean, integer
Unit
byte, second (if present)
Values
none
— omit estimation (fastest)
estimate
— use approximate value (fast)
accurate
— use exact value (could be slow)
Default value
accurate
(no default)
Environment variables
BOX_FHIR_SEARCH_DEFAULT_PARAMS_TOTAL
, AIDBOX_FHIR_SEARCH_DEFAULT_PARAMS_TOTAL
Available from
2501
Sensitive
true
— can be set only via environment variable
false
— can be set via UI and environment variable
Hot reload
false
— requires Aidbox restart
true
— can be changed at runtime
Last updated
Was this helpful?