Child-specific cause-of-death for ICD 10
Format
A data frame with 2 columns and 122 rows:
Variable | Description |
code | ICD 10 Cause of Death code |
title | Cause of death title |
Examples
icd10_cod_child
#> # A tibble: 122 × 2
#> code title
#> <chr> <chr>
#> 1 A48.51 Infant botulism
#> 2 B08.20 Exanthema subitum sixth disease, unspecified
#> 3 B08.21 Exanthema subitum sixth disease due to human herpesvirus 6
#> 4 B08.22 Exanthema subitum sixth disease due to human herpesvirus 7
#> 5 C93.30 Juvenile myelomonocytic leukemia, not having achieved remission
#> 6 C93.31 Juvenile myelomonocytic leukemia, in remission
#> 7 C93.32 Juvenile myelomonocytic leukemia, in relapse
#> 8 E30.1 Precocious puberty
#> 9 E30.8 Other disorders of puberty
#> 10 F64.2 Gender identity disorder of childhood
#> # ℹ 112 more rows