icdPhecodeMap: Mapping of ICD codes and phecodes

icdPhecodeMapR Documentation

Mapping of ICD codes and phecodes

Description

This table provides a mapping between International Classification of Diseases 9th and 10th revisions (ICD-9-CM and ICD-10-CM) and phecodes (version 1.2).

Usage

icdPhecodeMap

Format

A data.table with the following columns:

  • icd: Character vector of ICD codes

  • flag: Integer vector of the vocabulary of the ICD code (9: ICD-9-CM, 10: ICD-10-CM)

  • icd_name: Character vector of ICD code descriptions

  • phecode: Character vector of phecodes

  • phecode_name: Character vector of phecode descriptions

Source

https://phewascatalog.org/phecodes

See Also

getPhecodeOccurrences()


phers documentation built on March 31, 2023, 5:43 p.m.

Related to icdPhecodeMap in phers...