For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/tutorials/artifact-registry-tutorials/upload-fhir-implementation-guide/environment-variable.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

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:

Last updated: