HAPI-FHIR Server + CQL Evaluation
HAPI-FHIR and terminology server setup for Library/$evaluate consent-rule workflows.
Why I Built This
Authoring CQL is only half the problem. Getting it to run reliably against real FHIR infrastructure is where most integration work breaks. I built this to close that gap with a repeatable setup for evaluation, terminology handling, and deployment-ready workflows.
What I Implemented
- HAPI FHIR-backed workflows for evaluating CQL artifacts.
- CQL helper tooling to convert, bundle, and post artifacts (
cql-cli). - Local and containerized execution patterns for repeatable testing.
Outcome
A practical integration foundation that reduced friction between CQL authoring and real FHIR evaluation.
Links
- Tooling: cql-cli