BedTurnaroundActivity
This table contains information about the various steps involved in turning over a bed. Each row corresponds to one bed clean and includes information about the previous patient who left the bed before the clean and the new patient who occupied the bed after the clean. This table can be joined to many other tables to retrieve additional information relating to the bed turnover process. Common joins may include, TXPORT_REQ_INFO, PEND_ACTION, CLARITY_ADT, PAT_ENC, or.
| Column Name | Type | Description |
|---|---|---|
| IncomingPatientAdmissionDischargeTransferEventIdentifier | NUMERIC | The unique ID of the ADT event record associated with the incoming patient. |
| OutgoingPatientEventIdentification | NUMERIC | The unique ID of the ADT event record associated with the outgoing patient. |
| InProgressToCleanedDurationSeconds | NUMERIC | The total time elapsed, in seconds, from when the cleaning request was last marked as In Progress to when it was completed. For multi-stage cleans, this is the sum of time elapsed for each stage. |
| OutgoingPatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for the outgoing patient associated with the ADT record. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI). |
| OutgoingPatientEventEffectiveDateTime | DATETIME | The effective instant of the associated outgoing ADT event. |
| LastCleaningRequestAssignedInstant | DATETIME | The latest instant that the cleaning request was marked Assigned. For multi-stage cleans, this is the latest time the first cleaning stage was marked Assigned. |
| OutgoingPendingActionIdentifier | VARCHAR | The unique ID of the completed pending action record associated with the outgoing ADT event. |
| CleaningRequestIdentifier | NUMERIC | The unique ID of the cleaning request. For multi-stage cleans, this is the ID of the first cleaning stage. |
| TimeElapsedFromLastAssignedToLastInProgressInSeconds | NUMERIC | The total time elapsed, in seconds, from when the cleaning request was last Assigned to when it was last marked as In Progress. For multi-stage cleans, this is the sum of time elapsed for each stage. |
| OutgoingPatientTransportRequestId | NUMERIC | The unique ID of the completed patient transport request associated with the outgoing ADT event. |
| IncomingPatientTransportRequestIdentifier | NUMERIC | The unique ID of the completed patient transport request associated with the incoming ADT event. |
| IncomingAdmissionTransferEventEntryDateTime | DATETIME | The entry instant of the associated incoming ADT event. |
| TotalDirtyToAssignedSeconds | NUMERIC | The total time elapsed, in seconds, from when the bed was first marked as Dirty to when the cleaning request was last Assigned. For multi-stage cleans, this is the sum of time elapsed for each stage. |
| BedCleanStartDateTime | DATETIME | The instant that the bed was first marked Dirty. For multi-stage cleans, this is the first time the first cleaning stage was marked Dirty. |
| IncomingEventEffectiveDateTime | DATETIME | The effective instant of the associated incoming ADT event. |
| OutgoingTransportRequestIdentifier | NUMERIC | The unique ID of the completed hospital logistics patient transport request associated with the outgoing ADT event. |
| BedIdentification | VARCHAR | The unique ID of the bed that this bed event pertains to. |
| OutgoingAdmissionDischargeTransferEventEntryInstant | DATETIME | The entry instant of the associated outgoing ADT event. |
| IncomingPendingActionIdentifier | VARCHAR | The unique ID of the completed pending action record associated with the incoming ADT event. |
| RowLastUpdatedDateTime | DATETIME | This column stores the date and time when this row was created or last updated. |