Learn R Programming

icd9 (version 1.2)

parseRtfYear: parse RTF description of entire ICD-9-CM for a specific year

Description

Currently only the most recent update is implemented. Note that CMS have published additional ICD-9-CM billable code lists since the last one from the CDC: I think these have been the same every year since 2011, though. THe last CDC release is Dtab12.rtf from 2011.

Usage

parseRtfYear(year = "2011", save = FALSE, fromWeb = FALSE,
  verbose = FALSE)

Arguments

year

from 1996 to 2012 (this is what CDC has published). Only 2012 implemented thus far

verbose

single logical value, defaults to FALSE in most functions.