Managed Care Performance Monitoring Dashboard Report
State of California
@usgov.ca_gov_managed_care_performance_monitoring_dashboard_r_dba075c0
State of California
@usgov.ca_gov_managed_care_performance_monitoring_dashboard_r_dba075c0
This report contains data regarding enrollment demographics, utilization of services, grievances, state fair hearings, provider ratios, encounter completeness, Healthcare Effectiveness Data and Information Set (HEDIS) rates, and medical audit findings.
Organization: State of California
Last updated: 2024-05-14T20:50:56.506617
Tags: california-department-of-health-care-services, demographics, dhcs, encounter, enrollment, grievances, hedis, provider-ratio, state-fair-hearing, utilization
CREATE TABLE encounter_completeness (
"cap_flag" VARCHAR,
"all" VARCHAR,
"unnamed_2" VARCHAR -- Unnamed: 2,
"unnamed_3" VARCHAR -- Unnamed: 3,
"unnamed_4" VARCHAR -- Unnamed: 4
);CREATE TABLE ethnicity (
"month" BIGINT,
"measure_category" VARCHAR,
"measure_type" VARCHAR,
"ethnicity_grouping" VARCHAR,
"count" BIGINT
);CREATE TABLE grievance_demographics (
"quarter" VARCHAR,
"measure_category" VARCHAR,
"measure_type" VARCHAR,
"grievances_per_1_000_member_months" DOUBLE
);CREATE TABLE grievance_type (
"quarter" VARCHAR,
"grievance_type_roll_up" VARCHAR,
"grievance_type" VARCHAR,
"grievances_paces" BIGINT -- Grievances (PACES)
);CREATE TABLE hedis (
"hedis_reporting_year" BIGINT,
"reporting_unit" VARCHAR,
"aqfs" VARCHAR
);CREATE TABLE population (
"month" BIGINT,
"measure_category" VARCHAR,
"measure_type" VARCHAR,
"population_type" VARCHAR,
"count" BIGINT
);CREATE TABLE provider_ratios (
"plan_parent_reporting_name" VARCHAR,
"month" BIGINT,
"pcps_per_2_000_members" BIGINT,
"physicians_per_1_200_members" BIGINT
);CREATE TABLE table_4 (
"month" BIGINT,
"measure_category" VARCHAR,
"measure_type" VARCHAR,
"sex" VARCHAR,
"count" BIGINT
);CREATE TABLE table_5 (
"month" BIGINT,
"measure_category" VARCHAR,
"measure_type" VARCHAR,
"age_group" VARCHAR,
"count" BIGINT
);Anyone who has the link will be able to view this.