Baselight

COVID-19, Deaths By Vaccination Status

@owid.deaths_vax_status

Loading...
Loading...

About this Dataset

COVID-19, Deaths By Vaccination Status

Incidence of deaths according to vaccination status, age group, and epidemiological week.

Vaccination status is classified as "Fully vaccinated" for those people who have received two doses and more than 14 days have passed since their second dose, or have received a vaccine from a vaccination protocol that includes only a single dose and more than 28 days have elapsed since inoculation. This variable takes the value "Unvaccinated or not fully vaccinated" if people do not have a complete vaccination schedule.

The mortality rate corresponds to the incidence rate of deaths per 100,000 inhabitants for the age group, corresponding vaccination status and corresponding epidemiological week.

The mortality rate for the "All ages" group is age-standardized by Our World in Data, using single-year age estimates from the 2022 revision of the United Nations World Population Prospects for Chile. Rates for specific age groups are calculated as crude incidence rates.

Tables

COVID-19, Incidencia De Casos Según Estado De Vacunación, Grupo De Edad, Y Semana Epidemiológica (Chile)

@owid.deaths_vax_status.owid_chile
  • 15.3 KB
  • 836 rows
  • 6 columns
Loading...

CREATE TABLE owid_chile (
  "country" VARCHAR,
  "date" VARCHAR,
  "chile_0_1_dose" FLOAT,
  "chile_2_doses" FLOAT,
  "chile_3_doses" FLOAT,
  "chile_4_doses" FLOAT
);

COVID-19, Deaths By Vaccination Status (England)

@owid.deaths_vax_status.owid_england
  • 4.55 KB
  • 70 rows
  • 4 columns
Loading...

CREATE TABLE owid_england (
  "country" VARCHAR,
  "date" VARCHAR,
  "england_unvaccinated" FLOAT,
  "england_fully_vaccinated" FLOAT
);

COVID-19, Switzerland And Liechtenstein

@owid.deaths_vax_status.owid_switzerland
  • 9.91 KB
  • 830 rows
  • 5 columns
Loading...

CREATE TABLE owid_switzerland (
  "country" VARCHAR,
  "date" VARCHAR,
  "swi_unvaccinated" FLOAT,
  "swi_vaccinated_no_booster" FLOAT,
  "swi_vaccinated_with_booster" FLOAT
);

Rates Of COVID-19 Cases Or Deaths By Age Group And Updated (Bivalent) Booster Status

@owid.deaths_vax_status.owid_us
  • 11.85 KB
  • 650 rows
  • 5 columns
Loading...

CREATE TABLE owid_us (
  "country" VARCHAR,
  "date" VARCHAR,
  "us_unvaccinated" FLOAT,
  "us_vaccinated_no_biv_booster" FLOAT,
  "us_vaccinated_with_biv_booster" FLOAT
);

Share link

Anyone who has the link will be able to view this.