You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TotalNumerator and TotalDenominator populations were defined to remove ambiguity around what makes up the conceptual Finalized results of Denominator/Numerator after the scoring algorithm logic had been applied.
This mainly was raised over disagreement on if CQL expression results are exposed raw to Measure Report results or if it was meant to only show the end result of how the Measure was scored.
This is removal of Denominator-Exclusion criteria results from Denominator...etc
The end result was that Measure Reports show how the Measure Score was calculated, so Numerator/Denominator for ratio and proportion measures. This means that the need for a separate TotalNumerator and TotalDenominator is not needed and we can simply remove the extensions from the Measure Report results and all classes where it is present.
Scope
MeasureScorer should now look for Numerator/Denominator values to make the calculation instead of the extension values.
Any code that sets or maintains these populations can be removed
Testing classes that have assertions for these values should be deprecated
The text was updated successfully, but these errors were encountered:
TotalNumerator and TotalDenominator populations were defined to remove ambiguity around what makes up the conceptual Finalized results of Denominator/Numerator after the scoring algorithm logic had been applied.
This mainly was raised over disagreement on if CQL expression results are exposed raw to Measure Report results or if it was meant to only show the end result of how the Measure was scored.
This is removal of Denominator-Exclusion criteria results from Denominator...etc
The end result was that Measure Reports show how the Measure Score was calculated, so Numerator/Denominator for ratio and proportion measures. This means that the need for a separate TotalNumerator and TotalDenominator is not needed and we can simply remove the extensions from the Measure Report results and all classes where it is present.
Scope
The text was updated successfully, but these errors were encountered: