Skip to main content
An address for the individual (Patient.address[]). Previous version: patient_address Primary Keys:
  • patient_address_id
Foreign Keys:
  • patient_id - links to the patient table
† Metriport Platform added
ColumnData TypeDescription
patient_address_idvarcharUnique identifier for the address row
patient_idvarcharParent patient
address†varcharFirst and second address lines concatenated
cityvarcharCity name
districtvarcharDistrict name (e.g., county)
statevarcharState or province code
zip_codevarcharZIP or postal code
countryvarcharCountry code
lines†arrayAddress lines (first through fourth lines, nulls removed)
address_rank†intOrder of this address within the patient (1-based)
data_source_ext†varcharIntegration source of the data, derived from FHIR extension
Related Tables: Parent: