powered by
Get the names of all International Classification of Diseases (ICD) 10 codes
availableICD10(cdm, level = c("ICD10 Chapter", "ICD10 SubChapter"))
A vector containing the names of all ICD-10 codes for the chosen level(s) found in the concept table of cdm.
A cdm reference via CDMConnector.
Can be either "ICD10 Chapter", "ICD10 SubChapter", "ICD10 Hierarchy", or "ICD10 Code".
# \donttest{ cdm <- mockVocabRef() availableICD10(cdm) # }
Run the code above in your browser using DataLab