Opt Out Affidavits
U.S. Department of Health & Human Services
@usgov.hhs_gov_opt_out_affidavits_afeae
U.S. Department of Health & Human Services
@usgov.hhs_gov_opt_out_affidavits_afeae
The Opt Out Affidavits dataset provides information on providers who have decided not to participate in Medicare. It contains provider's NPI, specialty, address, and effective dates.
Organization: U.S. Department of Health & Human Services
Last updated: 2025-10-23T10:04:46.669232
Tags: medicare, medicare-advantage, original-medicare, provider-enrollment
CREATE TABLE opt_out_affidavits_2025_09_01 (
"first_name" VARCHAR,
"last_name" VARCHAR,
"npi" BIGINT,
"specialty" VARCHAR,
"optout_effective_date" TIMESTAMP,
"optout_end_date" TIMESTAMP,
"first_line_street_address" VARCHAR,
"second_line_street_address" VARCHAR,
"city_name" VARCHAR,
"state_code" VARCHAR,
"zip_code" BIGINT,
"eligible_to_order_and_refer" VARCHAR,
"last_updated" TIMESTAMP
);Anyone who has the link will be able to view this.