Person
This table serves as the central identity management for all Persons in the database. It contains records that uniquely identify each person or patient, and some demographic information.
person_id | integer |
gender_concept_id |
|
year_of_birth | integer |
month_of_birth | integer |
day_of_birth | integer |
birth_datetime | datetime |
race_concept_id |
|
ethnicity_concept_id |
|
location_id |
|
provider_id |
|
care_site_id |
|
person_source_value | varchar(50) |
gender_source_value | varchar(50) |
gender_source_concept_id |
|
race_source_value | varchar(50) |
race_source_concept_id |
|
ethnicity_source_value | varchar(50) |
ethnicity_source_concept_id |
|