Medicaid Enrollment - New Adult Group
U.S. Department of Health & Human Services
@usgov.hhs_gov_medicaid_enrollment_new_adult_group_cb7e1
U.S. Department of Health & Human Services
@usgov.hhs_gov_medicaid_enrollment_new_adult_group_cb7e1
Total Medicaid Enrollees - VIII Group Break Out Report Reported on the CMS-64
The enrollment information is a state-reported count of unduplicated individuals enrolled in the state’s Medicaid program at any time during each month in the quarterly reporting period. The enrollment data identifies the total number of Medicaid enrollees and, for states that have expanded Medicaid, provides specific counts for the number of individuals enrolled in the new adult eligibility group, also referred to as the “VIII Group”. The VIII Group is only applicable for states that have expanded their Medicaid programs by adopting the VIII Group. This data includes state-by-state data for this population as well as a count of individuals whom the state has determined are newly eligible for Medicaid. All 50 states, the District of Columbia and the US territories are represented in these data.
Notes:
CREATE TABLE table_1 (
"state" VARCHAR,
"total_medicaid_enrollees" BIGINT,
"total_viii_group_enrollees" VARCHAR,
"total_viii_group_newly_eligible_enrollees" VARCHAR,
"total_viii_group_not_newly_eligible_enrollees" VARCHAR,
"updated_year" BIGINT,
"updated_month" BIGINT,
"enrollment_year" BIGINT,
"enrollment_month" BIGINT,
"notes" VARCHAR
);Anyone who has the link will be able to view this.