PatientLocationStructu
This table extracts information from the PLF master file. PLF records represent the different areas that a patient can be in when using the Patient Location application. They can represent well known areas such as rooms and bed, or any location that the user wants to define. PLF records are also used for direction mapping in the Welcome kiosk.
| Column Name | Type | Description |
|---|---|---|
| PhysicalRecordOwnerIdentifier | VARCHAR | Stores the physical owner of the record |
| PatientLocationType | INTEGER | This item describes the type of location for the record. |
| AssociatedPlaceOfServiceIdentifier | NUMERIC | Stores the place of service associated with a location. When a location with this set is used as an Arrival Location, it will update the place of service of the appointment. |
| CareAreaIdentifier | NUMERIC | This item holds the ID of a location's corresponding LED (Care Area) record. |
| PatientLocationLatitudeCoordinate | NUMERIC | The latitude of this patient location used in the Welcome kiosk map set. |
| DepartmentIdentifier | NUMERIC | This item holds the ID of a location's corresponding DEP record. |
| WelcomeKioskMapCategoryNumber | INTEGER | Map set category number that contains this patient location used in the Welcome kiosk. |
| PatientLocationFacilityIdentifier | NUMERIC | Location (PLF) record ID |
| LocationName | VARCHAR | The name of the PLF record. |
| PatientLocationDisplayName | VARCHAR | A patient/customer-friendly display name for the patient location. For example, this name will be displayed to patients using the Welcome kiosk. |
| RecordLogicalOwnerIdentifier | VARCHAR | Stores the logical owner for the record |
| PatientLocationBedIdentifier | VARCHAR | This item holds the ID of a location's corresponding BED record. |
| PatientLocationWelcomeKioskLongitude | NUMERIC | The longitude of this patient location used in the Welcome kiosk map set. |
| FacilityLocationIdentifier | NUMERIC | This item holds the ID of a location's corresponding EAF record. |
| ParentLocationIdentifier | NUMERIC | This item holds the ID of a location's parent location. |
| LastLockedOrUnlockedInstant | DATETIME | Stores the instant the record was last locked/unlocked |
| IsOrderDispenseLocation | VARCHAR | This item is used to determine if orders can be dispensed to this location. |