Description Usage Arguments Details Value
find_icd_codes takes a regular expression and returns a data frame
with matching ICD9/10 codes
| 1 | find_icd_codes(pattern, icd10 = FALSE, procedure = FALSE)
 | 
| pattern | A regular expression | 
| 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 regular expression and matches it to the ICD9/10 description. A data frame containing the matching ICD9/10 codes is returned.
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.