Description Usage Arguments Value Methods (by class)
Codes provided are compared to the most recent edition of the CMS list of billable codes, or another edition if specified.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | is_leaf(x, short_code = guess_short(x), ...)
## S3 method for class 'icd9'
is_leaf(x, short_code = guess_short(x), ...)
## S3 method for class 'icd10cm'
is_leaf(x, short_code = guess_short(x), ...)
## S3 method for class 'icd10'
is_leaf(x, short_code = guess_short(x), ...)
## S3 method for class 'icd9cm'
is_leaf(x, short_code = guess_short(x), ...)
## Default S3 method:
is_leaf(x, short_code = guess_short(x), ...)
|
x |
input vector to test |
short_code |
single logical value which determines whether the ICD-9
code provided is in short ( |
... |
arguments passed on to other functions |
logical vector of same length as input
icd9
: Which of the given ICD-9 codes are leaf nodes in
ICD-9-CM. Currently assumes ICD-9 codes are ICD-9-CM
icd10cm
: Which of the given ICD-10 codes are leaf nodes in
ICD-10-CM. Currently assumes ICD-10 codes are ICD-10-CM
icd10
: Which of the given ICD-10 codes are leaf nodes in
ICD-10-CM. Currently assumes ICD-10 codes are ICD-10-CM
icd9cm
: Which of the given ICD-9 codes are leaf nodes in
ICD-9-CM
default
: Which of the given ICD codes are leaf nodes in
ICD version (9 vs 10) guessed from the codes themselves.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.