Medi-Cal Birth Statistics, By Select Characteristics And California Resident Hospital Births
State of California
@usgov.ca_gov_medi_cal_birth_statistics_by_select_characteris_8a59bb32
State of California
@usgov.ca_gov_medi_cal_birth_statistics_by_select_characteris_8a59bb32
California Birth Report totals by Birth Characteristics to inform the public, stakeholders, and researchers.
The DHCS Medi-Cal Birth Statistics tables present the descriptive statistics for California resident births that occurred in a hospital setting, including data on maternal characteristics, delivery methods, and select birth outcomes such as low birthweight and preterm delivery. Tables also include key comorbidities and health behaviors known to influence birth outcomes, such as hypertension, diabetes, substance use, pre-pregnancy weight, and smoking during pregnancy.
DHCS additionally presents birth statistics for women participating in the Medi-Cal Fee-For-Service (FFS) and managed care delivery systems, as well as births financed by private insurance, births financed by other public funding sources, and births among uninsured mothers. Medi-Cal data reflect mothers that were deemed as Medi-Cal certified eligible.
Note: Data for maternal comorbidities including hypertension, diabetes, and substance use have been provisionally omitted among calendar years 2020-2022 for the time being.
Organization: State of California
Last updated: 2024-11-26T22:21:31.738742
Tags: aid-category, birth-characteristics, births, birthweight-range, birthweight-status, calendar-year, california-department-of-health-care-services, certified-eligible, delivery-system, dhcs, ethnicity, geographic-region, medi-cal, method-of-delivery, payer-type, race, resident-births, singleton-births
CREATE TABLE ca_resident_births_by_cy_payer_birthweight_range_and_s_6a33d49d (
"calendar_year" BIGINT,
"payer" VARCHAR,
"birthweight_range" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"number_of_births" BIGINT
);CREATE TABLE ca_resident_births_by_cy_payer_length_of_gestation_and_e95310e7 (
"calendar_year" BIGINT,
"payer" VARCHAR,
"length_of_gestation" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE ca_resident_births_by_cy_payer_maternal_race_ethnicity_ffc3cebb (
"calendar_year" BIGINT,
"payer" VARCHAR,
"maternal_race_ethnicity" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE ca_resident_births_by_cy_payer_method_of_delivery_and__481996e9 (
"calendar_year" BIGINT,
"payer" VARCHAR,
"method_of_delivery" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE ca_resident_births_by_cy_payer_very_low_birthweight_st_56574832 (
"calendar_year" BIGINT,
"payer" VARCHAR,
"very_low_birthweight_status" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE ca_resident_births_by_cy_payer_very_preterm_status_and_92f7f896 (
"calendar_year" BIGINT,
"payer" VARCHAR,
"very_preterm_status" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE ca_resident_singleton_births_by_cy_payer_delivery_syst_68352d1e (
"calendar_year" BIGINT,
"payer" VARCHAR,
"delivery_system" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"n__number_of_births" BIGINT -- Number Of Births
);CREATE TABLE medi_cal_births_by_cy_aid_category_and_select_birth_ch_4e52afcd (
"calendar_year" BIGINT,
"aid_category" VARCHAR,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"number_of_births" BIGINT
);CREATE TABLE medi_cal_births_by_cy_geographic_region_and_select_bir_91de39ac (
"calendar_year" BIGINT,
"grouper" VARCHAR,
"birth_characteristic" VARCHAR,
"geographic_region" VARCHAR,
"n__number_of_births" DOUBLE -- Number Of Births,
"n__annotation_code" DOUBLE -- Annotation Code,
"n__annotation_description" VARCHAR -- Annotation Description
);Anyone who has the link will be able to view this.