Skip to main content
The patient table contains information on patients, including demographic information such as birth date and gender. Primary Keys:
  • patient_id
ColumnData TypeDescription
patient_idvarcharUnique identifier for the patient
first_namevarcharPatient’s first name
last_namevarcharPatient’s last name
gendervarcharPatient’s gender at birth
birth_datedatePatient’s date of birth
addressvarcharPatient’s address
cityvarcharCity
statevarcharState or province
zip_codevarcharZIP or postal code
data_sourcevarcharSource of the patient data