This will need generalizing to any list of officially defined codes, e.g. WHO or other. There are so many permutations of alphanumeric characters after the decimal place that it would be easy to generate many millions with simple ranges, the vast majority of which would be undefined.
1 2 | ## S3 method for class 'icd10cm'
expand_range(start, end, short_code = guess_short(c(start, end)), defined, ...)
|
start |
character vector of length one containing an ICD code |
end |
character vector of length one containing an ICD code |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.