CalHHS Data De-Identification Guidelines Reference Dataset
State of California
@usgov.ca_gov_calhhs_de_identification_guidelines_reference
State of California
@usgov.ca_gov_calhhs_de_identification_guidelines_reference
These datasets are part of the California Health and Human Services Agency (CalHHS) Data De-Identification Guidelines (DDG) in the "State and County Population Projections" Appendix. The DDG assists CalHHS departments in evaluating data for public release while ensuring the privacy of individuals represented in the data. California population estimates serve as a foundation for the population-based scoring assessments outlined in the DDG.
Organization: State of California
Last updated: 2025-10-23T12:50:27.764178
Tags: agency, california-health-and-human-services-agency, chhs, ddg, de-identification, hipaa, phi
CREATE TABLE data_dictionary_detailed_ethnicity_by_county_2020_us_census (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_ethnicity_and_race_by_county_2020_us_census (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_population_by_county_2020_us_census (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE detailed_ethnicity_by_county_2020_us_census (
"geography_type" VARCHAR,
"geography" VARCHAR,
"ethnicity_region" VARCHAR,
"ethnicity" VARCHAR,
"population" BIGINT
);CREATE TABLE detailed_race_by_county_2020_us_census (
"geography_type" VARCHAR,
"geography" VARCHAR,
"omb_race" VARCHAR,
"race_region" VARCHAR,
"race" VARCHAR,
"population_alone" DOUBLE,
"population_alone_or_in_any_combination" DOUBLE,
"annotation_code" DOUBLE
);CREATE TABLE ethnicity_and_race_by_county_2020_us_census (
"geography_type" VARCHAR,
"geography" VARCHAR,
"ethnicity" VARCHAR,
"race" VARCHAR,
"population" BIGINT
);CREATE TABLE population_by_county_2020_us_census (
"geography_type" VARCHAR,
"geography" VARCHAR,
"population" BIGINT
);Anyone who has the link will be able to view this.