-
Notifications
You must be signed in to change notification settings - Fork 201
MN medicaid for undocumented children #7104
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
Open
daphnehanse11
wants to merge
8
commits into
PolicyEngine:main
Choose a base branch
from
daphnehanse11:daphnehanse11/issue7103
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
MN medicaid for undocumented children #7104
daphnehanse11
wants to merge
8
commits into
PolicyEngine:main
from
daphnehanse11:daphnehanse11/issue7103
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implements Minnesota Statutes 256L.04 subdivision 10, which provides state-funded MinnesotaCare coverage for undocumented children under 19 with family income at or below 200% FPL. Coverage began January 1, 2025 following the 2023 legislative expansion. While coverage for undocumented adults was later restricted (June 2025), children continue to be eligible. Variables: - mn_minnesotacare_children_eligible - mn_minnesotacare_children_income_eligible - mn_minnesotacare_children_immigration_status_eligible - mn_minnesotacare_group - mn_minnesotacare_cost_if_enrolled 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Per Minnesota Statutes 256L.04 subdivision 10(c), undocumented noncitizens age 18 or older have restricted eligibility, meaning children must be under 18 (not 19) to qualify for ongoing coverage. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7104 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 5 -5
Lines 144 77 -67
=========================================
- Hits 144 77 -67
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:
|
The code checks age < 18, so comments and test names should reflect "under 18" not "under 19". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
PolicyEngine auto-discovers variables from .py files without needing __init__.py files. Empty init files cause metadata parsing errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
'children' is a reserved internal property name in OpenFisca's ParameterNode class, causing attribute errors during parameter loading. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #7103