Learn R Programming

AgeTopicModels (version 0.1.0)

short_icd10cm: Short labels (at most first for letters/digits) for ICD-10-CM codes

Description

A lookup table mapping ICD-10-CM codes to concise human-readable labels.

Usage

short_icd10cm

Arguments

Format

A data frame/tibble. Common columns include:

ICD10

ICD-10 code (character).

parent_phecode

phecode of parent node (character).

exclude_range

ancestor PheCode range (character).

exclude_name

ancestor PheCode name (character).

occ

number of distinct patient in UKB

Examples

Run this code
head(short_icd10cm)

Run the code above in your browser using DataLab