ccsm-cds-tools / ccsm-cds-with-tests

This repository contains clinical decision support (CDS) which provides recommendations for cervical cancer screening and management (CCSM).
Apache License 2.0
7 stars 3 forks source link

Bump cql-testing to leverage faster cql-execution #127

Open mickohanlon23 opened 8 months ago

mickohanlon23 commented 8 months ago

Bump cql-testing to leverage faster cql-execution

mickohanlon23 commented 8 months ago

Just added two commits - one from running npx cql-to-elm cql and another from running npm run packager. As a result of using a newer version of cql-testing, the CQL to ELM translator version was updated, resulting in a one-line change throughout our compiled ELM JSON files. This propogated to the FHIR resources that embed a compressed version of the compiled ELM JSON.

Note make sure that the above two commands (or npm run prepack which combines the two) are run with the latest version of the main branch prior to merging this in, to ensure that our CQL is using the most up-to-date version of our logic.