
Get the names of all International Classification of Diseases (ICD) 10 codes
availableICD10.Rd
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.
Examples
# \donttest{
cdm <- mockVocabRef()
#> Warning: There are observation period end dates after the current date: 2025-04-11
#> ℹ The latest max observation period end date found is 2025-12-31
availableICD10(cdm)
#> [1] "Diseases of the musculoskeletal system and connective tissue"
#> [2] "Arthropathies"
# }