From 64e107039c5c06afa8e1dbedd9b815d0b46c2369 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Wed, 10 Oct 2018 10:48:47 -0400 Subject: [PATCH] added results schema wiki file --- .../ResultsSchema/Results-Schema.md | 4 ++++ Documentation/CommonDataModel_Wiki_Files/_Sidebar.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Documentation/CommonDataModel_Wiki_Files/ResultsSchema/Results-Schema.md diff --git a/Documentation/CommonDataModel_Wiki_Files/ResultsSchema/Results-Schema.md b/Documentation/CommonDataModel_Wiki_Files/ResultsSchema/Results-Schema.md new file mode 100644 index 0000000..07528b9 --- /dev/null +++ b/Documentation/CommonDataModel_Wiki_Files/ResultsSchema/Results-Schema.md @@ -0,0 +1,4 @@ +[COHORT](https://github.com/OHDSI/CommonDataModel/wiki/COHORT) +[COHORT_DEFINITION](https://github.com/OHDSI/CommonDataModel/wiki/COHORT_DEFINITION) + +New to CDM v6.0 is the concept of schemas. This allows for more separation between read-only and writeable tables. The clinical data, event, and vocabulary tables are in the 'CDM' schema and tables that need to be manipulated by web-based tools or end users have moved to the 'Results' schema. Currently the only two tables in the 'Results' schema are COHORT and COHORT_DEFINITON, though likely more will be added over the course of v6.0 point releases. \ No newline at end of file diff --git a/Documentation/CommonDataModel_Wiki_Files/_Sidebar.md b/Documentation/CommonDataModel_Wiki_Files/_Sidebar.md index 9f06cf7..4e2ea41 100644 --- a/Documentation/CommonDataModel_Wiki_Files/_Sidebar.md +++ b/Documentation/CommonDataModel_Wiki_Files/_Sidebar.md @@ -39,13 +39,14 @@ * [MEASUREMENT](https://github.com/OHDSI/CommonDataModel/wiki/MEASUREMENT) * [NOTE](https://github.com/OHDSI/CommonDataModel/wiki/NOTE) * [NOTE_NLP](https://github.com/OHDSI/CommonDataModel/wiki/NOTE_NLP) -* [SURVEN_CONDUCT](https://github.com/OHDSI/CommonDataModel/wiki/SURVEY_CONDUCT) +* [SURVEY_CONDUCT](https://github.com/OHDSI/CommonDataModel/wiki/SURVEY_CONDUCT) * [OBSERVATION](https://github.com/OHDSI/CommonDataModel/wiki/OBSERVATION) * [SPECIMEN](https://github.com/OHDSI/CommonDataModel/wiki/SPECIMEN) * [FACT_RELATIONSHIP](https://github.com/OHDSI/CommonDataModel/wiki/FACT_RELATIONSHIP) **[Standardized Health System Data Tables](https://github.com/OHDSI/CommonDataModel/wiki/Standardized-Health-System-Data-Tables)** * [LOCATION](https://github.com/OHDSI/CommonDataModel/wiki/LOCATION) +* [LOCATION_HISTORY](https://github.com/OHDSI/CommonDataModel/wiki/LOCATION_HISTORY) * [CARE_SITE](https://github.com/OHDSI/CommonDataModel/wiki/CARE_SITE) * [PROVIDER](https://github.com/OHDSI/CommonDataModel/wiki/PROVIDER)