Sex-specific causes of death for ICD 11
Format
A data frame with 3 columns and 547 rows:
Variable | Description |
code | ICD 11 Cause of Death code |
title | Cause of death title |
sex | Sex - 1 for male; 2 for female |
Source
https://icdcdn.who.int/icd11referenceguide/en/html/index.html#list-of-categories-limited-to-or-more-likely-to-occur-in-female-persons
Examples
icd11_cod_by_sex
#> # A tibble: 547 × 3
#> code title sex
#> <chr> <chr> <chr>
#> 1 2C80 Malignant neoplasms of testis 1
#> 2 2C80.2 Germ cell tumour of testis 1
#> 3 2C80.Y Other specified malignant neoplasms of testis 1
#> 4 2C80.Z Malignant neoplasms of testis, unspecified 1
#> 5 2C81 Malignant neoplasms of penis 1
#> 6 2C81.0 Squamous cell carcinoma of penis 1
#> 7 2C81.1 Melanoma of penis 1
#> 8 2C81.Y Other specified malignant neoplasm of penis 1
#> 9 2C81.Z Malignant neoplasms of penis, unspecified 1
#> 10 2C82 Malignant neoplasms of prostate 1
#> # ℹ 537 more rows