Processed data for the Hospitals Local Hospital Capacity table that shows capacity measures and counts of COVID-19 patients for hospitals at the local level.
hosp_react_tab
An object of class tbl_df
(inherits from tbl
, data.frame
) with 126 rows and 10 columns.
Data Dictionary entry
head(hosp_react_tab) #> # A tibble: 6 × 10 #> end_date hospital_name address city_zip county_name sev_day_icu_per… #> <date> <chr> <chr> <chr> <chr> <dbl> #> 1 2020-12-03 Indiana Spine Ho… 13219 N M… Carmel, … Hamilton NA #> 2 2021-10-14 Kindred Hospital… 5454 Hohm… Hammond,… Lake NA #> 3 2021-11-18 Good Samaritan H… 520 S 7th… Vincenne… Knox 0.545 #> 4 2021-11-18 Franciscan Healt… 1701 S Cr… Lafayett… Tippecanoe 0.938 #> 5 2021-11-18 Lutheran Hospita… 7910 W Je… Fort Way… Allen 0.962 #> 6 2021-11-18 Perry County Mem… 8885 Sr 2… Tell Cit… Perry 0 #> # … with 4 more variables: sev_day_hosp_perc_occup <dbl>, #> # avgCovIcuTenKList <list>, avgCovHospTenKList <list>, #> # avgTotImpBedsList <list>