Skip to main content
The patient address table contains normalized address information for patients. This table supports multiple addresses per patient. Primary Keys:
  • patient_id
  • address_rank
Foreign Keys:
  • patient_id - links to the patient table
ColumnData TypeDescription
patient_idvarcharUnique identifier for the patient
addressvarcharFirst and second address lines concatenated
cityvarcharCity name
districtvarcharDistrict name (e.g., county)
statevarcharState or province code
zip_codevarcharZIP or postal code
countryvarcharCountry code
linesvarchar[]Address lines as array of strings
data_source_extvarcharSource of the address data
address_rankintegerPatient FHIR resource array order