Description Usage Format Details Source Examples
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
1 |
An object class data.frame with 5 variables
The hospital name, currently a single categorical variable, c("All SF Acute Hospitals")
Date which the data was recorded in YYYY-MM-DD format
The bed type, c("Intensive Care Surge", "Acute Care", "Acute Care Surge", "Intensive Care")
The bed category status, c("Available", "COVID-19 (Confirmed & Suspected)", "Other Patients")
The bed count
The dataset contains a summary of San Francisco hospital bed status
San Francisco, Department of Public Health - Population Health Division through San Francisco Opne Data protal website.
1 2 3 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.