-
Notifications
You must be signed in to change notification settings - Fork 201
Illinois medicaid for undocumented immigrants #7005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Illinois medicaid for undocumented immigrants #7005
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7005 +/- ##
===========================================
- Coverage 100.00% 98.02% -1.98%
===========================================
Files 15 9 -6
Lines 213 152 -61
Branches 0 1 +1
===========================================
- Hits 213 149 -64
- Misses 0 2 +2
- Partials 0 1 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…fits - Remove new enrollment tracking (6 files deleted) - Reorganize parameters into adult/child/senior subfolders - Simplify immigration check to use ~is_medicaid_immigration_status_eligible - Integrate HBI with Medicaid benefit system: - Add il_hbi_eligible to is_medicaid_eligible - Map HBI age groups to Medicaid spending categories - Fix changelog: patch→minor, fixed→added 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
hua7450
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall good implementation of the Illinois HBI program. One notable issue: the senior resource limit parameter ($17,500) exists but is not implemented in the eligibility formula. See summary comment for details and recommendations.
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Review: Illinois Health Benefits for Immigrants (HBI)🔴 Critical (Must Fix)
🟡 Should Address
🟢 Suggestions
Validation Summary
Verified Correct
Next StepsTo auto-fix issues: Or address manually:
🤖 Generated with Claude Code |
policyengine_us/variables/gov/states/il/hfs/hbi/income/il_hbi_senior_income_level.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/il/hfs/hbi/income/il_hbi_senior_income_level.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/hfs/hbi/eligibility/adult/in_effect.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/il/hfs/hbi/eligibility/adult/min_age.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Ziming Hua <113824411+hua7450@users.noreply.github.com>
…dult/in_effect.yaml Co-authored-by: Ziming Hua <113824411+hua7450@users.noreply.github.com>
Fixes #7004