FHIR Transformer integration
The Compose stack runs the external healthtag/fhir-transformer image and mounts workingdir/ plus healthtag/. The full transformation implementation is not present in this repository, so mapping behavior must be verified against the exact image version and its source release.
Integration checklist
Section titled “Integration checklist”- Pin a tested transformer image digest.
- Configure the hospital/HosXP database connection using installation-specific credentials.
- Set
FHIR_SERVER_URLto the internal HAPI endpoint and verify/metadatafrom the transformer container. - Review the current
healthtag/config.jsonand transformer configuration without committing real credentials. - Map and test at least Patient identifiers, encounters, diagnoses, medications, allergies, and local codes required by the deployment.
- Run with synthetic data first and inspect generated resources for FHIR conformance and the
https://healthtag.ioPatient identifier. - Define retry, duplicate/idempotency, reconciliation, and failure-alert procedures for the selected transformer release.
FILE_UPLOADER_SERVER_URL references a service that is disabled in the current Compose file. Treat document/file behavior as optional and unsupported until that service is intentionally enabled and reviewed.
See FHIR Transformer configuration for the environment-file inventory.

