AH Provisional COVID-19 Deaths By Hospital Referral Region
U.S. Department of Health & Human Services
@usgov.hhs_gov_ah_provisional_covid_19_deaths_by_hospital_ref_08aa896f
U.S. Department of Health & Human Services
@usgov.hhs_gov_ah_provisional_covid_19_deaths_by_hospital_ref_08aa896f
CREATE TABLE table_1 (
"data_as_of" TIMESTAMP,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"mmwr_year" BIGINT,
"mmwr_week" BIGINT,
"week_ending_date" TIMESTAMP,
"hrr_name" VARCHAR,
"hrr_number" BIGINT,
"state" VARCHAR,
"total_deaths" DOUBLE,
"covid_19_deaths" DOUBLE,
"total_deaths_over_65_years" DOUBLE,
"covid_19_deaths_over_65_years" DOUBLE,
"total_deaths_65_to_74_years" DOUBLE,
"covid_19_deaths_65_to_74_years" DOUBLE,
"total_deaths_75_to_84_years" DOUBLE,
"covid_19_deaths_75_to_84_years" DOUBLE,
"total_deaths_over_85_years" DOUBLE,
"covid_19_deaths_over_85_years" DOUBLE,
"footnote" VARCHAR,
"accuracy_index" DOUBLE
);
Anyone who has the link will be able to view this.