COVID-19 in Alberta: Total Hospitalizations, ICU admissions and deaths by age group
Total Hospitalizations, ICU admissions and deaths (ever) among COVID-19 cases in Alberta by age group, from Table 7 at https://www.alberta.ca/stats/covid-19-alberta-statistics.htm#severe-outcomes.
Based on total hospitalizations and ICU admissions ever.
Row percent is out of the number of cases in each age group.
Each ICU admission is also included in the total number of hospitalization
Case rate (per 100 cases)
Population rate (per 100,000 population)
This dataset was last updated 2023-08-29 15:15 with data as of end of day 2023-07-24.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"edmonton-ca/covid19-in-alberta-total-hospitalizations-icu-ec45-6idm\".\"covid19_in_alberta_total_hospitalizations_icu\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.