PatientHistoricalAddress
This table extracts each patient's historical addresses.
| Column Name | Type | Description |
|---|---|---|
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| AddressLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| HistoricalAddressEndDate | DATETIME | This item stores the date on which a patient's historical address is no longer effective. |
| HistoricalAddressCountry | VARCHAR | This item stores the country from a patient's historical address. |
| HistoricalAddressStartDate | DATETIME | This item stores the date on which a patient's historical address became effective. |
| IntraConnectPhysicalOwnerInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| HistoricalAddressType | INTEGER | This item stores the address type of a patient's historical address. |
| HistoricalAddressZipCode | VARCHAR | This item stores the postal code from a patient's historical address. |
| HistoricalAddressContactName | VARCHAR | This item stores the name of the contact person associated with a patient's historical address. |
| HistoricalAddressPurposeCode | INTEGER | This item stores the purpose of a patient's historical address. |
| HistoricalAddressCounty | VARCHAR | This item stores the county from a patient's historical address. |