← Back to Lab

Mock Server

In Progress

Simulated FHIR REST API for testing CRUD operations, transactions, search and integration scenarios. Based on HAPI FHIR R4 with Docker Compose.

🔬

Coming in a future phase

This module is on the roadmap. Follow the learning roadmap to track progress.

Local setup available now

HAPI FHIR R4 server is available locally via Docker Compose. See infra/hapi/ in the repository.

# Start local FHIR server
cd infra/hapi
docker compose up -d
# FHIR endpoint
http://localhost:8080/fhir