Description Usage Arguments Value Examples
View source: R/sample_icd10cm.R
#' @description
sample_icd10cm
returns a tibble of a random sample of ICD-10-CM diagnosis.
Currently there is uniform sampling across all billable ICD-10 codes. Dates
and patient IDs are also randomly generated
1 | sample_icd10cm(n = 100, p = 10, start_code = "A00", end_code = "Z99")
|
n |
number of ICD-10-CM to sample |
p |
number of distinct patients to sample |
start_code |
Lowest ICD-10-CM code to sample (default: A00) |
end_code |
Highest ICD-10-CM code to sample (default: Z99) |
tibble
1 | sample_icd10cm(n=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.