fhir_r5_cql 0.5.0
fhir_r5_cql: ^0.5.0 copied to clipboard
Attempt to Support the CQL Library in Dart.
fhir_r5_cql #
A Clinical Quality Language (CQL) implementation in Dart for FHIR R5. Parses CQL source into an Expression Logic Model (ELM) representation and provides an execution engine to evaluate CQL expressions against FHIR data.
Features #
- CQL to ELM translation
- CQL execution engine
- Support for FHIR R5 data types
- FHIRPath integration
Getting Started #
Add fhir_r5_cql to your pubspec.yaml:
dependencies:
fhir_r5_cql: ^0.5.0
License #
MIT License - see LICENSE for details.