availableICD10 {CodelistGenerator}R Documentation

Get all ICD codes from the cdm

Description

Get all ICD codes from the cdm

Usage

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

Arguments

cdm

cdm_reference via CDMConnector

level

Can be either "ICD10 Chapter" or "ICD10 SubChapter"

Value

A vector list of all ICD10 codes for the chosen level(s) found in the concept table of cdm.

Examples


cdm <- mockVocabRef()
availableICD10(cdm)


[Package CodelistGenerator version 3.3.1 Index]