The patient table contains information on patients, including demographic information such as birth date, gender, race, and ethnicity. This is the core table that contains this information. Primary Keys:
  • person_id
ColumnData TypeDescriptionTerminology
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
patient_idstringUnique identifier for the patient-
first_namestringPatient’s first name-
last_namestringPatient’s last name-
middle_namestringPatient’s middle name-
date_of_birthdatePatient’s date of birth-
genderstringPatient’s gendermale, female, other, unknown
racestringPatient’s race-
ethnicitystringPatient’s ethnicity-
marital_statusstringPatient’s marital statussingle, married, divorced, widowed
address_line_1stringPrimary address line-
address_line_2stringSecondary address line-
citystringCity-
statestringState or province-
zip_codestringZIP or postal code-
countrystringCountry-
phone_numberstringPrimary phone number-
email_addressstringPrimary email address-
primary_languagestringPatient’s primary language-
insurance_idstringPrimary insurance identifier-
insurance_providerstringPrimary insurance provider-
insurance_groupstringInsurance group number-
data_sourcestringSource of the patient dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the patient data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-