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
- Set this to
n/ato disable the server-backed source. - If authentication is required, pair this with
FHIR_SERVER_AUTH_TYPE,FHIR_SERVER_UN, andFHIR_SERVER_PW.