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.0
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.0@sha256:71599af143f0262a7265aa2bc4ea5a9660f11de6248a053e060b5667070203fd \
--certificate-identity-regexp "https://github.com/datasharingframework/dsf/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"