cqframework / clinical-reasoning

CQF Clinical Reasoning on FHIR for Java
https://www.cqframework.org/clinical-reasoning/
Apache License 2.0
33 stars 24 forks source link

Extension to capture denominator-exception #415

Closed Capt-Mac closed 4 months ago

Capt-Mac commented 5 months ago

currently in a summary MeasureReport, users are unable to parse out which DenominatorException patients are a part of qpp's definition of denominatorException that is required to be reported because they are inDenominator, inDenominatorException, and inNumerator.

In order to map to qpp json reports from MeasureReport's independently calculated populations in CQM sets defined here: https://build.fhir.org/ig/HL7/cqf-measures/measure-conformance.html#proportion-measure-scoring

I need an extension similar to ones defined in https://github.com/cqframework/clinical-reasoning/issues/400 for total-denominator and total-Numerator. This would track patients that are inDenominatorException and are considered in calculation of MeasureScore.

Capt-Mac commented 4 months ago

https://jira.hl7.org/browse/FHIR-44736