--- title: "OMOP Common Data Model Specifications" author: Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan and Clair Blacketer date: "`r Sys.Date()`" output: html_document: df_print: paged toc: yes pdf_document: latex_engine: xelatex number_sections: yes toc: yes linkcolor: blue params: mdFilesLocation: S:/Git/GitHub/CommonDataModel.wiki keep-tex: yes --- ```{r, echo=FALSE} mdFilesLocation <- params$mdFilesLocation ``` # License ```{r child = paste0(mdFilesLocation,'/License.md')} ``` # Background ```{r child = paste0(mdFilesLocation,'/Background/Background.md')} ``` ## The Role of the Common Data Model ```{r child = paste0(mdFilesLocation,'/Background/The-Role-of-the-Common-Data-Model.md')} ``` ## Design Principles ```{r child = paste0(mdFilesLocation,'/Background/Design-Principles.md')} ``` ## Data Model Conventions ```{r child = paste0(mdFilesLocation,'/Background/Data-Model-Conventions.md')} ``` # Glossary of Terms ```{r child = paste0(mdFilesLocation,'/Glossary-of-Terms.md')} ``` # Standardized Vocabularies ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/Standardized-Vocabularies.md')} ``` ## CONCEPT ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT.md')} ``` ## VOCABULARY ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/VOCABULARY.md')} ``` ## DOMAIN ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/DOMAIN.md')} ``` ## CONCEPT_CLASS ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_CLASS.md')} ``` ## CONCEPT_RELATIONSHIP ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_RELATIONSHIP.md')} ``` ## RELATIONSHIP ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/RELATIONSHIP.md')} ``` ## CONCEPT_SYNONYM ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_SYNONYM.md')} ``` ## CONCEPT_ANCESTOR ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_ANCESTOR.md')} ``` ## SOURCE_TO_CONCEPT_MAP ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/SOURCE_TO_CONCEPT_MAP.md')} ``` ## DRUG_STRENGTH ```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/DRUG_STRENGTH.md')} ``` # Standardized Metadata ```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/Standardized-Metadata.md')} ``` ## CDM_SOURCE ```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/CDM_SOURCE.md')} ``` ## METADATA ```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/METADATA.md')} ``` # Standardized Clinical Data Tables ```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/Standardized-clinical-Data-Tables.md')} ``` ## PERSON ```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/PERSON.md')} ```