How full are hospital beds with COVID patients for a given state?
How full are hospital beds in terms of staffed adult beds on a given week? Enter the state's two digit postal code below and hit 'Run SQL'.
Note that this leaves out hospitals averaging less than 4 COVID inpatient beds weekly, which may be a large fraction of small hospitals. his query also ignores lines where this data is blank. Overall room rate is calculated as
room_fate = all_adult_hospital_inpatient_bed_occupied_7_day_avg /all_adult_hospital_inpatient_beds_7_day_avg
covid_room_rate = total_adult_patients_hospitalized_confirmed_and_suspected_covid_7_day_avg /all_adult_hospital_inpatient_beds_7_day_avg
This database can be queried directly using Structured Query Language (SQL) supported by SQLite. For more on that syntax, see here. Read more about datasette, the technology powering these interactive queries.
0 results