Annual Beneficiary Grievance And Appeal Report (ABGAR)
State of California
@usgov.ca_gov_annual_beneficiary_grievance_and_appeal_report__449e8be8
State of California
@usgov.ca_gov_annual_beneficiary_grievance_and_appeal_report__449e8be8
CREATE TABLE appeal_type_county_and_statewide (
"report_year" VARCHAR,
"geography" VARCHAR,
"notice_of_adverse_benefit_determination_category" VARCHAR,
"appeal_count" BIGINT,
"unresolved_as_of_june_30" BIGINT,
"decision_upheld" BIGINT,
"decision_overturned" BIGINT
);
CREATE TABLE expedited_appeal_type_county_and_statewide (
"report_year" VARCHAR,
"geography" VARCHAR,
"notice_of_adverse_benefit_determination_category" VARCHAR,
"expedited_appeal_count" BIGINT,
"unresolved_as_of_june_30" BIGINT,
"decision_upheld" BIGINT,
"decision_overturned" DOUBLE
);
CREATE TABLE grievance_type_county_and_statewide (
"report_year" VARCHAR,
"geography" VARCHAR,
"grievance_category" VARCHAR,
"grievance_type" VARCHAR,
"grievance_count" BIGINT,
"exempt_grievance_count" BIGINT,
"unresolved_as_of_june_30" BIGINT,
"resolved" BIGINT,
"referred" BIGINT,
"unnamed_9" VARCHAR,
"unnamed_10" VARCHAR,
"unnamed_11" VARCHAR,
"unnamed_12" VARCHAR,
"unnamed_13" VARCHAR
);
CREATE TABLE notice_of_adverse_benefit_determination_noabd_type_cou_bef5e806 (
"report_year" VARCHAR,
"geography" VARCHAR,
"notice_of_adverse_benefit_determination_noabd_category" VARCHAR,
"notice_of_adverse_benefit_determination_noabd_issued" BIGINT
);
Anyone who has the link will be able to view this.