COVID-19 Estimated Patient Impact And Hospital Capacity By State
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_estimated_patient_impact_and_hospital_4324688f
U.S. Department of Health & Human Services
@usgov.hhs_gov_covid_19_estimated_patient_impact_and_hospital_4324688f
CREATE TABLE table_1 (
"state" VARCHAR,
"collection_date" TIMESTAMP,
"inpatient_beds_occupied_estimated_all_inpatient" BIGINT,
"count_ll_all_inpatient" BIGINT,
"count_ul_all_inpatient" BIGINT,
"percentage_of_inpatient_beds_occupied_estimated_all_inpatient" DOUBLE,
"percentage_ll_all_inpatient" DOUBLE,
"percentage_ul_all_inpatient" DOUBLE,
"total_inpatient_beds_all_inpatient" BIGINT,
"total_ll_all_inpatient" BIGINT,
"total_ul_all_inpatient" BIGINT,
"inpatient_beds_occupied_by_covid_19_patients_estimated_c37062c4" BIGINT,
"count_ll_covid_19_inpatient" BIGINT,
"count_ul_covid_19_inpatient" BIGINT,
"percentage_of_inpatient_beds_occupied_by_covid_19_pati_30737e71" DOUBLE,
"percentage_ll_covid_19_inpatient" DOUBLE,
"percentage_ul_covid_19_inpatient" DOUBLE,
"total_inpatient_beds_covid_19_inpatient" BIGINT,
"total_ll_covid_19_inpatient" BIGINT,
"total_ul_covid_19_inpatient" BIGINT,
"staffed_adult_icu_beds_occupied_estimated_icu" BIGINT,
"count_ll_icu" BIGINT,
"count_ul_icu" BIGINT,
"percentage_of_staffed_adult_icu_beds_occupied_estimated_icu" DOUBLE,
"percentage_ll_icu" DOUBLE,
"percentage_ul_icu" DOUBLE,
"total_staffed_adult_icu_beds_icu" BIGINT,
"total_ll_icu" BIGINT,
"total_ul_icu" BIGINT,
"geocoded_state" VARCHAR
);
Anyone who has the link will be able to view this.