covid19sf_hospital {covid19sf}R Documentation

San Francisco COVID-19 Hospital Capacity

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

covid19sf_hospital

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

data(covid19sf_hospital)

head(covid19sf_hospital)

[Package covid19sf version 0.1.2 Index]