-
Notifications
You must be signed in to change notification settings - Fork 201
Fix CA Medi-Cal immigration eligibility for DACA/TPS in 2026 #7158
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
hua7450
wants to merge
4
commits into
PolicyEngine:main
Choose a base branch
from
hua7450:hua7450/issue7141
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
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| - bump: patch | ||
| changes: | ||
| fixed: | ||
| - Fix CA Medi-Cal immigration eligibility for DACA/TPS holders in 2026. Previously, DACA/TPS holders incorrectly lost eligibility after the January 2026 enrollment freeze. Per WCLP guidance, DACA/TPS holders are not affected by the freeze and can still newly enroll. |
23 changes: 23 additions & 0 deletions
23
policyengine_us/parameters/gov/states/ca/chhs/ca_state_funded_immigration_statuses.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| description: California includes these immigration statuses as eligible for state-funded coverage under the Medi-Cal program. | ||
|
|
||
| # TODO: After Oct 2026, federal OBBBA removes refugees, asylees, parolees, | ||
| # PRUCOL, and others from federal Medicaid funding. Whether CA will cover | ||
| # these groups with state funds is uncertain as of Jan 2026: | ||
| # - Current state law: keep full-scope Medi-Cal with dental | ||
| # - DHCS interpretation: move to Medi-Cal with no dental + premiums | ||
| # - Governor's proposed budget (Jan 9, 2026): restricted-scope only | ||
| # Update this parameter when legislation clarifies the outcome. | ||
|
|
||
| values: | ||
| 2016-01-01: | ||
| - UNDOCUMENTED | ||
| - DACA | ||
| - TPS | ||
|
|
||
| metadata: | ||
| unit: list | ||
| period: year | ||
| label: California Medi-Cal state-funded eligible immigration statuses | ||
| reference: | ||
| - title: California Welfare and Institutions Code Section 14007.8 | ||
| href: https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?sectionNum=14007.8.&lawCode=WIC |
14 changes: 14 additions & 0 deletions
14
...engine_us/parameters/gov/states/ca/chhs/medi_cal_enrollment_freeze/affected_statuses.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| description: California limits the Medi-Cal enrollment freeze to these immigration statuses under the Medi-Cal program. | ||
|
|
||
| values: | ||
| 2016-01-01: [] | ||
| 2026-01-01: | ||
| - UNDOCUMENTED | ||
|
|
||
| metadata: | ||
| unit: list | ||
| period: year | ||
| label: California Medi-Cal enrollment freeze affected immigration statuses | ||
| reference: | ||
| - title: California Welfare and Institutions Code Section 14007.8(b)(1) | ||
| href: https://leginfo.legislature.ca.gov/faces/codes_displaySection.xhtml?sectionNum=14007.8.&lawCode=WIC | ||
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.