A dataset containing the 2009 version of the ICD-10 codes.
Format
A data frame with 10,817 rows and 4 variables:
- Code
ICD-10 diagnostic code
- Code.clean
ICD-10 diagnostic code, removing all punctuation
- ICD.title
Code description, in plain English.
- Status
Additional information, if available.
Note
The R code used to download and process the dataset from the CDC website is available here.