Clinical Quality Measure Population Funnel
Description
Four bars, each a subset of the one above it, and a rate computed from the last two. The number to keep an eye on is the divisor: the reported rate is the numerator over the exclusion-adjusted denominator, not over the initial population, and the panel shows both so the difference is visible rather than assumed. What if exclusions tripled? is the exercise worth running -- the numerator does not move, not one patient's HbA1c changes, and the reported rate still rises. That is why exclusion criteria are specified in executable logic rather than prose and why exclusion counts are audited: it is the one place where a defensible clinical judgment and a favorable reported number point in the same direction.
Lesson Plan
Audience: undergraduate students and healthcare data practitioners. Allow 10-15 minutes. Prerequisites: a rate as a numerator over a denominator, and the idea of a defined patient cohort.
Learning objective: Given initial population, denominator exclusion, and numerator counts, the learner can calculate a Clinical Quality Measure's reported rate and demonstrate how changing an exclusion count changes the final rate.
- Explore: Select each bar in turn and read its definition. Note that the initial population and the denominator coincide in this measure, and say what would have to differ for them to separate.
- Explain: Run What if exclusions tripled?. Explain precisely which term in the rate changed and which did not, and why the result still counts as an improvement on paper.
- Transfer: You are reviewing two clinics reporting 64.6% and 71.2% on this measure. Name two things you would want to see besides the rate before concluding one delivers better care.
Assessment: use the Transfer prompt as an exit ticket. A complete response asks for the exclusion counts and the denominators, and explains why comparing rates without them is unsafe.
Embed This MicroSim
Copy this iframe to your website:
1 | |
Quality Checks
Validated September 8, 2026. Completeness rubric: 100/100, scored with the project's calculate-quality-score.py against the standardization checklist. Checked automatically in a browser at 400, 800, and 1200 px: the page loads with no JavaScript errors, no interactive control is clipped outside the viewport, and the document does not scroll horizontally. Controls, selections, and the reset path were exercised by hand during development at desktop width. The page reports its own height to the parent document, so the declared iframe height above serves only as a fallback.
Specification
The full specification below is extracted from Chapter 23: Clinical Guideline Authoring and Clinical Quality Language.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | |
Related Resources
References
- Source chapter — supplied the learning objective and the worked example.
- Chart.js documentation — scales, stacked bars, tooltips, and custom plugins (accessed September 8, 2026).
- CMS electronic clinical quality measures — the population structure this funnel follows (accessed September 8, 2026).
- Wikipedia: Quality of care measurement — background on measure-based payment programs.