projecttacoma / cqm-execution

NPM module for calculating eCQMs (electronic clinical quality measures) written in CQL (clinical quality language).
Apache License 2.0
10 stars 2 forks source link

Default Ratio Observations values to null instead of 0 #263

Closed dczulada closed 1 month ago

dczulada commented 2 months ago

This is related to

https://oncprojectracking.healthit.gov/support/browse/CYPRESS-2669

The following is from HQMF

2.3.1.3.1Individual Observations For each case in the DENOM and not in the DENEX, determine the individual DENOM observations. For each case in the NUMER and not in the NUMEX, determine the individual NUMER observations.

2.3.1.3.2Measusre Aggregates Using individual observations for all cases in the DENOM and not in the DENEX, calculate the aggregate DENOM. Using individual observations for all cases in the NUMER and not in the NUMEX, calculate the aggregate NUMER.

Ratio = aggregate NUMER / aggregate DENOM

Pull requests into cqm-execution require the following. Submitter and reviewer should :white_check_mark: when done. For items that are not-applicable, note it's not-applicable ("N/A") and :white_check_mark:.

Submitter:

Reviewer 1:

Name:

Reviewer 2:

Name:

dczulada commented 1 month ago

@adongare I just did a rebase on the most recent master commits. Looks like you might need to approve the PR again.