Skip to contents

Unlikely causes of death for ICD 10

Usage

icd10_unlikely_cod

Format

A data frame with 2 columns and 424 rows:

VariableDescription
codeICD 10 Cause of Death code
titleCause of death title

Source

https://icd.who.int/browse10/Content/statichtml/ICD10Volume2_en_2019.pdf

Examples

icd10_unlikely_cod
#> # A tibble: 424 × 2
#>    code        title                                                  
#>    <chr>       <chr>                                                  
#>  1 A31.1       Cutaneous mycobacterial infection                      
#>  2 A42.8       Other forms of cutaneous actinomycosis                 
#>  3 A53.0       Latent syphilis,unspecified as early or late           
#>  4 A60.0       Herpesviral infection of genitalia and urogenital tract
#>  5 A63.0       Anogenital (venereal) warts                            
#>  6 A71.0-A71.9 Trachoma                                               
#>  7 A74.0       Chlamydial conjunctivitis                              
#>  8 B00.2       Herpesviral gingivostomatitis                          
#>  9 B00.5       Herpesviral ocular disease                             
#> 10 B00.8       Herpesviral whitlow                                    
#> # ℹ 414 more rows