Skip to main content

FHIR_SERVER_BASE

Applies to

  • Community
  • Enterprise

Examples

# Organizational FHIR server
FHIR_SERVER_BASE=https://fhir.example.org/R4

# Local FHIR server during development
FHIR_SERVER_BASE=http://localhost:8080/fhir

Purpose

Defines the base URL for the upstream FHIR server that FUME should use for data access and related operations.

Notes