ARCHIVED: COVID-19 Hospitalizations Over Time
City of San Francisco
@usgov.city_of_san_francisco_covid_19_hospitalizations
City of San Francisco
@usgov.city_of_san_francisco_covid_19_hospitalizations
**As of 9/12/2024, we will begin reporting on hospitalization data again using a new San Francisco specific dataset. Updated data can be accessed here. ** On 5/1/2024, hospitalization data reporting will change from mandatory to optional for all hospitals nationwide. We will be pausing the refresh of the underlying data beginning 5/2/2024. A. SUMMARY Count of COVID+ patients admitted to the hospital. Patients who are hospitalized and test positive for COVID-19 may be admitted to an acute care bed (a regular hospital bed), or an intensive care unit (ICU) bed. This data shows the daily total count of COVID+ patients in these two bed types, and the data reflects totals from all San Francisco Hospitals. B. HOW THE DATASET IS CREATED Hospital information is based on admission data reported to the National Healthcare Safety Network (NHSN) and provided by the California Department of Public Health (CDPH). C. UPDATE PROCESS Updates automatically every week. D. HOW TO USE THIS DATASET Each record represents how many people were hospitalized on the date recorded in either an ICU bed or acute care bed (shown as Med/Surg under DPHCategory field). The dataset shown here includes all San Francisco hospitals and updates weekly with data for the past Sunday-Saturday as information is collected and verified. Data may change as more current information becomes available. E. CHANGE LOG
CREATE TABLE table_1 (
"reportdate" TIMESTAMP,
"hospital" VARCHAR,
"dphcategory" VARCHAR,
"covidstatus" VARCHAR,
"patientcount" BIGINT,
"hospitalreportingpct" DOUBLE,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.