Baselight

International Completeness Of Death Registration 2015-2019 (Karlinsky, 2023)

@owid.deaths_karlinsky

Loading...
Loading...

About this Dataset

International Completeness Of Death Registration 2015-2019 (Karlinsky, 2023)

Death registration completeness, the share of deaths captured by countries’ vital registration systems, vary substantially across countries. Estimates of completeness, even recent ones, are outdated or contradictory for many countries. The authors of this paper present the International Completeness of Death Registration (ICDR) dataset. ICDR contains the annual amount of deaths registered in 181 countries’ vital registration systems from 2015 to 2019. These counts allow derivation of the most up-to-date and consistent estimates of death registration completeness.

The work and sources are documented in detail on GitHub: https://github.com/akarlinsky/death_registration.

You can read a detailed description of the ICDR in the medRxiv preprint "Karlinsky, A. (2021). International Completeness of Death Registration 2015–2019.": https://www.medrxiv.org/content/10.1101/2021.08.12.21261978v1.

Ariel Karlinsky is also a co-producer of the World Mortality Dataset (WMD), which currently collects data on all-cause mortality from 2015–2022 for 117 countries and territories. The WMD is one of the primary data sources on excess mortality during the COVID-19 pandemic. You can find the WMD on GitHub here: https://github.com/akarlinsky/world_mortality.

Tables

Deaths Karlinsky 1

@owid.deaths_karlinsky.owid_deaths_karlinsky_1
  • 31.43 KB
  • 807 rows
  • 8 columns
Loading...

CREATE TABLE owid_deaths_karlinsky_1 (
  "country" VARCHAR,
  "year" INTEGER,
  "reg_deaths" FLOAT,
  "expected_gbd" FLOAT,
  "expected_wpp" UINTEGER,
  "expected_ghe" FLOAT,
  "expected_deaths" FLOAT,
  "death_comp" FLOAT
);

International Completeness Of Death Registration 2015-2019

@owid.deaths_karlinsky.owid_deaths_karlinsky_2
  • 37.22 KB
  • 859 rows
  • 9 columns
Loading...

CREATE TABLE owid_deaths_karlinsky_2 (
  "country" VARCHAR,
  "year" INTEGER,
  "reg_deaths" FLOAT,
  "expected_gbd" UINTEGER,
  "expected_wpp" UINTEGER,
  "expected_ghe" UINTEGER,
  "expected_deaths" UINTEGER,
  "death_comp" FLOAT,
  "expected_confidence_score" FLOAT
);

Share link

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