Updated PERSON (markdown)
parent
dbb246a31d
commit
e09931004e
|
@ -2,7 +2,7 @@ The Person Domain contains records that uniquely identify each patient in the so
|
|||
|
||||
Field|Required|Type|Description
|
||||
:---------------------------|:--------|:------------|:-----------------------------------------------
|
||||
|person_id|Yes|integer|A unique identifier for each person.|
|
||||
|person_id :old_key: |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.|
|
||||
|month_of_birth|No|integer|The month of birth of the person. For data sources that provide the precise date of birth, the month is extracted and stored in this field.|
|
||||
|
|
Loading…
Reference in New Issue