Skip to content

Conversation

@hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Nov 17, 2025

Fixes #6783

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (45ca8b6) to head (ef1e79d).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master     #6841    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            2        15    +13     
  Lines           26       181   +155     
==========================================
+ Hits            26       181   +155     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

hua7450 and others added 5 commits November 17, 2025 16:18
Implements the Illinois Department of Healthcare and Family Services
Health Benefits for Workers with Disabilities (HBWD) program including:

- Eligibility determination (age, disability, employment, income, assets, immigration)
- Income calculation with earned/unearned income sources
- Work expense deductions (reusing AABD exemptions per 89 Ill. Admin. Code § 120.370)
- Asset eligibility with $25,000 limit
- Premium calculation using 2-array bracket approach (98.6% accuracy vs full 2D table)
- Integration tests validating the complete benefit calculation pipeline

All variables include comprehensive documentation with regulatory citations
from Illinois Administrative Code and HFS policy materials.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Updates parameter metadata to match AABD/TANF conventions:
- Use "these" instead of "the following" for consistency with TANF
- Simplify descriptions to match existing IL program patterns
- Use full program name in labels instead of abbreviations
- Standardize reference URLs to law.cornell.edu format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Updates HBWD to properly implement all regulatory requirements:

Income calculation now includes:
- Full earned income exemptions per § 120.362 (reusing AABD calculation)
- Spouse income aggregation at SPMUnit level per § 120.510(f)
- Vehicle asset exemptions (reusing AABD rules per § 120.381)

Technical changes:
- Changed il_hbwd_countable_income from Person to SPMUnit entity
- Simplified il_hbwd_countable_earned_income to use adds pattern
- Removed redundant deductions variable (now handled by AABD exemption)
- Updated il_hbwd_income_eligible to access household-level income
- Updated il_hbwd_countable_assets to include vehicle exemptions
- Deleted test files for variables that only use adds pattern

All 51 tests passing with updated expectations for exemption amounts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@hua7450 hua7450 marked this pull request as ready for review November 19, 2025 17:56
@MaxGhenis MaxGhenis changed the title Health Benefits for Workers with Disabilities (Medicaid buy-in) Illinois Health Benefits for Workers with Disabilities (Medicaid buy-in) Nov 19, 2025
Copy link
Contributor

@MaxGhenis MaxGhenis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed alongside @daphnehanse11

@MaxGhenis
Copy link
Contributor

Any statutory references available? (Not regs)

Copy link
Collaborator

@PavelMakarchuk PavelMakarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after maxes comments

Copy link
Collaborator

@daphnehanse11 daphnehanse11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed with max, otherwise looks good to me

@hua7450
Copy link
Collaborator Author

hua7450 commented Nov 20, 2025

Any statutory references available? (Not regs)

Yes, https://www.ilga.gov/documents/legislation/ilcs/documents/030500050K5-2.htm
But only has assets and income limit rate.

@hua7450
Copy link
Collaborator Author

hua7450 commented Nov 20, 2025

Need to figure out a way to represent benefit for this program. Currently only has the cost part (monthly premium)
Enrollment and spending data for this particular program is unavailable.

@PavelMakarchuk PavelMakarchuk marked this pull request as draft November 23, 2025 09:22
@PavelMakarchuk
Copy link
Collaborator

Converting to draft until payment structure is implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Illinois Health Benefits for Workers with Disabilities (Medicaid buy-in)

4 participants