Skip to content

Commit 5927b49

Browse files
author
Clair Blacketer
committed
Multiple fixes
Fixed issue in CDM v5.3 field level csv, formatted rmd files, fixed documentation of the buildReleaseZip() function.
1 parent b89ce61 commit 5927b49

7 files changed

Lines changed: 8 additions & 12 deletions

File tree

docs/cdm53.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<title>cdm53.utf8</title>
14+
<title>OMOP CDM v5.3</title>
1515

1616
<script src="site_libs/header-attrs-2.6/header-attrs.js"></script>
1717
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
@@ -518,12 +518,11 @@
518518

519519

520520

521+
<h1 class="title toc-ignore"><strong>OMOP CDM v5.3</strong></h1>
521522

522523
</div>
523524

524525

525-
<div id="omop-cdm-v5.3" class="section level1">
526-
<h1><strong>OMOP CDM v5.3</strong></h1>
527526
<p>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 <a href="https://forums.ohdsi.org/">forums</a> or the <a href="https://github.com/ohdsi/CommonDataModel/issues">github issue</a> page.</p>
528527
<p><em><strong>Special Note</strong> 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.</em></p>
529528
<p>–after regeneration of DDLs link to csv of cdm link to pdf of cdm documentation link to forum on doc page</p>
@@ -12228,7 +12227,7 @@ <h3 class="tabset tabset-pills">DRUG_STRENGTH</h3>
1222812227
valid_start_date
1222912228
</td>
1223012229
<td style="text-align:left;width: 3in; ">
12231-
The date when the Concept was first recorded. The default value is &lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD:inst/csv/OMOP_CDMv5.3_Field_Level.csv 1-Jan-1970.
12230+
The date when the Concept was first recorded. The default value is 1-Jan-1970.
1223212231
</td>
1223312232
<td style="text-align:left;width: 4in; ">
1223412233
</td>
@@ -12695,7 +12694,6 @@ <h3 class="tabset tabset-pills">ATTRIBUTE_DEFINITION</h3>
1269512694
</table>
1269612695
</div>
1269712696
</div>
12698-
</div>
1269912697

1270012698

1270112699

inst/csv/OMOP_CDMv5.3_Field_Level.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ DRUG_STRENGTH,denominator_unit_concept_id,No,integer,The Concept representing th
498498
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,,,,,
499499
DRUG_STRENGTH,valid_start_date,Yes,date,"The date when the Concept was first
500500
recorded. The default value is
501-
<<<<<<< HEAD:inst/csv/OMOP_CDMv5.3_Field_Level.csv
502501
1-Jan-1970.",,No,No,,,,,
503502
DRUG_STRENGTH,valid_end_date,Yes,date,The date when then Concept became invalid.,,No,No,,,,,
504503
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,,,,,

man/buildReleaseZip.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/writeDdl.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rmd/cdm53.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: '**OMOP CDM v5.3**'
23
output:
34
html_document:
45
toc: yes
@@ -18,8 +19,6 @@ library(stringr)
1819
1920
```
2021

21-
# **OMOP CDM v5.3**
22-
2322
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.
2423

2524
*__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.*

rmd/cdmPrivacy.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Preserving Privacy in an OMOP CDM Implementation"
2+
title: "**Preserving Privacy in an OMOP CDM Implementation**"
33
output:
44
html_document:
55
toc: TRUE

rmd/ehrObsPeriods.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Observation Period Considerations for EHR Data"
2+
title: "**Observation Period Considerations for EHR Data**"
33
output: html_document
44
---
55

0 commit comments

Comments
 (0)