Open mickohanlon23 opened 10 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.
Bump cql-testing to leverage faster cql-execution