ACO REACH Providers
U.S. Department of Health & Human Services
@usgov.hhs_gov_aco_reach_providers
U.S. Department of Health & Human Services
@usgov.hhs_gov_aco_reach_providers
The Accountable Care Organization (ACO) REACH Providers Public Use File (PUF) data details Participant Providers and Preferred Providers in the ACO REACH Model, formerly Global and Professional Direct Contracting (GPDC) Model. This dataset includes information on each providers capitation arrangement, Advanced Payment Option and elected waivers.
Organization: U.S. Department of Health & Human Services
Last updated: 2025-10-07T07:26:01.825482
Tags: accountable-care-organizations, coordinated-care, medicare, original-medicare, payment-models, value-based-care
CREATE TABLE aco_reach_providers_2021_12_02 (
"aco_id" VARCHAR,
"par_lbn" VARCHAR,
"aco_name" VARCHAR,
"perf_year" BIGINT,
"start_date" BIGINT,
"term_date" BIGINT,
"prvdr_class" VARCHAR,
"capitation_arrangement" VARCHAR,
"apo_election" VARCHAR,
"telehealth_waiver" VARCHAR,
"pdhv_waiver" VARCHAR,
"snf_waiver" VARCHAR,
"cmhv_waiver" VARCHAR,
"homeboundhh_waiver" VARCHAR,
"hospicecc_waiver" VARCHAR
);CREATE TABLE aco_reach_providers_2022_12_01 (
"aco_id" VARCHAR,
"par_lbn" VARCHAR,
"aco_name" VARCHAR,
"perf_year" BIGINT,
"start_date" BIGINT,
"term_date" BIGINT,
"prvdr_class" VARCHAR,
"capitation_arrangement" VARCHAR,
"apo_election" VARCHAR,
"telehealth_waiver" VARCHAR,
"pdhv_waiver" VARCHAR,
"snf_waiver" VARCHAR,
"cmhv_waiver" VARCHAR,
"homeboundhh_waiver" VARCHAR,
"hospicecc_waiver" VARCHAR,
"ptbcost_bei_waiver" VARCHAR,
"chronicdisease_bei_waiver" VARCHAR
);CREATE TABLE aco_reach_providers_2023_12_01 (
"aco_id" VARCHAR,
"par_lbn" VARCHAR,
"aco_name" VARCHAR,
"perf_year" BIGINT,
"start_date" BIGINT,
"term_date" BIGINT,
"prvdr_class" VARCHAR,
"capitation_arrangement" VARCHAR,
"apo_election" VARCHAR,
"telehealth_waiver" VARCHAR,
"pdhv_waiver" VARCHAR,
"snf_waiver" VARCHAR,
"cmhv_waiver" VARCHAR,
"homeboundhh_waiver" VARCHAR,
"hospicecc_waiver" VARCHAR,
"ptbcost_bei_waiver" VARCHAR,
"chronicdisease_bei_waiver" VARCHAR,
"diabeticshoe_waiver" VARCHAR,
"hit_waiver" VARCHAR,
"mnt_waiver" VARCHAR
);Anyone who has the link will be able to view this.