CQL Measure for the NUM-CON-MON project, including test data.
brew install borkdude/brew/babashka
For running the test environment including Blaze.
For evaluating the measure. Can be downloaded here. Measures can also be executed manually via FHIR API and $evaluate-measure FHIR Operation. blazectl just uses that FHIR API.
For creating the CSV files.
docker compose up -d
./gen-test-data.clj
./import-data.sh
./evaluate-measure.sh
./send-report.sh report.json http://localhost:8080/fhir
docker compose down -v