PatientLocationEventTracking
This table extracts the Patient Location (PLC) event tracking information into Clarity. PLC records record information about where a patient was at a certain time. They contain information about where the patient is, when they arrived there, how they got there, and who put them there.
| Column Name | Type | Description |
|---|---|---|
| LocationConfirmedTime | DATETIME | Confirmed time that a location event occurred |
| PatientLocationFacilityRecordIdentifier | NUMERIC | This item links the patient's update event to the corresponding patient location facility (PLF) record that determines where the patient really is. |
| SurgicalCaseTrackingEventCode | VARCHAR | Surgical case tracking event |
| SourceLocationLogIdentifier | VARCHAR | Source Log ID for the patient location |
| PhysicalRecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this Chronicles record. This is populated only if you use IntraConnect. |
| PatientEncounterContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI). |
| PatientLocationEventType | INTEGER | This item will log how the patient location (PLC) event was created. |
| LocationEventCanceledTime | DATETIME | The time the event record was canceled. |
| PreviousCancellationStatus | INTEGER | Holds the status of the record before it was canceled |
| ChroniclesDataSourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this Chronicles record was extracted. This is populated only if you use IntraConnect. |
| PatientLocationEventIdentifier | NUMERIC | The unique ID of the patient location event. |
| LocationEventComment | VARCHAR | Free text field for entering comments related to the creation of location event |
| PatientLocationEventStatus | INTEGER | The status of the location event |
| PatientIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| IsLocationEventConfidential | VARCHAR | Flag denoting whether or not the location event is confidential |