Correct Missouri Medicaid child income limit to 153% of FPL - #9133
Correct Missouri Medicaid child income limit to 153% of FPL#9133daphnehanse11 wants to merge 2 commits into
Conversation
Program Review — PR #9133 (Correct Missouri Medicaid child income limit to 153% of FPL)Author: daphnehanse11 · Draft · Fixes #9126 Source Documents (all HTML, verified via WebFetch)
Branch Status⚠ PR branch is 132 commits behind main (1 ahead). Recommend rebasing before merge. Review was scoped strictly to the PR's merge-base diff, so the staleness did not cause false-positive findings. (Also: this is a draft PR.) SummaryCorrect, well-sourced value fix. The MO entry in both the The main correctness risk is cleared: Critical (Must Fix)None. Should Address (non-blocking)
Suggestions
Validation Summary
Review Severity: COMMENTA correct, cleanly-scoped, well-sourced value correction with the one real risk (infant band) verified clear. No blocking issues. Before marking ready: add the exact-1.53 boundary test + a Medicaid→CHIP integration test (items 1-2), tighten the KFF comment (item 3), and rebase off the 132-commit lag. Next StepsTo auto-apply the actionable items: Review generated with Claude Code via /review-program |
018317b to
c055603
Compare
|
Addressed the review items and rebased onto main (branch is now main + 2 commits):
Full Medicaid/CHIP/MO suites (999) and the partner contract suite (626) pass locally. |
Missouri's MO HealthNet for Kids standard for children ages 1-18 is 148% of the federal poverty level (DSS Manual 1830.010.05), with the conditional 5% MAGI disregard (1805.030.20.20.05) producing an effective 153% ceiling. The parameters carried 1.55 from a KFF figure based on the pre-MAGI-conversion 150% standard; the state's published dollar limits equal exactly 148% of the FPL, so the value is corrected at the existing 2018 date rather than dated as a policy change. Fixes PolicyEngine#9126. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ment wording - Pin exact-153% boundary behavior in both child category test files (float32 input storage lands just below the float64 parameter, so the boundary is eligible under both < and <=, matching the manual's income-maximum semantics) - Add MO Medicaid-to-CHIP routing integration tests at 152%/154% FPL - Reword parameter comments to attribute KFF's 155% to the legacy pre-MAGI 150% base plus the 5% disregard Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
c055603 to
1d8ae7a
Compare
Re-review — all three items addressed ✅Thanks for the quick turnaround. The follow-up commit resolves every should-address item from the prior review:
CI is green (31/31). The value itself was already verified correct against the MO DSS manual (148% base + 5% disregard = 153%) with the infant band correctly untouched. This is good to merge once you're ready to take it out of draft / rebase off the (now larger) main lag. |
Fixes #9126.
Change
Corrects Missouri's Medicaid income limit for children ages 1-18 from 1.55 to 1.53 in both the
young_childandolder_childparameters.Missouri's MO HealthNet for Kids base standard is 148% of FPL for all children ages 1-18 (DSS Manual § 1830.010.05), and the conditional 5% MAGI disregard (§ 1805.030.20.20.05) produces an effective 153% ceiling. The state's published dollar limits equal exactly 148% of the FPL ($23,621 for one person at the 04/2026 guidelines).
The prior 1.55 traces to KFF's figure, which reflects the pre-MAGI-conversion 150% standard (+5). Since the 148% MAGI-converted standard predates the parameter's 2018 start date, the value is corrected at the existing date rather than dated as a policy change. KFF reports 155% for January 2018, 2021, and 2025 alike, so this is a source discrepancy, not a recent change — a comment in each parameter file documents this.
Impact
is_chip_eligible_childrequires non-Medicaid-eligibility before applying the CHIP ceiling (MO: 305%).Tests
🤖 Generated with Claude Code