death_113: View the NCHS 113 COD causeids

View source: R/death_functions.R

death_113R Documentation

View the NCHS 113 COD causeids

Description

Function to view the National Center for Health Statistics (NCHS) 113 Selected Causes of Death (COD) causeids.

Generates a table with two columns, causeid & cause.of.death. Use it to identify the causeids given as an argument in death_113_count.

Usage

death_113()

Details

There are actually 114 rows, with causeid 114 being the official CDC version of causeid 95 (Residual), i.e., All other diseases (Residual). Causeid 95 was intentionally changed to match the definition used by WA DOH.

Value

A data.table with 114 rows and two columns: causeid (integers between 1 & 114, inclusive) and cause.of.death (human readable description).

Note

This function does not take any arguments

Source

rads.data::icd_nchs113causes_raw

References

https://www.cdc.gov/nchs/data/dvs/Part9InstructionManual2020-508.pdf & https://secureaccess.wa.gov/doh/chat/Content/FilesForDownload/CodeSetDefinitions/NCHS113CausesOfDeath.pdf

Examples

# Save and view table as a data.table named 'blah'
blah <- death_113()
blah[]


PHSKC-APDE/rads documentation built on April 14, 2025, 10:47 a.m.