Add Medicaid CE short-term hardship exceptions: hospitalization and medical travel - #9308
Open
DTrim99 wants to merge 1 commit into
Open
Add Medicaid CE short-term hardship exceptions: hospitalization and medical travel#9308DTrim99 wants to merge 1 commit into
DTrim99 wants to merge 1 commit into
Conversation
…cal travel (PolicyEngine#8270) Adds two person-level boolean inputs for Medicaid community engagement short-term hardship exceptions - hospitalization/intensive services and long-distance medical travel - OR-ed into the medicaid_work_requirement_eligible exemption set, matching the existing hardship-input pattern (e.g. treatment program). Both default to false, so microsimulation results are unchanged. The county-unemployment-threshold and federal-disaster hardships require external data and are deferred. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9308 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 3 -9
Lines 161 65 -96
=========================================
- Hits 161 65 -96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
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.
Part of #8270 (parent #7751).
Adds two person-level boolean inputs for Medicaid community engagement short-term hardship exceptions and ORs them into the
medicaid_work_requirement_eligibleexemption set:is_hospitalized_for_medicaid_ce— hospitalization or intensive serviceshas_long_distance_medical_travel_for_medicaid_ce— long-distance medical travelBoth follow the existing hardship-input pattern (e.g.
is_in_medicaid_community_engagement_treatment_program) and default to false, so microsimulation results are unchanged — they let household scenarios represent circumstances the survey data can't signal.Deferred (per the issue's scope): the county-unemployment-threshold and federal-disaster-declaration hardships require external data (county unemployment rates, disaster declarations); and state-election gating pending the mandatory-vs-state-optional determination.
Tests: added hospitalized → exempt, medical-travel → exempt, and a no-hardship control → subject.
medicaid_work_requirement_eligiblesuite 40/40.🤖 Generated with Claude Code