Environment Variable
You can configure Aidbox to load Implementation Guides at startup using environment variables.
Set the environment variable with the names and versions of the IGs.
Example for a single IG:
AIDBOX_FHIR_PACKAGES=hl7.fhir.us.core#5.0.1
Example for multiple IGs:
Use a colon : as a separator between IGs.
AIDBOX_FHIR_PACKAGES=hl7.fhir.us.core#5.0.1:hl7.fhir.us.davinci-pdex#2.0.0
Aidbox will automatically resolve and load the dependencies of the specified IGs.
Other methods for loading IGs: