From 70f4131b6c749fb886d8eded59cac181fc711e23 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Wed, 30 Oct 2019 13:43:22 -0400 Subject: [PATCH] Updated LOCATION_HISTORY (markdown) --- StandardizedHealthSystemDataTables/LOCATION_HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedHealthSystemDataTables/LOCATION_HISTORY.md b/StandardizedHealthSystemDataTables/LOCATION_HISTORY.md index 119e13a..bf97e3a 100644 --- a/StandardizedHealthSystemDataTables/LOCATION_HISTORY.md +++ b/StandardizedHealthSystemDataTables/LOCATION_HISTORY.md @@ -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.|