Updated LOCATION_HISTORY (markdown)

clairblacketer 2019-10-30 13:43:22 -04:00
parent e09931004e
commit 70f4131b6c
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ The LOCATION HISTORY table stores relationships between Persons or Care Sites an
Field|Required|Type|Description
:------------------------------|:--------|:------------|:----------------------------------------------
|location_id |Yes|integer|A foreign key to the location table.|
|location_id :old_key: |Yes|integer|A unique identifier that serves as a foreign key to the location table.|
|relationship_type_concept_id |Yes|varchar(50)|The type of relationship between location and entity.|
|domain_id |Yes|varchar(50)|The domain of the entity that is related to the location. Either PERSON, PROVIDER, or CARE_SITE.|
|entity_id |Yes|integer|The unique identifier for the entity. References either person_id, provider_id, or care_site_id, depending on domain_id.|