OMOP/DDLGeneratr/reports/OMOP_CDM_PDF.Rmd

213 lines
5.7 KiB
Plaintext

---
title: "OMOP Common Data Model Specifications"
author: "Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan and Clair Blacketer"
date: "`r Sys.Date()`"
params:
mdFilesLocation: "../../Documentation/CommonDataModel_Wiki_Files"
output:
pdf_document:
number_sections: yes
toc: yes
linkcolor: blue
---
```{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')}
```
## COHORT_DEFINITION
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/COHORT_DEFINITION.md')}
```
## ATTRIBUTE_DEFINITION
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/ATTRIBUTE_DEFINITION.md')}
```
# Standardized Metadata
```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/Standardized-Metadata.md')}
```
## CDM_SOURCE
```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/CDM_SOURCE.md')}
```
# Standardized Clinical Data Tables
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/Standardized-clinical-Data-Tables.md')}
```
## PERSON
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/PERSON.md')}
```
## OBSERVATION_PERIOD
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/OBSERVATION_PERIOD.md')}
```
## SPECIMEN
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/SPECIMEN.md')}
```
## DEATH
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DEATH.md')}
```
## VISIT_OCCURRENCE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/VISIT_OCCURRENCE.md')}
```
## PROCEDURE_OCCURRENCE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/PROCEDURE_OCCURRENCE.md')}
```
## DRUG_EXPOSURE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DRUG_EXPOSURE.md')}
```
## DEVICE_EXPOSURE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DEVICE_EXPOSURE.md')}
```
## CONDITION_OCCURRENCE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/CONDITION_OCCURRENCE.md')}
```
## MEASUREMENT
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/MEASUREMENT.md')}
```
## NOTE
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/NOTE.md')}
```
## NOTE_NLP
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/NOTE_NLP.md')}
```
## OBSERVATION
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/OBSERVATION.md')}
```
## FACT_RELATIONSHIP
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/FACT_RELATIONSHIP.md')}
```
# Standardized Health System Data Tables
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/Standardized-Health-System-Data-Tables.md')}
```
## LOCATION
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/LOCATION.md')}
```
## CARE_SITE
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/CARE_SITE.md')}
```
## PROVIDER
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/PROVIDER.md')}
```
# Standardized Health Economics Data Tables
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/Standardized-Health-Economics-Data-Tables.md')}
```
## PAYER_PLAN_PERIOD
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/PAYER_PLAN_PERIOD.md')}
```
## COST
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/COST.md')}
```
# Standardized Derived Elements
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/Standardized-Derived-Elements.md')}
```
## COHORT
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/COHORT.md')}
```
## COHORT_ATTRIBUTE
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/COHORT_ATTRIBUTE.md')}
```
## DRUG_ERA
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/DRUG_ERA.md')}
```
## DOSE_ERA
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/DOSE_ERA.md')}
```
## CONDITION_ERA
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/CONDITION_ERA.md')}
```