availableICD10: Get all ICD codes from the cdm

View source: R/helperFunctions.R

availableICD10R 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)


CodelistGenerator documentation built on Oct. 17, 2024, 5:09 p.m.