State-based Marketplace (SBM) Medicaid Unwinding Report
U.S. Department of Health & Human Services
@usgov.hhs_gov_state_based_marketplace_sbm_medicaid_unwinding_a6d696bd
U.S. Department of Health & Human Services
@usgov.hhs_gov_state_based_marketplace_sbm_medicaid_unwinding_a6d696bd
Metrics from individual Marketplaces during the current reporting period. The report includes data for the states using State-based Marketplaces (SBMs) that use their own eligibility and enrollment platforms
Source: State-based Marketplace (SBM) operational data submitted to CMS. Each monthly reporting period occurs during the first through last day of the reported month. SBMs report relevant Marketplace activity from April 2023 (when unwinding-related renewals were initiated in most SBMs) through the end of a state’s Medicaid unwinding renewal period and processing timeline, which will vary by SBM. Some SBMs did not receive unwinding-related applications during reporting period months in April or May 2023 due to renewal processing timelines. SBMs that are no longer reporting Marketplace activity due to the completion of a state’s Medicaid unwinding renewal period are marked as NA. Some SBMs may revise data from a prior month and thus this data may not align with that previously reported. For April, Idaho’s reporting period was from February 1, 2023 to April 30, 2023.
Notes:
CREATE TABLE table_1 (
"state" VARCHAR,
"metric" VARCHAR,
"april_2023_count" VARCHAR -- April 2023: Count,
"april_2023_percentage_applications" VARCHAR -- April 2023: Percentage (Applications),
"april_2023_percentage_account_transfers" VARCHAR -- April 2023: Percentage (Account Transfers),
"may_2023_count" VARCHAR -- May 2023: Count,
"may_2023_percentage_applications" VARCHAR -- May 2023: Percentage (Applications),
"may_2023_percentage_account_transfers" VARCHAR -- May 2023: Percentage (Account Transfers),
"june_2023_count" VARCHAR -- June 2023: Count,
"june_2023_percentage_applications" VARCHAR -- June 2023: Percentage (Applications),
"june_2023_percentage_account_transfers" VARCHAR -- June 2023: Percentage (Account Transfers),
"july_2023_count" VARCHAR -- July 2023: Count,
"july_2023_percentage_applications" VARCHAR -- July 2023: Percentage (Applications),
"july_2023_percentage_account_transfers" VARCHAR -- July 2023: Percentage (Account Transfers),
"august_2023_count" VARCHAR -- August 2023: Count,
"august_2023_percentage_applications" VARCHAR -- August 2023: Percentage (Applications),
"august_2023_percentage_account_transfers" VARCHAR -- August 2023: Percentage (Account Transfers),
"september_2023_count" VARCHAR -- September 2023: Count,
"september_2023_percentage_applications" VARCHAR -- September 2023: Percentage (Applications),
"september_2023_percentage_account_transfers" VARCHAR -- September 2023: Percentage (Account Transfers),
"october_2023_count" VARCHAR -- October 2023: Count,
"october_2023_percentage_applications" VARCHAR -- October 2023: Percentage (Applications),
"october_2023_percentage_account_transfers" VARCHAR -- October 2023: Percentage (Account Transfers),
"november_2023_count" VARCHAR -- November 2023: Count,
"november_2023_percentage_applications" VARCHAR -- November 2023: Percentage (Applications),
"november_2023_percentage_account_transfers" VARCHAR -- November 2023: Percentage (Account Transfers),
"december_2023_count" VARCHAR -- December 2023: Count,
"december_2023_percentage_applications" VARCHAR -- December 2023: Percentage (Applications),
"december_2023_percentage_account_transfers" VARCHAR -- December 2023: Percentage (Account Transfers),
"january_2024_count" VARCHAR -- January 2024: Count,
"january_2024_percentage_applications" VARCHAR -- January 2024: Percentage (Applications),
"january_2024_percentage_account_transfers" VARCHAR -- January 2024: Percentage (Account Transfers),
"february_2024_count" VARCHAR -- February 2024: Count,
"february_2024_percentage_applications" VARCHAR -- February 2024: Percentage (Applications),
"february_2024_percentage_account_transfers" VARCHAR -- February 2024: Percentage (Account Transfers),
"march_2024_count" VARCHAR -- March 2024: Count,
"march_2024_percentage_applications" VARCHAR -- March 2024: Percentage (Applications),
"march_2024_percentage_account_transfers" VARCHAR -- March 2024: Percentage (Account Transfers),
"april_2024_count" VARCHAR -- April 2024: Count,
"april_2024_percentage_applications" VARCHAR -- April 2024: Percentage (Applications),
"april_2024_percentage_account_transfers" VARCHAR -- April 2024: Percentage (Account Transfers),
"may_2024_count" VARCHAR -- May 2024: Count,
"may_2024_percentage_applications" VARCHAR -- May 2024: Percentage (Applications),
"may_2024_percentage_account_transfers" VARCHAR -- May 2024: Percentage (Account Transfers),
"june_2024_count" VARCHAR -- June 2024: Count,
"june_2024_percentage_applications" VARCHAR -- June 2024: Percentage (Applications),
"june_2024_percentage_account_transfers" VARCHAR -- June 2024: Percentage (Account Transfers),
"july_2024_count" VARCHAR -- July 2024: Count,
"july_2024_percentage_applications" VARCHAR -- July 2024: Percentage (Applications),
"july_2024_percentage_account_transfers" VARCHAR -- July 2024: Percentage (Account Transfers),
"august_2024_count" VARCHAR -- August 2024: Count,
"august_2024_percentage_applications" VARCHAR -- August 2024: Percentage (Applications),
"august_2024_percentage_account_transfers" VARCHAR -- August 2024: Percentage (Account Transfers),
"september_2024_count" VARCHAR -- September 2024: Count,
"september_2024_percentage_applications" VARCHAR -- September 2024: Percentage (Applications),
"september_2024_percentage_account_transfers" VARCHAR -- September 2024: Percentage (Account Transfers),
"total_count" VARCHAR -- Total: Count,
"total_percentage_applications" VARCHAR -- Total: Percentage (Applications),
"total_percentage_account_transfers" VARCHAR -- Total: Percentage (Account Transfers)
);Anyone who has the link will be able to view this.