procedure_codes | R Documentation |
This is a generative function used to call CMS procedure codes. It is used to create a dataset that can be generally used to map procedure codes to their descriptions, allowing for understanding of interventions performed. The currently supported codes are explained in the details.
The following procedure codes are currently supported:
ICD9 procedure codes, most recently updated on 2014-10-01
ICD10 procedure codes, most recently updated on 2023-01-11
HCPCS prcoedure codes, most recently updated on 2023-11-29
CPT procedure codes, most recently updated on 2023-11-29
procedure_codes(format, version)
format |
The format of the procedure codes, written as a |
version |
The version of the procedure codes, which are generally
written as a year. Currently supported: |
CMS will usually release updated version of these codes on an annual basis. Each dataset that is supported below can be identified by the year it was published (not the go-live date, but the publically-available date). The previous versions that are included in the package are as below.
ICD9: 2014
ICD10: 2023
HCPCS: 2023
CPT: 2023
A tbl_df
with two columns: code
and description
. The code
refers to the procedure code, while the description
refers to the
description of the procedure.
# Procedure codes from the 2014 version of ICD-9
icd9 <- procedure_codes(format = "icd9", version = 2014)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.