knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of mOMOP is to crosswalk the Minimal Common Oncology Data Elements (mCode) with the OMOP Vocabularies. mCode and the mCode Initiative provides a common data language and model for data exchange between entities while the OMOP Vocabularies integrate data elements into the OMOP Common Data Model to serve analytics use cases. A crosswalk using the terminology service will bridge the gap between data interoperability and analytical application.
You can install mOMOP with:
library(devtools) install_github("meerapatelmd/mOMOP")
library(mOMOP)
The end-product of this package is the MCODE_CLASS_HIERARCHY
dataset, which is
a flattened taxonomy that serves a variety of use cases. For example, it can be
used to incorporate mCode into a lookup table in a relational database such as
the retrieval of a certain class of data elements or it can be incorporated into
an ontology.
head(MCODE_CLASS_HIERARCHY)
The crosswalk between mCode value sets and OMOP concepts used to create the
MCODE_CLASS_HIERARCHY
dataset can be accessed with the following pre-packaged
dataframes: CANCER_STAGING
, GENOMICS
, ICD10CM
, LOINC
, SNOMED
,
SPECIMEN
, UNITS_OF_MEASUREMENT
.
head(CANCER_STAGING)
head(GENOMICS)
head(ICD10CM)
head(LOINC)
head(SNOMED)
head(SPECIMEN)
head(UNITS_OF_MEASUREMENT)
Please note that the mOMOP project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.