Sex-specific causes of death for ICD 10
A data frame with 3 columns and 880 rows:
Variable | Description |
code | ICD 10 Cause of Death code |
title | Cause of death title |
sex | Sex - 1 for male; 2 for female |
Source
https://icd.who.int/browse10/Content/statichtml/ICD10Volume2_en_2019.pdf
Examples
icd10_cod_by_sex
#> # A tibble: 880 × 3
#> code title sex
#> <chr> <chr> <dbl>
#> 1 B26.0 NA 1
#> 2 C60.0 NA 1
#> 3 C60.1 NA 1
#> 4 C60.2 NA 1
#> 5 C60.8 NA 1
#> 6 C60.9 NA 1
#> 7 C61 NA 1
#> 8 C62.0 NA 1
#> 9 C62.1 NA 1
#> 10 C62.9 NA 1
#> # ℹ 870 more rows