Setup Aidbox with FHIR Schema validation engine
How to enable new validator engine and specify IGs
Last updated
Was this helpful?
How to enable new validator engine and specify IGs
Last updated
Was this helpful?
To configure Aidbox to use FHIR Schema Validation Engine you need to:
Enable FHIR Schema Validation Engine
Specify the IG you want to be loaded during the startup
Configure external terminology server
To enable the FHIR Schema Validator engine, set the following environment variable:
To enable a specific IG, list it in the following environment variable. Separate different packages using a colon (:
). You can visit the following page to get a complete supported by the FHIR Schema validator. Package entry template: <package_name>#<package_version>
.
To validate coded values with an external Terminology service, set it in the following environment variable.
Please note that this external terminology server will be used exclusively to validate terminology bindings.
If you don't specify the AIDBOX_TERMINOLOGY_SERVICE_BASE_URL environment variable the validation of terminology bindings will be skipped.
Extensions referenced in data instances must be known to Aidbox. If Aidbox encounters an unknown extension during validation, it will raise a validation error.
Profiles referenced in data instances (e.g. meta.profile) must be known to Aidbox. If Aidbox encounters an unknown profile during validation, it will raise a validation error.