MyChartSessionPatientAccessBridg
This table is used as a bridge table representing unique combinations of MyChart patient (WPR) records accessed during a given MyChart session.
| Column Name | Type | Description |
|---|---|---|
| AccessedPatientIdentification | VARCHAR | The unique ID of the patient record for this row. This refers to the patient whose MyChart account was accessed; that is, the patient associated with the WPR record in SUBJECT_MYPT_ID. This column is frequently used to link to the PATIENT table. |
| SubjectMyChartPatientIdentification | 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. |
| AccessingMyChartPersonIdentifier | 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. |
| 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. |