Updated VISIT_DETAIL (markdown)
parent
53580fa6ce
commit
d56afdfe2a
|
@ -43,6 +43,6 @@ Field|Required|Type|Description
|
||||||
|
|
||||||
Each record within VISIT_DETAIL may be related to each other, sequentially –> ER leading to ICU leading to medical floor, leading to rehabilitation, or in hierarchical parent-child visit –> a visit for dialysis while in ICU.
|
Each record within VISIT_DETAIL may be related to each other, sequentially –> ER leading to ICU leading to medical floor, leading to rehabilitation, or in hierarchical parent-child visit –> a visit for dialysis while in ICU.
|
||||||
|
|
||||||
Note the CONCEPT_ID for visits is 8, and is shared between VISIT_OCCURRENCE and VISIT_DETAIL in OMOP CDM. The key deviation from VISIT_OCCURRENCE is
|
Note the CONCEPT_ID for visit domain is 8, and it is shared between VISIT_OCCURRENCE and VISIT_DETAIL in OMOP CDM. The key deviation from VISIT_OCCURRENCE is
|
||||||
- self-referencing key: a new foreign key visit_detail_parent_id allows self referencing for nested visits.
|
- self-referencing key: a new foreign key visit_detail_parent_id allows self referencing for nested visits.
|
||||||
- VISIT_DETAIL points to its parent record in the VISIT_OCCURRENCE table (visit_occurrence_id)
|
- VISIT_DETAIL points to its parent record in the VISIT_OCCURRENCE table (visit_occurrence_id)
|
||||||
|
|
Loading…
Reference in New Issue