From 9fc85114639cabe1764dfbe5daf570678c746f48 Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 14:49:40 -0400 Subject: [PATCH] Updated PERSON (markdown) --- StandardizedClinicalDataTables/PERSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/PERSON.md b/StandardizedClinicalDataTables/PERSON.md index 6325022..1fb76f8 100644 --- a/StandardizedClinicalDataTables/PERSON.md +++ b/StandardizedClinicalDataTables/PERSON.md @@ -1,7 +1,7 @@ The Person Domain contains records that uniquely identify each patient in the source data who is time at-risk to have clinical observations recorded within the source systems. Field|Required|Type|Description -:------------------------|:--------|:------------|:----------------------------------------------- +:---------------------------|:--------|:------------|:----------------------------------------------- |person_id|Yes|integer|A unique identifier for each person.| |gender_concept_id|Yes|integer|A foreign key that refers to an identifier in the CONCEPT table for the unique gender of the person.| |year_of_birth |Yes|integer|The year of birth of the person. For data sources with date of birth, the year is extracted. For data sources where the year of birth is not available, the approximate year of birth is derived based on any age group categorization available.|