Skip to main content

FHIR_PACKAGES

Applies to

  • Community
  • Enterprise

Examples

# US Core plus a custom package
FHIR_PACKAGES=hl7.fhir.us.core@6.0.0,org.example.ig@1.0.0

Purpose

Configures the FHIR packages that FUME should load at startup.

Notes

  • Use either a single package@version entry or a comma-separated list.
  • Omitting @version on a package requests the latest available version at startup.
  • All direct and transitive dependencies of the confiured root packages will be installed and loaded automatically.