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
MeasureEvaluator class is missing coverage for scenarios where invalid population basis are interacting.
population to population (numerator and denominator)
stratifier of population (population is encounter based, but stratifier is patient based)
if measure populations are defined to be of basis 'boolean' then the interaction of whether a criteria result is correctly managed requires all other populations are also 'boolean'. If the basis is resource based, like an Encounter, then all populations of that Measure or GroupComponent where defined need to have criteria expressions that produce a list of Encounter resources.
This is because MeasureEvaluator Scoring algorithms manage population sets based on membership of other populations. Numerator-Exclusion membership removes matching membership from Numerator. If these had different population basis then you couldn't compare them.
Description
MeasureEvaluator class is missing coverage for scenarios where invalid population basis are interacting.
if measure populations are defined to be of basis 'boolean' then the interaction of whether a criteria result is correctly managed requires all other populations are also 'boolean'. If the basis is resource based, like an
Encounter
, then all populations of that Measure or GroupComponent where defined need to have criteria expressions that produce a list of Encounter resources.This is because MeasureEvaluator Scoring algorithms manage population sets based on membership of other populations. Numerator-Exclusion membership removes matching membership from Numerator. If these had different population basis then you couldn't compare them.
see https://build.fhir.org/ig/HL7/cqf-measures/measure-conformance.html#proportion-measure-scoring for more info
Scope
The text was updated successfully, but these errors were encountered: