phecode_map_icd10: Dataframe containing phecode mappings for ICD10.

phecode_map_icd10R Documentation

Dataframe containing phecode mappings for ICD10.

Description

This data frame maps each ICD10 code to its directly mapped phecode(s). Can be provided to createPhenotypes in the vocabulary.map parameter to convert ICD10 codes for use in the PheWAS methods. It is the map 1.2b1. PheWAS::phecode_map contains mapping for ICD9CM and ICD10CM (ie, US use cases).

Usage

data(phemap)

Format

A data frame with 9505 observations on the following 3 variables.

vocabulary_id

Character vector representing the vocabulary of the code- always 'ICD10'

code

Character vector representing the specific code to be mapped

phecode

Character vector representing the direct phecode mapping

See Also

PheWAS::phecode_rollup_map PheWAS::phecode_map mapCodesToPhecodes


PheWAS/PheWAS documentation built on July 3, 2023, 3:40 p.m.