covid19sf_hospital: San Francisco COVID-19 Hospital Capacity

Description Usage Format Details Source Examples

Description

Data on daily hospital bed use and available capacity at San Francisco acute care hospitals from April 2020 onward. Long Term Care facilities (like Laguna Honda and Kentfield) are not included in this data as acute care patients cannot be admitted to these facilities. More information about the data available here

Usage

1

Format

An object class data.frame with 5 variables

hospital

The hospital name, currently a single categorical variable, c("All SF Acute Hospitals")

date

Date which the data was recorded in YYYY-MM-DD format

bed_type

The bed type, c("Intensive Care Surge", "Acute Care", "Acute Care Surge", "Intensive Care")

status

The bed category status, c("Available", "COVID-19 (Confirmed & Suspected)", "Other Patients")

count

The bed count

Details

The dataset contains a summary of San Francisco hospital bed status

Source

San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.

Examples

1
2
3

Example output

                hospital       date             bed_type
1 All SF Acute Hospitals 2020-07-22 Intensive Care Surge
2 All SF Acute Hospitals 2020-07-22           Acute Care
3 All SF Acute Hospitals 2020-07-22     Acute Care Surge
4 All SF Acute Hospitals 2020-07-22       Intensive Care
5 All SF Acute Hospitals 2020-07-22       Intensive Care
6 All SF Acute Hospitals 2020-07-22       Intensive Care
                            status count
1                        Available   309
2                        Available   326
3                        Available   406
4                        Available    79
5 COVID-19 (Confirmed & Suspected)    33
6                   Other Patients   174

covid19sf documentation built on Dec. 19, 2021, 9:07 a.m.