icd_showchanges_icd3 {ICD10gm} | R Documentation |
Show historical changes to selected three-digit ICD-10-GM codes
Description
Show all changes in ICD history relating to the 3-digit codes contained in a given vector icd
Usage
icd_showchanges_icd3(icd3)
Arguments
icd3 |
Vector of three-digit ICD codes |
Value
data.frame with columns YEAR, ICD_CODE, ICD_LABEL and, if specified, DIAG_GROUP
See Also
icd_showchanges()
if the input has been generated by icd_expand()
Examples
icd_showchanges_icd3("A09")
[Package ICD10gm version 1.2.5 Index]