PatientApplicationUserAudi
This table stores an audit trail of actions taken within patient facing web applications. This includes MyChart, MyChart Bedside, and audits for web services intended for use by patient facing applications. MyChart Bedside events will populate WPR 535 instead of WPR 530 to indicate the type of audit event. The fields in this table track who took the action (typically the patient), what action was taken and when the action was taken.
| Column Name | Type | Description |
|---|---|---|
| UserAccessSessionNumber | NUMERIC | The session number for a MyChart user for the MyChart user access audit trail. Useful for grouping MyChart audit trail data by session. The session number is generated during the login event as the number of seconds since 1850 in UTC. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| UserActionDescriptionText | VARCHAR | User Action - User Description. This contains an identifier for the user doing the access when we do not have an ID to map the user to. This is relevant for remote admin access and for Share Everywhere logins. |
| BedsideUserActionType | INTEGER | Part of the MyChart audit trail. Records the type of action taken from MyChart Bedside. |
| AuditActionSubtypeCode | INTEGER | Part of the MyChart audit trail. Records the subtype of action taken. |
| UserAccessRemoteInternetProtocolAddress | VARCHAR | Part of the MyChart audit trail. Contains the IP address of the source of the user access. |
| UserAccessExtendedInformation | VARCHAR | A free text item that stores additional info, as needed, for each user access action. |
| UserAccessAuditLineNumber | INTEGER | The line number to identify a single row of user access data within the WPR user record. |
| AdministratorUniversalLoginUserIdentifier | VARCHAR | If an administrator accessed a MyChart account using the universal login functionality , then this field stores that person's unique user ID (EMP .1). |
| UserAgentString | VARCHAR | This audit item stores the HTTP user agent string. |
| UserActionTaken | INTEGER | A category value that indicates what action was taken. A value of 1 corresponds to "Read," while 2 corresponds to "Write." |
| PatientAccessAccountId | VARCHAR | The unique ID of the WPR user record that was accessed. The WPR user could be a user of MyChart or a MyChart Bedside user. |
| MyChartUserAccessType | INTEGER | A category value corresponding to the MyChart activity or section that the user accessed. Examples are: login, allergies, lab results, problem list, wallet card, etc. |
| SourceOrganizationIdentifier | NUMERIC | Source DXO ID for the community that gets the data from the current organization |
| WhoAccessedMyChartRecord | VARCHAR | If a patient accessed their own account, then this field stores that person's WPR ID (WPR .1). It may be the patient or another person who has proxy access to the patient's account. |
| AccessingPersonTypeCategory | INTEGER | The person type category number for the person who accessed the MyChart user record. A value of 1 corresponds to "Patient," while 2 corresponds to "User." |
| AuditSourceApplication | INTEGER | Part of the MyChart audit trail. A category value that contains the application or submodule that generated the audit action. |
| UserActionTimestamp | DATETIME | A timestamp indicating the instant that the action was taken. |
| BedsideEncounterContextSerialNumber | NUMERIC | The CSN of the encounter context through which the data is being viewed. Although the column title includes Bedside, this may also be populated through certain MyChart workflows. If the action is originating in MyChart Bedside (BEDSIDE_UA_TYPE_C will be populated), this is the CSN of the admission. If originating in MyChart (MYC_UA_TYPE_C will be populated), this may be populated if the user is viewing data through a MyChart Now encounter context, or if the user is viewing data through a Bedside-specific view outside of a MyChart Now encounter context. In either case this is the CSN of the encounter that the view is being tailored to. |
| UserAccessDeviceIdentifier | VARCHAR | This audit item stores the (mobile) device ID with which MyChart was accessed. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |