Skip to contents

Neonate-specific cause-of-death for ICD 10

Usage

icd10_cod_neonate

Format

A data frame with 2 columns and 42 rows:

VariableDescription
codeICD 10 Cause of Death code
titleCause of death title

Source

https://www.icd10data.com/ICD10CM/Codes/Rules/Newborn_Codes

Examples

icd10_cod_neonate
#> # A tibble: 42 × 2
#>    code    title                                                                
#>    <chr>   <chr>                                                                
#>  1 A33     Tetanus neonatorum                                                   
#>  2 E84.11  Meconium ileus in cystic fibrosis                                    
#>  3 H04.531 Neonatal obstruction of right nasolacrimal duct                      
#>  4 H04.532 Neonatal obstruction of left nasolacrimal duct                       
#>  5 H04.533 Neonatal obstruction of bilateral nasolacrimal duct                  
#>  6 H04.539 Neonatal obstruction of unspecified nasolacrimal duct                
#>  7 N47.0   Adherent prepuce, newborn                                            
#>  8 Z00.110 Health examination for newborn under 8 days old                      
#>  9 Z00.111 Health examination for newborn 8 to 28 days old                      
#> 10 Z05.0   Observation and evaluation of newborn for suspected cardiac conditio…
#> # ℹ 32 more rows