2021-06-09 00:19:01 +00:00
|
|
|
name: "OMOP Common Data Model"
|
|
|
|
output_dir: "../docs"
|
|
|
|
output:
|
|
|
|
html_document:
|
|
|
|
theme: cosmo
|
|
|
|
css: style.css
|
|
|
|
includes:
|
|
|
|
in_header: "favicon.html"
|
|
|
|
exclude: ["extras"]
|
|
|
|
navbar:
|
|
|
|
title: '<div><img src="ohdsi16x16.png"></img> OMOP Common Data Model </div>'
|
2021-09-22 19:39:44 +00:00
|
|
|
right:
|
|
|
|
- icon: fa-github
|
|
|
|
href: https://github.com/OHDSI/CommonDataModel
|
2021-06-09 00:19:01 +00:00
|
|
|
left:
|
2023-01-03 19:23:06 +00:00
|
|
|
- icon: fa-house
|
2021-06-09 00:19:01 +00:00
|
|
|
href: index.html
|
|
|
|
- text: "Background"
|
|
|
|
icon: fa-landmark
|
|
|
|
menu:
|
|
|
|
- text: "Model Background"
|
|
|
|
href: background.html
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "CDM Refresh Process"
|
|
|
|
href: cdmRefreshProcess.html
|
2021-06-09 00:19:01 +00:00
|
|
|
- text: "How the Vocabulary is Built"
|
|
|
|
href: vocabulary.html
|
|
|
|
- text: "Conventions"
|
|
|
|
icon: fa-list-alt
|
2021-09-22 19:39:44 +00:00
|
|
|
menu:
|
2024-04-30 14:24:54 +00:00
|
|
|
- text: "THEMIS Convention Library"
|
|
|
|
href: https://ohdsi.github.io/Themis
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "General Conventions"
|
|
|
|
href: dataModelConventions.html
|
|
|
|
- text: "Patient Privacy and OMOP"
|
|
|
|
href: cdmPrivacy.html
|
2024-04-12 17:26:05 +00:00
|
|
|
- text: "Custom Concepts"
|
|
|
|
href: customConcepts.html
|
2021-06-09 00:19:01 +00:00
|
|
|
- text: "CDM Versions"
|
|
|
|
icon: fa-history
|
|
|
|
menu:
|
|
|
|
- text: "CDM v3.0"
|
|
|
|
href: cdm30.html
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "CDM v5.3"
|
|
|
|
href: cdm53.html
|
2024-03-28 19:09:22 +00:00
|
|
|
- text: "CDM v5.4"
|
2021-09-22 19:39:44 +00:00
|
|
|
menu:
|
|
|
|
- text: "CDM v5.4"
|
|
|
|
href: cdm54.html
|
|
|
|
- text: "Changes from CDM v5.3"
|
|
|
|
href: cdm54Changes.html
|
2023-02-21 13:52:45 +00:00
|
|
|
- text: "Entity Relationships"
|
|
|
|
href: cdm54erd.html
|
2023-02-23 07:21:52 +00:00
|
|
|
- text: "Detailed tooling support per CDM field"
|
2024-03-28 19:09:22 +00:00
|
|
|
href: cdm54ToolingSupport.html
|
2024-04-22 21:03:25 +00:00
|
|
|
- text: "CDM Additions"
|
2021-06-09 00:19:01 +00:00
|
|
|
icon: fa-plus-square
|
|
|
|
menu:
|
2024-04-22 21:03:25 +00:00
|
|
|
- text: "Types of CDM Additions"
|
|
|
|
href: typesOfAdditions.html
|
2022-07-25 19:27:08 +00:00
|
|
|
- text: "How to Propose Changes to the CDM"
|
|
|
|
href: cdmRequestProcess.html
|
2024-04-22 21:03:25 +00:00
|
|
|
- text: "Accepted Changes"
|
2021-06-09 00:19:01 +00:00
|
|
|
menu:
|
2024-04-22 21:03:25 +00:00
|
|
|
- text: "CDM version in development"
|
|
|
|
href: https://github.com/OHDSI/CommonDataModel/tree/develop
|
2021-06-09 00:19:01 +00:00
|
|
|
- text: "How to"
|
2021-09-22 19:39:44 +00:00
|
|
|
icon: fa-question
|
2021-06-09 00:19:01 +00:00
|
|
|
menu:
|
|
|
|
- text: "Download the DDL"
|
|
|
|
href: download.html
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "Use the CDM R Package"
|
|
|
|
href: cdmRPackage.html
|
2021-06-09 00:19:01 +00:00
|
|
|
- text: "Calculate Drug Dose"
|
|
|
|
href: drug_dose.html
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "Support"
|
|
|
|
icon: fa-life-ring
|
|
|
|
menu:
|
2022-07-25 19:27:08 +00:00
|
|
|
- text: "Help! My Data Doesn't Fit!"
|
|
|
|
href: cdmDecisionTree.html
|
2021-09-22 19:39:44 +00:00
|
|
|
- text: "FAQ"
|
|
|
|
href: faq.html
|
|
|
|
- text: "SQL Scripts"
|
|
|
|
href: sqlScripts.html
|
|
|
|
- text: "Ask a Question"
|
|
|
|
href: contribute.html
|