Skip to content

Commit 080816f

Browse files
committed
fix: deadlinks in 5.4 rendered docs
1 parent c840423 commit 080816f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/cdm54.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ <h3 class="tabset tabset-pills">person</h3>
715715
Use the gender or sex value present in the data under the assumption
716716
that it is the biological sex at birth. If the source data captures
717717
gender identity it should be stored in the <a
718-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#observation">OBSERVATION</a>
718+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#observation">OBSERVATION</a>
719719
table. <a
720720
href="http://athena.ohdsi.org/search-terms/terms?domain=Gender&amp;standardConcept=Standard&amp;page=1&amp;pageSize=15&amp;query=">Accepted
721721
gender concepts</a>. Please refer to the <a
@@ -939,7 +939,7 @@ <h3 class="tabset tabset-pills">person</h3>
939939
</td>
940940
<td style="text-align:left;">
941941
Put the location_id from the <a
942-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#location">LOCATION</a>
942+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#location">LOCATION</a>
943943
table here that represents the most granular location information for
944944
the person. For additional information on how to populate this field,
945945
please refer to the <a
@@ -974,7 +974,7 @@ <h3 class="tabset tabset-pills">person</h3>
974974
</td>
975975
<td style="text-align:left;">
976976
Put the provider_id from the <a
977-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#provider">PROVIDER</a>
977+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#provider">PROVIDER</a>
978978
table of the last known general practitioner of the person. If there are
979979
multiple providers, it is up to the ETL to decide which to put here.
980980
</td>
@@ -1379,7 +1379,7 @@ <h3 class="tabset tabset-pills">observation_period</h3>
13791379
time period the Person is enrolled with a payer. If a Person switches
13801380
plans but stays with the same payer, and therefore capturing of data
13811381
continues, that change would be captured in <a
1382-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#payer_plan_period">PAYER_PLAN_PERIOD</a>.
1382+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#payer_plan_period">PAYER_PLAN_PERIOD</a>.
13831383
</td>
13841384
<td style="text-align:left;">
13851385
date
@@ -1879,7 +1879,7 @@ <h3 class="tabset tabset-pills">visit_occurrence</h3>
18791879
If there are multiple providers associated with a visit, you will need
18801880
to choose which one to put here. The additional providers can be stored
18811881
in the <a
1882-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#visit_detail">VISIT_DETAIL</a>
1882+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#visit_detail">VISIT_DETAIL</a>
18831883
table.
18841884
</td>
18851885
<td style="text-align:left;">
@@ -2858,21 +2858,21 @@ <h3 class="tabset tabset-pills">condition_occurrence</h3>
28582858
Record all conditions as they exist in the source data. Any decisions
28592859
about diagnosis/phenotype definitions would be done through cohort
28602860
specifications. These cohorts can be housed in the <a
2861-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#payer_plan_period">COHORT</a>
2861+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#payer_plan_period">COHORT</a>
28622862
table. Conditions span a time interval from start to end, but are
28632863
typically recorded as single snapshot records with no end date. The
28642864
reason is twofold: (i) At the time of the recording the duration is not
28652865
known and later not recorded, and (ii) the Persons typically cease
28662866
interacting with the healthcare system when they feel better, which
28672867
leads to incomplete capture of resolved Conditions. The <a
2868-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#condition_era">CONDITION_ERA</a>
2868+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#condition_era">CONDITION_ERA</a>
28692869
table addresses this issue. Family history and past diagnoses (‘history
28702870
of’) are not recorded in this table. Instead, they are listed in the <a
2871-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#observation">OBSERVATION</a>
2871+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#observation">OBSERVATION</a>
28722872
table. Codes written in the process of establishing the diagnosis, such
28732873
as ‘question of’ of and ‘rule out’, should not represented here.
28742874
Instead, they should be recorded in the <a
2875-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#observation">OBSERVATION</a>
2875+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#observation">OBSERVATION</a>
28762876
table, if they are used for analyses. However, this information is not
28772877
always available.</p>
28782878
<p><strong>ETL Conventions</strong></p>
@@ -13178,7 +13178,7 @@ <h3 class="tabset tabset-pills">concept</h3>
1317813178
</td>
1317913179
<td style="text-align:left;">
1318013180
A foreign key to the <a
13181-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#domain">DOMAIN</a>
13181+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#domain">DOMAIN</a>
1318213182
table the Concept belongs to.
1318313183
</td>
1318413184
<td style="text-align:left;">
@@ -13207,7 +13207,7 @@ <h3 class="tabset tabset-pills">concept</h3>
1320713207
</td>
1320813208
<td style="text-align:left;">
1320913209
A foreign key to the <a
13210-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#vocabulary">VOCABULARY</a>
13210+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#vocabulary">VOCABULARY</a>
1321113211
table indicating from which source the Concept has been adapted.
1321213212
</td>
1321313213
<td style="text-align:left;">
@@ -14256,7 +14256,7 @@ <h3 class="tabset tabset-pills">relationship</h3>
1425614256
</td>
1425714257
<td style="text-align:left;">
1425814258
A foreign key that refers to an identifier in the <a
14259-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept">CONCEPT</a>
14259+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept">CONCEPT</a>
1426014260
table for the unique relationship concept.
1426114261
</td>
1426214262
<td style="text-align:left;">

0 commit comments

Comments
 (0)