You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code fixes -- most of these codes were flagging transplant but not the primary organ system; these were present in original publication but missing from this package
996.83 added to CVD - it was flagging transplant but not CVD
996.84 added to respiratory
996.81 added to renal
996.82, 996.86, 996.87 added to gi
ICD10 codes added to CVD: T86.20, T86.21, T86.22
M4330 is not a valid code, corrected to M433 (impacts congeni_genetic)
Add Z94.0 to transplant
Adjustment to build process removing C++11 requirement as now R build requires C++11 or newer.
Extensions
Update old urls and adding some links to wayback machine snapshots
Add key files to the package for reference
New functions:
S3 method as_tibble.pccc_codes has been added to the package to replace the
deprecated as.tbl method since dplyr::as.tbl has been deprecated in favor
of tibble::as_tibble
Deprecations:
as.tbl.pccc_codes has been deprecated since dplyr::as.tbl has been
deprecated in favor of tibble::as_tibble
Defunct functions:
test_helper was an exported function that was used in the testing suite but
not needed by any end user. It is now defunct.