Medi-Cal Certified Eligibles Data By Month With Demographics
State of California
@usgov.ca_gov_medi_cal_certified_eligibles_tables_by_county_f_6380223d
State of California
@usgov.ca_gov_medi_cal_certified_eligibles_tables_by_county_f_6380223d
CREATE TABLE by_age_group_and_sex_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"age_group" VARCHAR,
"gender" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE by_aid_category_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"aid_category" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" TIMESTAMP
);
CREATE TABLE by_delivery_system_and_plan_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"health_delivery_system" VARCHAR,
"health_plan" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE by_medicare_dual_status_and_age_group_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"dual_status" VARCHAR,
"age_group" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE by_medicare_dual_status_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"dual_status" VARCHAR,
"total_eligibles" BIGINT,
"annotation_code" VARCHAR,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE by_primary_language_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"language" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE by_race_ethnicity_and_age_group_certified_eligibles (
"month_of_eligibility" TIMESTAMP,
"county" VARCHAR,
"age_group" VARCHAR,
"ethnicity" VARCHAR,
"total_eligibles" DOUBLE,
"annotation_code" DOUBLE,
"annotation_description" VARCHAR,
"status" VARCHAR,
"date_of_data" VARCHAR
);
CREATE TABLE data_dictionary_by_aid_category_certified_eligibles (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_by_medicare_dual_status_certified_eligibles (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_by_delivery_system_and_plan_certified_eligibles (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_by_medicare_dual_status_and_age_group_ce_5315e868 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_by_race_ethnicity_and_age_group_certifie_5571666e (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__reference_medi_cal_aid_codes_and_aid_code_groups (
"aid_code" VARCHAR,
"aid_code_category_desc" VARCHAR
);
Anyone who has the link will be able to view this.