FHIR Server
4/13/26Less than 1 minute
Purpose
The DSF FHIR Server exposes the HL7 FHIR R4 REST API that other DSF instances communicate with. It stores and serves the resources required to coordinate distributed business processes — such as Task, ActivityDefinition, Organization, Endpoint, and project-specific data resources — and enforces access control on every interaction. Together with the FHIR Reverse Proxy it forms the externally reachable component of a DSF instance.
Docker Image
- Registry:
ghcr.io/datasharingframework/fhir - Tag for this release:
2.1.1
Verify Image Signature
Verify the signed image before deploying. See How to Verify Image Signatures for prerequisites, SBOM verification, and troubleshooting.
cosign verify \
ghcr.io/datasharingframework/fhir:2.1.1@sha256:708188c5f03224f4a5adf84ae2297c7161c86590d5b392eb7338a91e4fe7b5f3 \
--certificate-identity-regexp "https://github.com/datasharingframework/dsf/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"