icd (version 4.0.6)

get_icd10cm_version: Get the data for a given version (four-digit year) of ICD-10-CM

Description

When called without an argument, it returns the currently active version as set by set_icd10cm_active_year()

Usage

get_icd10cm_version(ver)

get_icd10cm_active()

Arguments

ver

Character vector of length one: the version of ICD-10-CM to use, corresponding to the suffix of the data.frame name, e.g., for 2019 ICD-10-CM, use "icd10cm2019" for Dutch 2014 ICD-CM translations, use "icd10cm2014_nl"

Functions

  • get_icd10cm_active: Get the currently active version of ICD-10-CM.

Examples

Run this code
# NOT RUN {
get_icd10cm_version("2018")
# }

Run the code above in your browser using DataLab