COVID-19 Hospital Data (ARCHIVED)
State of California
@usgov.ca_gov_covid_19_hospital_data_21ccf
State of California
@usgov.ca_gov_covid_19_hospital_data_21ccf
Data is from the California COVID-19 State Dashboard at https://covid19.ca.gov/state-dashboard/
Note: Hospitalization counts include all patients diagnosed with COVID-19 during their stay. This does not necessarily mean they were hospitalized because of COVID-19 complications or that they experienced COVID-19 symptoms.
Note: Cumulative totals are not available due to the fact that hospitals report the total number of patients each day (as opposed to new patients).
Organization: State of California
Last updated: 2024-03-30T03:06:34.516006
Tags: california-department-of-public-health, covid, covid-19, covid19, hospitalizations
CREATE TABLE statewide_covid_19_hospital_county_data (
"county" VARCHAR,
"todays_date" TIMESTAMP,
"hospitalized_covid_confirmed_patients" DOUBLE,
"hospitalized_suspected_covid_patients" DOUBLE,
"hospitalized_covid_patients" DOUBLE,
"all_hospital_beds" DOUBLE,
"icu_covid_confirmed_patients" DOUBLE,
"icu_suspected_covid_patients" DOUBLE,
"icu_available_beds" DOUBLE
);Anyone who has the link will be able to view this.