Learn R Programming

CCSRfind (version 0.1.0)

Convert ICD-10 Codes to CCSR Codes

Description

Provides a tool for matching ICD-10 codes to corresponding Clinical Classification Software Refined (CCSR) codes. The main function, CCSRfind(), identifies each CCSR code that applies to an individual given their diagnosis codes. It also provides a summary of CCSR codes that are matched to a dataset. The package contains 3 datasets: 'DXCCSR' (mapping of ICD-10 codes to CCSR codes), 'Legend' (conversion of DXCCSR to CCSRfind-usable format for CCSR codes with less than or equal to 1000 ICD-10 diagnosis codes), and 'LegendExtend' (conversion of DXCCSR to CCSRfind-usable format for CCSR codes with more than 1000 ICD-10 dx codes). The disc() function applies grepl() ('base') to multiple columns and is used in CCSRfind().

Copy Link

Version

Install

install.packages('CCSRfind')

Monthly Downloads

208

Version

0.1.0

License

GPL-3

Maintainer

Mark Ramos

Last Published

August 19th, 2024

Functions in CCSRfind (0.1.0)

LegendExtend

This dataset contains CCSR codes for which there are over 1,000 individual ICD-10 codes
disc

Helper function to search for specific strings from multiple columns of data
CCSRfind

Identify CCSR codes corresponding to ICD-10 codes
DXCCSR

Data to showcase CCSR-ICD-10 crosswalk
Legend

This dataset contains CCSR codes that are associated with over all ICD-10 codes