OMOP/DDLGeneratr/reports/OMOP_CDM_PDF.Rmd

213 lines
5.7 KiB
Plaintext
Raw Normal View History

---
title: "OMOP Common Data Model Specifications"
author: "Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan and Clair Blacketer"
date: "`r Sys.Date()`"
params:
2017-11-21 13:18:54 +00:00
mdFilesLocation: "../../Documentation/CommonDataModel_Wiki_Files"
output:
pdf_document:
number_sections: yes
toc: yes
linkcolor: blue
---
2017-11-21 13:18:54 +00:00
```{r, echo=FALSE}
mdFilesLocation <- params$mdFilesLocation
```
# License
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/License.md')}
```
# Background
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/Background/Background.md')}
```
## The Role of the Common Data Model
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/Background/The-Role-of-the-Common-Data-Model.md')}
```
## Design Principles
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/Background/Design-Principles.md')}
```
## Data Model Conventions
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/Background/Data-Model-Conventions.md')}
```
# Glossary of Terms
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/Glossary-of-Terms.md')}
```
# Standardized Vocabularies
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/Standardized-Vocabularies.md')}
```
## CONCEPT
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT.md')}
```
## VOCABULARY
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/VOCABULARY.md')}
```
## DOMAIN
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/DOMAIN.md')}
```
## CONCEPT_CLASS
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_CLASS.md')}
```
## CONCEPT_RELATIONSHIP
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_RELATIONSHIP.md')}
```
## RELATIONSHIP
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/RELATIONSHIP.md')}
```
## CONCEPT_SYNONYM
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_SYNONYM.md')}
```
## CONCEPT_ANCESTOR
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/CONCEPT_ANCESTOR.md')}
```
## SOURCE_TO_CONCEPT_MAP
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/SOURCE_TO_CONCEPT_MAP.md')}
```
## DRUG_STRENGTH
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/DRUG_STRENGTH.md')}
```
## COHORT_DEFINITION
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/COHORT_DEFINITION.md')}
```
## ATTRIBUTE_DEFINITION
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedVocabularies/ATTRIBUTE_DEFINITION.md')}
```
# Standardized Metadata
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/Standardized-Metadata.md')}
```
## CDM_SOURCE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedMetadata/CDM_SOURCE.md')}
```
# Standardized Clinical Data Tables
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/Standardized-clinical-Data-Tables.md')}
```
## PERSON
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/PERSON.md')}
```
## OBSERVATION_PERIOD
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/OBSERVATION_PERIOD.md')}
```
## SPECIMEN
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/SPECIMEN.md')}
```
## DEATH
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DEATH.md')}
```
## VISIT_OCCURRENCE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/VISIT_OCCURRENCE.md')}
```
## PROCEDURE_OCCURRENCE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/PROCEDURE_OCCURRENCE.md')}
```
## DRUG_EXPOSURE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DRUG_EXPOSURE.md')}
```
## DEVICE_EXPOSURE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/DEVICE_EXPOSURE.md')}
```
## CONDITION_OCCURRENCE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/CONDITION_OCCURRENCE.md')}
```
## MEASUREMENT
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/MEASUREMENT.md')}
```
## NOTE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/NOTE.md')}
```
## NOTE_NLP
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/NOTE_NLP.md')}
```
## OBSERVATION
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/OBSERVATION.md')}
```
## FACT_RELATIONSHIP
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedclinicalDataTables/FACT_RELATIONSHIP.md')}
```
# Standardized Health System Data Tables
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/Standardized-Health-System-Data-Tables.md')}
```
## LOCATION
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/LOCATION.md')}
```
## CARE_SITE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/CARE_SITE.md')}
```
## PROVIDER
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthSystemDataTables/PROVIDER.md')}
```
# Standardized Health Economics Data Tables
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/Standardized-Health-Economics-Data-Tables.md')}
```
## PAYER_PLAN_PERIOD
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/PAYER_PLAN_PERIOD.md')}
```
## COST
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedHealthEconomicsDataTables/COST.md')}
```
# Standardized Derived Elements
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/Standardized-Derived-Elements.md')}
```
## COHORT
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/COHORT.md')}
```
## COHORT_ATTRIBUTE
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/COHORT_ATTRIBUTE.md')}
```
## DRUG_ERA
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/DRUG_ERA.md')}
```
## DOSE_ERA
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/DOSE_ERA.md')}
```
## CONDITION_ERA
2017-11-21 13:18:54 +00:00
```{r child = paste0(mdFilesLocation,'/StandardizedDerivedElements/CONDITION_ERA.md')}
```