Learn R Programming

CodelistGenerator (version 3.5.0)

availableICD10: Get the names of all International Classification of Diseases (ICD) 10 codes

Description

Get the names of all International Classification of Diseases (ICD) 10 codes

Usage

availableICD10(cdm, level = c("ICD10 Chapter", "ICD10 SubChapter"))

Value

A vector containing the names of all ICD-10 codes for the chosen level(s) found in the concept table of cdm.

Arguments

cdm

A cdm reference via CDMConnector.

level

Can be either "ICD10 Chapter", "ICD10 SubChapter", "ICD10 Hierarchy", or "ICD10 Code".

Examples

Run this code
# \donttest{
cdm <- mockVocabRef()
availableICD10(cdm)
# }

Run the code above in your browser using DataLab