COVID-19, Hospitalisations
@owid.hospital
@owid.hospital
Our hospital & ICU data is collected from official sources and collated by Our World in Data.
On 13 August 2024, we stopped adding new datapoints to our COVID-19 hospitalisation dataset.
The data produced by third parties and made available by Our World in Data is subject to the license terms from the original third-party authors. We will always indicate the original source of the data in our database, and you should always check the license of any such third-party data before use.
CREATE TABLE owid_hospital (
"country" VARCHAR,
"country_code" VARCHAR,
"date" TIMESTAMP,
"daily_occupancy_icu" INTEGER,
"daily_occupancy_icu_per_1m" FLOAT,
"daily_occupancy_hosp" UINTEGER,
"daily_occupancy_hosp_per_1m" FLOAT,
"weekly_admissions_icu" INTEGER,
"weekly_admissions_icu_per_1m" FLOAT,
"weekly_admissions_hosp" UINTEGER,
"weekly_admissions_hosp_per_1m" FLOAT
);Anyone who has the link will be able to view this.