Skip to content

Commit 033253f

Browse files
Merge pull request #718 from lawrenceadams/lawrenceadams-fix-54-docs-links
Fix dead 5.3.1 CDM links
2 parents 9b5f756 + 720b548 commit 033253f

5 files changed

+80
-80
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>
@@ -13163,7 +13163,7 @@ <h3 class="tabset tabset-pills">concept</h3>
1316313163
</td>
1316413164
<td style="text-align:left;">
1316513165
A foreign key to the <a
13166-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#domain">DOMAIN</a>
13166+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#domain">DOMAIN</a>
1316713167
table the Concept belongs to.
1316813168
</td>
1316913169
<td style="text-align:left;">
@@ -13192,7 +13192,7 @@ <h3 class="tabset tabset-pills">concept</h3>
1319213192
</td>
1319313193
<td style="text-align:left;">
1319413194
A foreign key to the <a
13195-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#vocabulary">VOCABULARY</a>
13195+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#vocabulary">VOCABULARY</a>
1319613196
table indicating from which source the Concept has been adapted.
1319713197
</td>
1319813198
<td style="text-align:left;">
@@ -14241,7 +14241,7 @@ <h3 class="tabset tabset-pills">relationship</h3>
1424114241
</td>
1424214242
<td style="text-align:left;">
1424314243
A foreign key that refers to an identifier in the <a
14244-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept">CONCEPT</a>
14244+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept">CONCEPT</a>
1424514245
table for the unique relationship concept.
1424614246
</td>
1424714247
<td style="text-align:left;">

docs/dataModelConventions.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ <h3>Concepts</h3>
603603
<li>A descriptive name for each Concept is stored as the Concept Name as
604604
part of the CONCEPT table. Additional names and descriptions for the
605605
Concept are stored as Synonyms in the <a
606-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_synonym">CONCEPT_SYNONYM</a>
606+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_synonym">CONCEPT_SYNONYM</a>
607607
table.</li>
608608
<li>Each Concept is assigned to a Domain. For Standard Concepts, there
609609
is always a single Domain. Source Concepts can be composite or
@@ -631,7 +631,7 @@ <h3>Concepts</h3>
631631
used to identify Descendants that may appear in the data. See
632632
CONCEPT_ANCESTOR table. Non-standard Concepts can only appear in
633633
*_source_concept_id fields and are not used in <a
634-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_ancestor">CONCEPT_ANCESTOR</a>
634+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR</a>
635635
table. Please refer to the Standardized Vocabularies specifications for
636636
details of the Standard Concept designation.</li>
637637
<li>The lifespan of a Concept is recorded through its valid_start_date,
@@ -760,12 +760,12 @@ <h3>Concept Relationships</h3>
760760
<li>Concept Relationships define direct relationships between Concepts.
761761
Indirect relationships through 3rd Concepts are not captured in this
762762
table. However, the <a
763-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_ancestor">CONCEPT_ANCESTOR</a>
763+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR</a>
764764
table does this for hierarchical relationships over several
765765
“generations” of direct relationships.</li>
766766
<li>In previous versions of the CDM, the relationship_id used to be a
767767
numerical identifier. See the <a
768-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#relationship">RELATIONSHIP</a>
768+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#relationship">RELATIONSHIP</a>
769769
table.</li>
770770
</ul>
771771
</div>
@@ -790,7 +790,7 @@ <h3>Relationship Table</h3>
790790
the OMOP CDM are covered by unique Concepts.</li>
791791
<li>Hierarchical Relationships are used to build a hierarchical tree out
792792
of the Concepts, which is recorded in the <a
793-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_ancestor">CONCEPT_ANCESTOR</a>
793+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR</a>
794794
table. For example, “has_ingredient” is a Relationship between Concept
795795
of the Concept Class ‘Clinical Drug’ and those of ‘Ingredient’, and all
796796
Ingredients can be classified as the “parental” hierarchical Concepts
@@ -806,16 +806,16 @@ <h3>Concept Synonyms</h3>
806806
<li>The concept_synonym_name field contains a valid Synonym of a
807807
concept, including the description in the concept_name itself. I.e. each
808808
Concept has at least one Synonym in the <a
809-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_synonym">CONCEPT_SYNONYM</a>
809+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_synonym">CONCEPT_SYNONYM</a>
810810
table. As an example, for a SNOMED-CT Concept, if the fully specified
811811
name is stored as the concept_name of the <a
812-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept">CONCEPT</a>
812+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept">CONCEPT</a>
813813
table, then the Preferred Term and Synonyms associated with the Concept
814814
are stored in the <a
815-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_synonym">CONCEPT_SYNONYM</a>
815+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_synonym">CONCEPT_SYNONYM</a>
816816
table.</li>
817817
<li>Only Synonyms that are active and current are stored in the <a
818-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_synonym">CONCEPT_SYNONYM</a>
818+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_synonym">CONCEPT_SYNONYM</a>
819819
table. Tracking synonym/description history and mapping of obsolete
820820
synonyms to current Concepts/Synonyms is out of scope for the Standard
821821
Vocabularies.</li>
@@ -827,12 +827,12 @@ <h3>Concept Ancestor</h3>
827827
<ul>
828828
<li>Each concept is also recorded as an ancestor of itself.</li>
829829
<li>Only valid and Standard Concepts participate in the <a
830-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_ancestor">CONCEPT_ANCESTOR</a>
830+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR</a>
831831
table. It is not possible to find ancestors or descendants of deprecated
832832
or Source Concepts.</li>
833833
<li>Usually, only Concepts of the same Domain are connected through
834834
records of the <a
835-
href="https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_ancestor">CONCEPT_ANCESTOR</a>
835+
href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR</a>
836836
table, but there might be exceptions.</li>
837837
</ul>
838838
</div>

0 commit comments

Comments
 (0)