ACO REACH Aligned Beneficiaries
U.S. Department of Health & Human Services
@usgov.hhs_gov_aco_reach_aligned_beneficiaries
U.S. Department of Health & Human Services
@usgov.hhs_gov_aco_reach_aligned_beneficiaries
The Accountable Care Organization (ACO) REACH Aligned Beneficiary Public Use File (PUF) data details Medicare Beneficiaries aligned to the ACO REACH Model, formerly Global and Professional Direct Contracting (GPDC) Model, including counties, eligibility months and total aligned beneficiaries. This data is redacted and does not include identifiable information.
Organization: U.S. Department of Health & Human Services
Last updated: 2025-10-07T07:30:09.004514
Tags: accountable-care-organizations, coordinated-care, medicare, original-medicare, payment-models, value-based-care
CREATE TABLE aco_reach_aligned_beneficiaries_2021_12_03 (
"aco_id" VARCHAR,
"year" BIGINT,
"state_id" BIGINT,
"county_id" BIGINT,
"state_name" VARCHAR,
"county_name" VARCHAR,
"elig_months_ad" DOUBLE,
"elig_months_esrd" DOUBLE,
"elig_months_total" DOUBLE,
"aligned_beneficiaries_ad" DOUBLE,
"aligned_beneficiaries_esrd" DOUBLE
);CREATE TABLE aco_reach_aligned_beneficiaries_2022_12_01 (
"aco_id" VARCHAR,
"year" BIGINT,
"state_id" BIGINT,
"county_id" BIGINT,
"state_name" VARCHAR,
"county_name" VARCHAR,
"elig_months_ad" DOUBLE,
"elig_months_esrd" DOUBLE,
"elig_months_total" DOUBLE,
"aligned_beneficiaries_ad" DOUBLE,
"aligned_beneficiaries_esrd" DOUBLE
);CREATE TABLE aco_reach_aligned_beneficiaries_2023_12_01 (
"aco_id" VARCHAR,
"year" BIGINT,
"state_id" BIGINT,
"county_id" BIGINT,
"state_name" VARCHAR,
"county_name" VARCHAR,
"elig_months_ad" DOUBLE,
"elig_months_esrd" DOUBLE,
"elig_months_total" DOUBLE,
"aligned_beneficiaries_ad" DOUBLE,
"aligned_beneficiaries_esrd" DOUBLE
);Anyone who has the link will be able to view this.