Opt Out Affidavits
U.S. Department of Health & Human Services
@usgov.hhs_gov_opt_out_affidavits_81c05
U.S. Department of Health & Human Services
@usgov.hhs_gov_opt_out_affidavits_81c05
CREATE TABLE opt_out_affidavits_2025_05_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
);
CREATE TABLE opt_out_affidavits_2025_06_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.