Skip to content

Add Medicaid CE SNAP/TANF pass-through#8368

Draft
daphnehanse11 wants to merge 1 commit into
PolicyEngine:mainfrom
daphnehanse11:codex/issue-8267-medicaid-ce-pass-through
Draft

Add Medicaid CE SNAP/TANF pass-through#8368
daphnehanse11 wants to merge 1 commit into
PolicyEngine:mainfrom
daphnehanse11:codex/issue-8267-medicaid-ce-pass-through

Conversation

@daphnehanse11
Copy link
Copy Markdown
Collaborator

@daphnehanse11 daphnehanse11 commented May 21, 2026

Summary

Fixes #8267 by adding a Medicaid community engagement pass-through for SNAP and TANF work-compliance determinations.

Regulatory Authority

Implementation

  • Adds medicaid_community_engagement_pass_through_eligible, a monthly person-level Medicaid CE primitive.
  • Uses person-level SNAP work primitives instead of the household-wide meets_snap_work_requirements output, avoiding the issue SNAP work requirements applied as household-wide disqualification instead of per-person exclusion #8139 dependency.
  • Adds meets_tanf_work_requirements, an SPM-unit bridge over existing DC and Montana TANF work-compliance variables.
  • Wires the pass-through into medicaid_work_requirement_eligible through period.first_month.

Requirements Coverage

Requirement Coverage
Medicaid CE pass-through primitive medicaid_community_engagement_pass_through_eligible
SNAP-only pass-through SNAP receipt plus person-level SNAP work compliance tests
TANF-only pass-through is_tanf_enrolled plus meets_tanf_work_requirements tests
No-pass-through cases SNAP/TANF negative tests and Medicaid work requirement false paths
Avoid #8139 dependency Does not consume meets_snap_work_requirements

Not Modeled

Validation

  • uv run policyengine-core test policyengine_us/tests/policy/baseline/gov/hhs/medicaid/eligibility/medicaid_community_engagement_pass_through_eligible.yaml policyengine_us/tests/policy/baseline/gov/hhs/medicaid/eligibility/medicaid_work_requirement_eligible.yaml policyengine_us/tests/policy/baseline/gov/hhs/tanf/cash/eligibility/meets_tanf_work_requirements.yaml -c policyengine_us -v
    • 19 passed.
  • make format
    • Passed.
  • uv run policyengine-core test policyengine_us/tests/policy/baseline/gov/hhs/medicaid policyengine_us/tests/policy/baseline/gov/hhs/tanf/cash/eligibility/meets_tanf_work_requirements.yaml -c policyengine_us
    • 228 passed after rebasing onto current upstream/main.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8f458cd) to head (f51c86b).
⚠️ Report is 28 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #8368   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         3    -1     
  Lines           52        66   +14     
=========================================
+ Hits            52        66   +14     
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.

@daphnehanse11 daphnehanse11 force-pushed the codex/issue-8267-medicaid-ce-pass-through branch from 3deec8a to f51c86b Compare May 21, 2026 17:54
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.

Medicaid CE: model SNAP and TANF work-compliance pass-through

1 participant