Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.
/ icd.data Public archive

R package with International Classifcation of Diseases (ICD) data

License

Notifications You must be signed in to change notification settings

jackwasey/icd.data

Repository files navigation

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status CRAN status Dependencies

icd.data

ICD-9 and ICD-10 definitions from the United States Center for Medicare and Medicaid Services (CMS) are included in this package. A function is provided to extract the WHO ICD-10 definitions from the public interface, but the data themselves may not currently be redistributed. The function ‘fetch_icd10who2016()’ and ‘fetch_icd10who2008fr’ should be run once after installing this package. There are diagnostic and procedure codes, and lists of the chapter and sub-chapter headings and the ranges of ICD codes they encompass. There are also two sets of sample patient data with ICD-9 and ICD-10 codes representing real patients and spanning common structures of patient data. These data are used by the ‘icd’ package for finding comorbidities and working with ICD codes.

See documentation for the R CRAN package: icd for how to use this data.

Installation

install.packages("icd.data")

You can install icd.data from github with:

# install.packages("devtools")
devtools::install_github("jackwasey/icd.data")

About

R package with International Classifcation of Diseases (ICD) data

Resources

License

Stars

Watchers

Forks

Packages

No packages published