Migrate to git Aidbox Configuration Projects
Last updated
Was this helpful?
Last updated
Was this helpful?
November 2022 release of Aidbox comes with a couple of features to reduce the startup time when using FHIR IG packages. First, we prepared a new version for our distribution of those packages which allows for their more efficient load into the Aidbox. Second, for those using configuration projects, it is now possible to remount downloaded IGs.
Just update their version so that it is at least 0.6.0. You can see the .
AIDBOX_ZEN_PATHS
Remove all zen-lang/fhir
urls from AIDBOX_ZEN_PATHS
Add a new environment variable AIDBOX_ZEN_PACKAGE_LOAD="{:deps {hl7-fhir-us-core \"https://github.com/zen-fhir/hl7-fhir-us-core\"}}"
:deps
should list all the IGs that were in AIDBOX_ZEN_PATHS
but with their URLs changed to a corresponding repository from our .
If your AIDBOX_ZEN_PATHS
looks like
thenAIDBOX_ZEN_PACKAGE_LOAD
should be equal to