PatientCorrespondenceStreetAddress
This table stores the street address for the patient's correspondence address.
| Column Name | Type | Description |
|---|---|---|
| PatientCorrespondenceStreetAddressIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| IntraconnectPhysicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| CorrespondenceStreetAddressLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| PatientCorrespondenceStreetAddress | VARCHAR | The patient's correspondence street address. |
| 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. |