PatientEventLinkag
This table contains information that is useful for linking records (patient, department, etc.) to their appropriate events.
| Column Name | Type | Description |
|---|---|---|
| EventCreationUserIdentifier | VARCHAR | The unique ID of the user who created the event record. |
| MedicationReconciliationRelevantAdmissionDischargeTransfer | NUMERIC | Contains a pointer to the Admission, Transfer, Discharge, or Leave of Absence (ADT) event that is most relevant for this medication reconciliation action. An admission medication reconciliation record will point to the admission (ADT)event; a discharge or discharge/readmit (also known as inter-facility transfer) record will point to the discharge ADT event; and a transfer record will point to the most recent transfer-in ADT event that took place before reconciliation was completed. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across patients and encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| SourceInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| EventOwningCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| LastOrderRecordSummaryUpdateInstant | DATETIME | This contains the instant (in UTC) that the summary data for this record in the ORDER_REC_SUMMARY table was last updated. |
| RegistrationClipboardWorkstationIdentification | VARCHAR | Workstation that was used to add the patient to the Patients Waiting Registration clipboard. |
| EventCreationInstant | DATETIME | The instant when the event record was created. |
| AdmissionTransferDischargeEventLinkIdentifier | INTEGER | Virtual item for the Admission, Transfer, Discharge, or Leave of Absence (ADT) event link for a medication reconciliation transfer. |
| EventDepartmentIdentifier | NUMERIC | The unique ID of the department that is associated with this event record. Note: this item is populated only for department-level events. |
| RegistrationWaitingSimplePagerNumber | VARCHAR | Holds a simple patient pager number when the Patient Paging functionality is not being used. |
| EventContactDate | DATETIME | The date of this contact in calendar format. |
| EventRecordStateCategory | INTEGER | The record state category number for the event record. Link this column to the ZC_PBA_REC_STAT table to look up the corresponding record state values. |
| PatientRecordIdentifier | VARCHAR | The unique ID of the patient record for this line. This column is frequently used to link to the PATIENT table. |
| AfterVisitSummaryCopiedDateTime | DATETIME | The date and time that a user copied After Visit Summary documentation from another encounter into this one. |
| ContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across patients and encounters in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| MedicationReconciliationTransferStatus | INTEGER | The transfer status category number for medication reconciliation events. |
| EventRecordIdentifier | VARCHAR | The unique ID of the event record. This column is frequently used to link to the ED_IEV_EVENT_INFO table. |
| LastEventRecordExtractionDateTime | DATETIME | The last date and time the event record was extracted. |
| ClipboardPatientFreeTextName | VARCHAR | User-entered patient name for patient added to clipboard. User-entered text is necessary for users without security to select real patients or for new patients. |
| ContactDecimalDate | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| ExternalContactDate | DATETIME | The date of this contact in calendar format. |
| RegistrationWaitingPriorityIndicator | VARCHAR | Holds the priority value for a patient who is waiting to be registered. |
| EventCreationDateTime | DATETIME | The date the event record was created. |
| EventTypeIdentifier | VARCHAR | The unique ID of the event that indicates the type of events stored on this event record. Common examples would be 50-ED Arrived for ED related events or 35000-IP Admission Reconciliation for some medication reconciliation events. This column should be used to link to the ED_EVENT_TMPL_INFO table. |