Historical: COVID-19 in Alberta: Current Outbreak Locations
Note: Date last updated 2022-07-13, dataset is no longer provided.
From https://www.alberta.ca/covid-19-alberta-data.aspx; updated 2022-07-13 16:08 with data as of end of day 2022-07-11.
Locations of outbreaks in acute care and continuing care facilities are reported publicly when there are 2 or more cases, indicating that a transmission within the facility has occurred.
Outbreaks at other facilities or in the community are reported publicly when there are 5 or more cases. Outbreaks are declared over when 4 weeks have passed with no new cases, so not all outbreaks listed have current transmission happening.
As a precaution, outbreak control measures are put in place at continuing care facilities and group homes with a single confirmed case.
Outbreak information will be updated on Tuesdays and Fridays each week. Case numbers for outbreaks at specific sites are not provided online because they change rapidly and often.
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/historical-covid19-in-alberta-current-outbreak-2h73-35uw\".\"historical_covid19_in_alberta_current_outbreak\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.