Environment Variable

Upload a FHIR Implementation Guide into Aidbox using an 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.

The list of supported IGs for use in the environment variable here:

Aidbox FHIR IGs Registry

Other methods for loading IGs:

IG Package from Aidbox RegistryPublic URL to IG PackageLocal IG Package

Last updated