diff --git a/docs/cdm53.html b/docs/cdm53.html
index 203ee5b..d208472 100644
--- a/docs/cdm53.html
+++ b/docs/cdm53.html
@@ -11,7 +11,7 @@
-
-
OMOP CDM v5.3
Below is the specification document for the OMOP Common Data Model, v5.3 (previously v5.3.1). Each table is represented with a high-level description and ETL conventions that should be followed. This is continued with a discussion of each field in each table, any conventions related to the field, and constraints that should be followed (like primary key, foreign key, etc). Should you have questions please feel free to visit the forums or the github issue page.
Special Note This documentation previously referenced v5.3.1. During the OHDSI/CommonDataModel Hack-A-Thon that occurred on August 18, 2021 the decision was made to align documentation with the minor releases. Hot fixes and minor.minor release can be found through the searching of tags.
–after regeneration of DDLs link to csv of cdm link to pdf of cdm documentation link to forum on doc page
@@ -12228,7 +12227,7 @@ No
valid_start_date
-The date when the Concept was first recorded. The default value is <<<<<<< HEAD:inst/csv/OMOP_CDMv5.3_Field_Level.csv 1-Jan-1970.
+The date when the Concept was first recorded. The default value is 1-Jan-1970.
|
|
@@ -12695,7 +12694,6 @@ No
-
diff --git a/inst/csv/OMOP_CDMv5.3_Field_Level.csv b/inst/csv/OMOP_CDMv5.3_Field_Level.csv
index f7ddf67..da10426 100644
--- a/inst/csv/OMOP_CDMv5.3_Field_Level.csv
+++ b/inst/csv/OMOP_CDMv5.3_Field_Level.csv
@@ -498,7 +498,6 @@ DRUG_STRENGTH,denominator_unit_concept_id,No,integer,The Concept representing th
DRUG_STRENGTH,box_size,No,integer,The number of units of Clinical Branded Drug or Quantified Clinical or Branded Drug contained in a box as dispensed to the patient.,,No,No,,,,,
DRUG_STRENGTH,valid_start_date,Yes,date,"The date when the Concept was first
recorded. The default value is
-<<<<<<< HEAD:inst/csv/OMOP_CDMv5.3_Field_Level.csv
1-Jan-1970.",,No,No,,,,,
DRUG_STRENGTH,valid_end_date,Yes,date,The date when then Concept became invalid.,,No,No,,,,,
DRUG_STRENGTH,invalid_reason,No,varchar(1),"Reason the concept was invalidated. Possible values are D (deleted), U (replaced with an update) or NULL when valid_end_date has the default value.",,No,No,,,,,
diff --git a/man/buildReleaseZip.Rd b/man/buildReleaseZip.Rd
index b952b58..61ae6ea 100644
--- a/man/buildReleaseZip.Rd
+++ b/man/buildReleaseZip.Rd
@@ -7,7 +7,7 @@
buildReleaseZip(
cdmVersion,
targetDialect = listSupportedDialects(),
- outputfolder = file.path(getwd(), "inst", "ddl")
+ outputfolder = file.path(getwd(), "output")
)
}
\arguments{
diff --git a/man/writeDdl.Rd b/man/writeDdl.Rd
index b5b94da..0014b39 100644
--- a/man/writeDdl.Rd
+++ b/man/writeDdl.Rd
@@ -1,5 +1,5 @@
% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/writeDdl.R
+% Please edit documentation in R/writeDDL.R
\name{writeDdl}
\alias{writeDdl}
\alias{writePrimaryKeys}
diff --git a/rmd/cdm53.Rmd b/rmd/cdm53.Rmd
index 60d7ea6..8daccee 100644
--- a/rmd/cdm53.Rmd
+++ b/rmd/cdm53.Rmd
@@ -1,4 +1,5 @@
---
+title: '**OMOP CDM v5.3**'
output:
html_document:
toc: yes
@@ -18,8 +19,6 @@ library(stringr)
```
-# **OMOP CDM v5.3**
-
Below is the specification document for the OMOP Common Data Model, v5.3 (previously v5.3.1). Each table is represented with a high-level description and ETL conventions that should be followed. This is continued with a discussion of each field in each table, any conventions related to the field, and constraints that should be followed (like primary key, foreign key, etc). Should you have questions please feel free to visit the [forums](https://forums.ohdsi.org/) or the [github issue](https://github.com/ohdsi/CommonDataModel/issues) page.
*__Special Note__ This documentation previously referenced v5.3.1. During the OHDSI/CommonDataModel Hack-A-Thon that occurred on August 18, 2021 the decision was made to align documentation with the minor releases. Hot fixes and minor.minor release can be found through the searching of tags.*
diff --git a/rmd/cdmPrivacy.Rmd b/rmd/cdmPrivacy.Rmd
index ed8380b..d7da824 100644
--- a/rmd/cdmPrivacy.Rmd
+++ b/rmd/cdmPrivacy.Rmd
@@ -1,5 +1,5 @@
---
-title: "Preserving Privacy in an OMOP CDM Implementation"
+title: "**Preserving Privacy in an OMOP CDM Implementation**"
output:
html_document:
toc: TRUE
diff --git a/rmd/ehrObsPeriods.Rmd b/rmd/ehrObsPeriods.Rmd
index ee46416..3411563 100644
--- a/rmd/ehrObsPeriods.Rmd
+++ b/rmd/ehrObsPeriods.Rmd
@@ -1,5 +1,5 @@
---
-title: "Observation Period Considerations for EHR Data"
+title: "**Observation Period Considerations for EHR Data**"
output: html_document
---