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
The Annual Beneficiary Grievance and Appeal Report Statewide Summary includes aggregate and county-specific totals of Specialty Mental Health Services (SMHS) Medi-Cal beneficiary grievances, appeals, expedited appeals by category, and Notices of Adverse Benefit Determinations (NOABD) issued by County Mental Health Plans (MHP). The report was compiled from data reported by each MHP that are used to compile the statewide summary.
Organization: State of California
Last updated: 2023-08-12T12:19:29.253596
Tags: abgar, california-department-of-health-care-services, dhcs, mph, smhs
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: 9,
"unnamed_10" VARCHAR -- Unnamed: 10,
"unnamed_11" VARCHAR -- Unnamed: 11,
"unnamed_12" VARCHAR -- Unnamed: 12,
"unnamed_13" VARCHAR -- Unnamed: 13
);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) Category,
"notice_of_adverse_benefit_determination_noabd_issued" BIGINT -- Notice Of Adverse Benefit Determination (NOABD) Issued
);Anyone who has the link will be able to view this.