diff --git a/docs/cdm54.html b/docs/cdm54.html
index 5bb3a13..1d2a4d7 100644
--- a/docs/cdm54.html
+++ b/docs/cdm54.html
@@ -639,6 +639,7 @@ BIRTH_DAY, BIRTH_MONTH and BIRTH_YEAR.
For detailed conventions
for how to populate this table, please refer to the THEMIS
repository.
+
observation_period
@@ -837,21 +838,21 @@ identifying Persons who should suffer from the recorded Condition.
Record all conditions as they exist in the source data. Any decisions
about diagnosis/phenotype definitions would be done through cohort
specifications. These cohorts can be housed in the
COHORT
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#payer_plan_period">COHORT
table. Conditions span a time interval from start to end, but are
typically recorded as single snapshot records with no end date. The
reason is twofold: (i) At the time of the recording the duration is not
known and later not recorded, and (ii) the Persons typically cease
interacting with the healthcare system when they feel better, which
leads to incomplete capture of resolved Conditions. The
CONDITION_ERA
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#condition_era">CONDITION_ERA
table addresses this issue. Family history and past diagnoses (‘history
of’) are not recorded in this table. Instead, they are listed in the
OBSERVATION
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#observation">OBSERVATION
table. Codes written in the process of establishing the diagnosis, such
as ‘question of’ of and ‘rule out’, should not represented here.
Instead, they should be recorded in the
OBSERVATION
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#observation">OBSERVATION
table, if they are used for analyses. However, this information is not
always available.
ETL Conventions
diff --git a/docs/dataModelConventions.html b/docs/dataModelConventions.html
index bd6b1cd..613d1c4 100644
--- a/docs/dataModelConventions.html
+++ b/docs/dataModelConventions.html
@@ -603,7 +603,7 @@ the same Concept between releases of the Standardized Vocabularies.
A descriptive name for each Concept is stored as the Concept Name as
part of the CONCEPT table. Additional names and descriptions for the
Concept are stored as Synonyms in the CONCEPT_SYNONYM
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_synonym">CONCEPT_SYNONYM
table.
Each Concept is assigned to a Domain. For Standard Concepts, there
is always a single Domain. Source Concepts can be composite or
@@ -631,7 +631,7 @@ participate in the construction of the CONCEPT_ANCESTOR table and can be
used to identify Descendants that may appear in the data. See
CONCEPT_ANCESTOR table. Non-standard Concepts can only appear in
*_source_concept_id fields and are not used in CONCEPT_ANCESTOR
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR
table. Please refer to the Standardized Vocabularies specifications for
details of the Standard Concept designation.
The lifespan of a Concept is recorded through its valid_start_date,
@@ -760,12 +760,12 @@ concept_id_1 and concept_id_2 fields.
Concept Relationships define direct relationships between Concepts.
Indirect relationships through 3rd Concepts are not captured in this
table. However, the CONCEPT_ANCESTOR
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#concept_ancestor">CONCEPT_ANCESTOR
table does this for hierarchical relationships over several
“generations” of direct relationships.
In previous versions of the CDM, the relationship_id used to be a
numerical identifier. See the RELATIONSHIP
+href="https://ohdsi.github.io/CommonDataModel/cdm54.html#relationship">RELATIONSHIP
table.
@@ -790,7 +790,7 @@ purposes of creating a closed Information Model, where all entities in
the OMOP CDM are covered by unique Concepts.