Notice Of Inaction (NOI) Report
State of California
@usgov.ca_gov_notice_of_inaction_noi_report_3616d
State of California
@usgov.ca_gov_notice_of_inaction_noi_report_3616d
This dataset includes monthly counts of Notice of Inaction (NOI) sent to Medi-Cal applicants whose pending application is reaching 45 days due to an improper delay by the county that is processing the application. A NOI is not issued when the application delay is due to the applicant failing to provide requested information to the county, which is considered a proper delay. The monthly counts include the total Medi-Cal and Covered California applications received and the total number/percentage of Medi-Cal applications pending 45 days, including both proper and improper application processing delays. Data Sources: California Healthcare Eligibility, Enrollment and Retention System (CalHEERS) and Statewide Automated Welfare Systems (SAWS).
Organization: State of California
Last updated: 2024-11-27T01:02:16.191961
Tags: applicant, application-processing, applications-pending-45-days, california-department-of-health-care-services, county-applications, county-inaction, covered-ca, covered-california, dhcs, improper-delay, inaction, medi-cal, medi-cal-inaction, noi, notice-of-inaction, total-medi-cal-applications, total-noi-sent
CREATE TABLE notice_of_inaction_noi_report (
"year" BIGINT,
"calendar_month" TIMESTAMP,
"total_medi_cal_covered_ca_applications_received" BIGINT -- Total Medi-Cal & Covered CA Applications Received,
"total_medi_cal_applications_pending_45_days" BIGINT,
"n__total_medi_cal_applications_pending_45_days" VARCHAR -- % Total Medi-Cal Applications Pending 45 Days,
"total_noi_sent" BIGINT
);Anyone who has the link will be able to view this.