Vancomycin-Resistant Enterococci (VRE) Bloodstream Infections In California Hospitals
State of California
@usgov.ca_gov_vancomycin_resistant_enterococci_vre_bloodstrea_15d04601
State of California
@usgov.ca_gov_vancomycin_resistant_enterococci_vre_bloodstrea_15d04601
California Health and Safety Code section 1288.55(a)(1) requires general acute care hospitals to report all cases of vancomycin-resistant enterococci (VRE) bloodstream infections (BSI) to the California Department of Public Health (CDPH). Hospitals report VRE data to CDPH via the Centers for Disease Control and Prevention (CDC) National Healthcare Safety Network (NHSN) following NHSN protocols and definitions.
CDPH downloads California hospital VRE BSI data from NHSN and analyzes the data to describe prevention progress in an annual public report of healthcare-associated infections. CDPH publishes annual VRE BSI data in datasets that include the number of VRE BSI reported by each California hospital in the specified reporting year and the hospital-onset VRE BSI rate. The VRE BSI rate is calculated by dividing the number of cases by the total number of patient days; the rate is then reported per 10,000 patient days. VRE BSI rates are not risk adjusted because there are no such methods available at this time. Aggregate mean rates used for comparisons are stratified by hospital type (and for community hospitals, by bed size). The unadjusted VRE BSI rates herein are affected by the clinical services provided, infection control practices, and surveillance methods.
Detailed information about the variables included in each dataset are described in the accompanying data dictionaries for the year of interest.
For general information about NHSN, surveillance definitions, and reporting requirements for VRE, please visit: https://www.cdc.gov/nhsn/index.html
To link the CDPH facility IDs with those from other Departments, including OSHPD, please reference the "Licensed Facility Cross-Walk" Open Data table at: https://data.chhs.ca.gov/dataset/licensed-facility-crosswalk.
For information about healthcare-associated infection prevention progress in California hospitals and statewide prevention goals, please visit: https://www.cdph.ca.gov/Programs/CHCQ/HAI/Pages/HAIreport.aspx
Organization: State of California
Last updated: 2025-09-23T12:40:14.270169
Tags: antibiotic-resistance, antimicrobial-resistance, bacterial-infections, california-department-of-public-health, community-hospitals, cross-infection, delivery-of-health-care, enterococcus, epidemiology, hai, healthcare, healthcare-facilities, hospital-acquired-infection, hospital-infections, hospitals, infection-control, long-term-care, microbial-antibiotic-resistance, microbial-drug-resistance, multi-drug-resistance, multidrug-resistance, multiple-drug-resistance, nosocomial-infections, pediatric-hospital, rehabilitation-center, rehabilitation-facility, surveillance, vancomycin
CREATE TABLE data_dictionary_vre_bsi_in_hospitals_2021 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_bsi_in_hospitals_2022 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_bsi_in_hospitals_2023 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_in_california_hospitals_2013 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_in_california_hospitals_2014 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_in_california_hospitals_2015 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_in_california_hospitals_2016 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_vre_in_california_hospitals_2019 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE n__dictionary_vre_in_hospitals_january_to_june_2020_up_a8792a74 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE n__dictionary_vre_in_hospitals_july_through_december_2_0ed963b5 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE vre_bsi_in_hospitals_2021 (
"year" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"rate_2015" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_bsi_in_hospitals_2022 (
"year" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"rate_2015" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_bsi_in_hospitals_2023 (
"year" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"rate_2015" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_bsi_in_hospitals_2024 (
"year" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2013 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"hospital_type" VARCHAR,
"facility_name1" VARCHAR,
"facility_name2" VARCHAR,
"facility_name3" VARCHAR,
"facid1" BIGINT,
"facid2" VARCHAR,
"facid3" VARCHAR,
"county" VARCHAR,
"cases" DOUBLE,
"patient_days" DOUBLE,
"incidence_rate" DOUBLE,
"n_95_confidence_interval_lower_limit" DOUBLE -- 95% Confidence Interval Lower Limit,
"n_95_confidence_interval_upper_limit" DOUBLE -- 95% Confidence Interval Upper Limit,
"compared_to_pooled_mean_rate" VARCHAR,
"case_mix_index" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2014 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"hospital_type" VARCHAR,
"facility_id1" BIGINT,
"facility_name1" VARCHAR,
"county" VARCHAR,
"cases" DOUBLE,
"patient_days" DOUBLE,
"incidence_rate" DOUBLE,
"ci_95_lower_limit" DOUBLE,
"ci_95_upper_limit" DOUBLE,
"compared_to_pooled_mean_rate" VARCHAR,
"case_mix_index" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2015 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"hospital_type" VARCHAR,
"facility_id1" DOUBLE,
"facility_name1" VARCHAR,
"county" VARCHAR,
"case_mix_index" DOUBLE,
"hospital_onset_cases" BIGINT,
"patient_days" BIGINT,
"hospital_onset_rate" DOUBLE,
"ci_95_lower_limit" DOUBLE,
"ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2016 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"county" VARCHAR,
"facility_category" VARCHAR,
"facility_type" VARCHAR,
"case_mix_index" DOUBLE,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" VARCHAR,
"rate_ci_95_lower_limit" VARCHAR,
"rate_ci_95_upper_limit" VARCHAR,
"comparison" VARCHAR,
"rate_2015" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2017 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"county" VARCHAR,
"hospital_category" VARCHAR,
"hospital_type" VARCHAR,
"infections_reported" VARCHAR,
"patient_days" VARCHAR,
"rate" VARCHAR,
"rate_ci_95_lower_limit" VARCHAR,
"rate_ci_95_upper_limit" VARCHAR,
"comparison" VARCHAR,
"months" DOUBLE,
"rate_2016" VARCHAR,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2018 (
"year" BIGINT,
"state" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"county" VARCHAR,
"hospital_type" VARCHAR,
"infections_reported" VARCHAR,
"patient_days" VARCHAR,
"rate" VARCHAR,
"rate_ci_95_lower_limit" VARCHAR,
"rate_ci_95_upper_limit" VARCHAR,
"comparison" VARCHAR,
"months" VARCHAR,
"rate_2015" VARCHAR,
"notes" VARCHAR
);CREATE TABLE vre_in_california_hospitals_2019 (
"year" BIGINT,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" DOUBLE,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"notes" VARCHAR
);CREATE TABLE vre_in_hospitals_january_to_june_2020_updated_annually (
"year" VARCHAR,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" BIGINT,
"patient_days" BIGINT
);CREATE TABLE vre_in_hospitals_july_through_december_2020_updated_annually (
"year" VARCHAR,
"state" VARCHAR,
"county" VARCHAR,
"hai" VARCHAR,
"facility_id" DOUBLE,
"facility_name" VARCHAR,
"facility_type" VARCHAR,
"infections_reported" BIGINT,
"patient_days" DOUBLE,
"rate" DOUBLE,
"rate_ci_95_lower_limit" DOUBLE,
"rate_ci_95_upper_limit" DOUBLE,
"comparison" VARCHAR,
"months" DOUBLE,
"notes" VARCHAR
);Anyone who has the link will be able to view this.