projecttacoma / fqm-execution

fqm-execution is a library that allows users to calculate FHIR-based electronic Clinical Quality Measures (eCQMs) and retrieve the results in a variety of formats
https://projecttacoma.github.io/fqm-execution/
Apache License 2.0
18 stars 6 forks source link

Allow for SDEs to be excluded from coverage calculations #261

Open hossenlopp opened 1 year ago

hossenlopp commented 1 year ago

Which fqm-execution feature is this request related to? Coverage highlighting and calculation.

Describe the solution you'd like There will be a new boolean calculator option named excludeSDEsInCoverage. When this option is set to true and the calculateSDEs option is also true, all SDEs and define statements used by SDEs will be removed from the coverage calculation and not appear in coverage highlighting output. SDEs will still be calculated and appear in patient level highlighting output.

When excludeSDEsInCoverage is not specified, it will default to false.

Additional context This was a request from the MADiE team.