Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.metriport.com/llms.txt

Use this file to discover all available pages before exploring further.

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_extvarcharIntegration source of the data, derived from FHIR extension
address_rankintegerPatient FHIR resource array order