Description Usage See Also Examples
It will download and parse WHO ICD-10, French, and Belgian codes and
descriptions. It will also get years 2014, 2015, 2017, and 2018 for ICD-10-CM
(diagnostic codes), and 2014–2019 procedure codes. 2016 and 2019 diagnostic
codes are included in the package data. The total amount of data is about
340Mb. It is not necessary to do call download_all_icd_data
for normal
use: you may simply call the functions like get_icd10cm2014
, which
will download data when needed.
1 |
1 2 3 4 5 6 7 8 | ## Not run:
# set_icd_data_dir()
# set_icd_data_dir("/tmp/icd")
# The following would download, and make all the known ICD data available
# download_all_icd_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.