Learn R Programming

AgeTopicModels (version 0.1.0)

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

Description

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

Usage

short_icd10

Arguments

Format

A data frame/tibble. Common columns include:

ICD10

ICD-10 code (character).

parent_phecode

phecode of parent node (character).

Excl..Phecodes

ancestor PheCode range (character).

Excl..Phenotypes

ancestor PheCode name (character).

occ

number of distinct patient in UKB

Examples

Run this code
head(short_icd10)

Run the code above in your browser using DataLab