Death Profiles By ZIP Code
State of California
@usgov.ca_gov_death_profiles_by_zip_code_44504
State of California
@usgov.ca_gov_death_profiles_by_zip_code_44504
This dataset contains counts of deaths for California residents by ZIP Code based on information entered on death certificates. Final counts are derived from static data and include out-of-state deaths of California residents. The data tables include deaths of residents of California by ZIP Code of residence (by residence). The data are reported as totals, as well as stratified by age and gender. Deaths due to all causes (ALL) and selected underlying cause of death categories are provided. See temporal coverage for more information on which combinations are available for which years.
The cause of death categories are based solely on the underlying cause of death as coded by the International Classification of Diseases. The underlying cause of death is defined by the World Health Organization (WHO) as "the disease or injury which initiated the train of events leading directly to death, or the circumstances of the accident or violence which produced the fatal injury." It is a single value assigned to each death based on the details as entered on the death certificate. When more than one cause is listed, the order in which they are listed can affect which cause is coded as the underlying cause. This means that similar events could be coded with different underlying causes of death depending on variations in how they were entered. Consequently, while underlying cause of death provides a convenient comparison between cause of death categories, it may not capture the full impact of each cause of death as it does not always take into account all conditions contributing to the death.
Organization: State of California
Last updated: 2025-09-23T12:51:43.248897
Tags: california-department-of-public-health, cause-of-death, cdph, center-for-health-statistics-and-informatics, chsi, death, female, gender, male, mortality, public-health, sex, vital-statistics, zip, zip-code
CREATE TABLE data_dictionary_1989_1998_final_deaths_by_year_by_zip_code (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_1999_2008_final_deaths_by_year_by_zip_code (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_2009_2018_final_deaths_by_year_by_zip_code (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_2019_2023_final_deaths_by_year_by_zip_code (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_deaths_by_zip_code (
"field_title" VARCHAR,
"field_name" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);CREATE TABLE n_1989_1998_final_deaths_by_year_by_zip_code (
"year" BIGINT,
"zip_code" BIGINT,
"geography_type" VARCHAR,
"strata" VARCHAR,
"strata_name" VARCHAR,
"cause" VARCHAR,
"cause_desc" VARCHAR,
"icd_revision" VARCHAR,
"count" DOUBLE,
"annotation_code" DOUBLE,
"annotation_desc" VARCHAR,
"data_revision_date" TIMESTAMP
);CREATE TABLE n_1999_2008_final_deaths_by_year_by_zip_code (
"year" BIGINT,
"zip_code" BIGINT,
"geography_type" VARCHAR,
"strata" VARCHAR,
"strata_name" VARCHAR,
"cause" VARCHAR,
"cause_desc" VARCHAR,
"icd_revision" VARCHAR,
"count" DOUBLE,
"annotation_code" DOUBLE,
"annotation_desc" VARCHAR,
"data_revision_date" TIMESTAMP
);CREATE TABLE n_2009_2018_final_deaths_by_year_by_zip_code (
"year" BIGINT,
"zip_code" BIGINT,
"geography_type" VARCHAR,
"strata" VARCHAR,
"strata_name" VARCHAR,
"cause" VARCHAR,
"cause_desc" VARCHAR,
"icd_revision" VARCHAR,
"count" DOUBLE,
"annotation_code" DOUBLE,
"annotation_desc" VARCHAR,
"data_revision_date" TIMESTAMP
);CREATE TABLE n_2019_2023_final_deaths_by_year_by_zip_code (
"year" BIGINT,
"zip_code" BIGINT,
"geography_type" VARCHAR,
"strata" VARCHAR,
"strata_name" VARCHAR,
"cause" VARCHAR,
"cause_desc" VARCHAR,
"icd_revision" VARCHAR,
"count" DOUBLE,
"annotation_code" DOUBLE,
"annotation_desc" VARCHAR,
"data_revision_date" TIMESTAMP
);Anyone who has the link will be able to view this.