OR_LOG_HANDOFFS
Description:
This table stores information on the patient handoffs associated with a log.

Primary Key
Column Name Ordinal Position
LOG_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 LOG_ID VARCHAR No
The unique identifier for the log record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 HANDOFF_TYPE_C_NAME VARCHAR No
Documents the type of handoff.
May contain organization-specific values: Yes
No Entries Defined
4 HNDOFF_FRM_STAFF_ID VARCHAR No
Documents the staff giving the handoff.
5 HANDOFF_TO_STAFF_ID VARCHAR No
Documents the staff receiving the handoff.
6 HANDOFF_DATE DATETIME No
Documents the date of the handoff.
7 HANDOFF_TIME DATETIME (UTC) No
Documents the time of the handoff.
8 HANDOFF_STATUS_C_NAME VARCHAR No
This item stores the handoff status.
May contain organization-specific values: Yes
No Entries Defined
9 HANDOFF_METHOD_C_NAME VARCHAR No
This item stores the handoff method.
May contain organization-specific values: Yes
No Entries Defined
10 HANDOFF_COMMENTS VARCHAR No
This item stores any comments related to this handoff.