R/data.R

#' Mappings of PheCodes to ICD codes.
#'
#' A dataset containing the mappings of PheCodes to ICD-9 and ICD-10-cm Codes.
#'
#' @format A data frame with 106393 rows and 6 variables:
#' \describe{
#'   \item{ICD_version}{ICD version, ICD-9 or ICD-10-cm}
#'   \item{ICD_id}{ICD-9 and ICD-10-cm Codes}
#'   \item{ICD_str}{Description of ICD Codes}
#'   \item{Phecode}{PheCode ID}
#'   \item{Phenotype}{Description of PheCode ID}
#'   \item{Rollup}{Rollup}
#' }
#' @source \url{https://phewascatalog.org/}
"icdmap"

utils::globalVariables(c("icdmap"))

Try the phecodemap package in your browser

Any scripts or data that you put into this service are public.

phecodemap documentation built on Jan. 15, 2022, 5:06 p.m.