Description Usage Arguments Details Value
icd_description takes a vector of ICD codes and returns a data frame
with the corresponding description for each code
1  | icd_description(codes, icd10 = FALSE, procedure = FALSE)
 | 
codes | 
 A character vector of ICD9/10 codes  | 
icd10 | 
 A logical indicating whether to use ICD-10 codes (default) or ICD-9 codes  | 
procedure | 
 A logical indicating whether to use diagnosis codes (default) or procedure codes  | 
This function takes a character vector of ICD codes and returns a data frame with two columns: icd.code and icd.description.
A data frame with columns: icd9.code and icd9.description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.