PAT_NFC_DEVICES
Description:
This table stores unique identifiers for each of a patient's Near-Field Communication (NFC) devices.

Primary Key
Column Name Ordinal Position
PAT_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ID VARCHAR No
The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table.
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 DEVICE_IDENT VARCHAR No
A unique identifier for a specific NFC tag.
4 DEVICE_ACTION_C_NAME VARCHAR No
An action taken on a specific NFC device (DEVICE_IDENT).
May contain organization-specific values: No
Category Entries:
Assigned
Removed
5 ACTION_DTTM DATETIME (UTC) No
This item stores the instant at which an action (DEVICE_ACTION_C) was taken on an NFC device (DEVICE_IDENT).
6 NFC_USER_ID VARCHAR No
The record ID of the user who performed an action (DEVICE_ACTION_C) on an NFC device (DEVICE_IDENT).
7 NFC_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.