tbi_icd9cm: Find TBI based on ICD-9-CM. 800.00–801.99 Fracture of the...

Description Usage Arguments Value Examples

Description

Find TBI based on ICD-9-CM. 800.00–801.99 Fracture of the vault or base of the skull 803.00–804.99 Other and unqualified or multiple fractures of the skull 850.0–850.9 Concussion 851.00–854.19 Intracranial injury, including contusion, laceration, and hemorrhage 950.1–950.3 Injury to the optic chiasm, optic pathways, or visual cortex 959.01 Head injury, unspecified 995.55 Shaken infant syndrome Find any drug and other opioids from ICD-9-CM

Usage

1
tbi_icd9cm(data, diag_ecode_col)

Arguments

data:

input data

diag_ecode_col:

indices of diagnosis and E codes

Value

tbi_icd9cm

Examples

1
2
ibrary(tidyverse)
filter(hosp_set, year == 2014) %>% od_drug_types_icd9cm(diag_ecode_col = c(3, 6)) %>% sample_n(5)

injuryepi/injuryepi documentation built on Nov. 13, 2019, 12:13 p.m.