death_injury_matrix: View available combinations of injury death mechanisms and...

View source: R/death_functions.R

death_injury_matrixR Documentation

View available combinations of injury death mechanisms and intents

Description

Function to view the ICD10 Death Injury Matrix (ICE: International Collaborative Effort on Injury Statistics) combinations of mechanism and intent available in rads.

Generates a table with two columns, mechanism & intent. Use it to identify the combinations of mechanism & intent that you want to use in death_injury_matrix_count.

Usage

death_injury_matrix()

Details

This function provides the terms used by the death/mortality function and may not be the same as those used with hospitalization functions.

Value

A data.table with 88 rows and two columns: mechanism & intent.

Note

This function does not take any arguments

Source

rads.data::icd10_death_injury_matrix

References

https://secureaccess.wa.gov/doh/chat/Content/FilesForDownload/CodeSetDefinitions/CHATInjury(ICE)codes.pdf

https://www.cdc.gov/nchs/data/ice/icd10_transcode.pdf

Examples

# Save and view table as a data.table named 'blah'
blah <- death_injury_matrix()
print(blah)


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