HospitalAccountDetai
Generic table that contains every hospital account record regardless of its type. It also contains the patient record that is associated with the hospital account.
| Column Name | Type | Description |
|---|---|---|
| PrimaryEncounterContactSerialNumber | NUMERIC | The contact serial number associated with the primary patient contact. |
| HospitalAccountIdentifier | NUMERIC | This column stores the unique identifier for the hospital account. |
| HospitalAccountRecordState | INTEGER | The record's status. |
| HospitalAccountPatientIdentifier | VARCHAR | This column stores the unique identifier for the patient associated with this hospital account. |
| HospitalAccountServiceAreaIdentifier | NUMERIC | The unique ID of the service area associated with the hospital account. |
| 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. |
| IntraConnectOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |