Patient Workflows Flashcards

1
Q

True or False: Workflows update the associated verification records?

A

True. In many cases, workflows where patients confirm details will update the associated verification records. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What types of actions does Mychart allow patients to complete for an appointment?

A

Mychart can allow patients to schedule, cancel, and reschedule appointments online. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two different methods of scheduling an appointment?

A

Direct Scheduling and Scheduling tickets. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain direct scheduling.

A

Patients directly schedule their own appointments online without interaction from scheduling staff. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain scheduling tickets.

A

Patients receive a ticket that can be used to schedule an appointment for a specific type of visit or procedure. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Ticket Scheduling?

A

If a clinician ,makes an order for a future appointment and the patient needs to schedule the appointment, the patient can receive a ticket in my chart.163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do tickets appear for patients?

A

Tickets appear as messages in my chart for the patient to resolve by scheduling an appointment. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: Users can manually release scheduling tickets.

A

True, users can manually release scheduling tickets for certain types of visits or procedures, or the system can automatically generate scheduling tickets when a clinician orders a certain procedure or lab test. 163

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How are tickets built?

A

Tickets are built as appointment requests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can you filter how many tickers were present to patients?

A

In Clarity, to determine how many tickets were presented to patients, filter APPT_REQUEST to only include rows where
REQUEST_METHOD_C = 7 ‐‐ Patient Portal RELEASED_TO_PAT_YN = ‘Y’ 164

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What type of tasks can you complete with eCheck-in?

A

*Verify registration information
* Answer questionnaires
* Collect payments
* Sign documents 164

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Auto-Arrival?

A

Hello patient allows patients to check in for their appointment through MyChart, typically on their mobile device. This allows patients to communicate their arrival without even entering the waiting room, reducing the spread of disease.164

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Hello patient can begin by 3 main methods?

A
  1. WiFi, GPS, and/or data get the device’s location and prompt the patient to mark their arrival
  2. A Bluetooth beacon in the clinic pinpoints the location of the patient’s smartphone and prompts the patient to mark their arrival
  3. The patient actively initiates the workflow to mark their arrival without any location‐based prompt. 165
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Slicerdicer Patient Workflow attempt?

A

IT is a data model that can quickly determine the most common problems preventing patients from completing workflows. 166

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False, each time a user logs into a patient facing application like mychart, they begin a session?

A

True 168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the granularity of the PatientApplicationSessionFact table?

A

The granularity is one row for each session. 168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What do the columns in the PatientApplicationSessionFact help with?

A

These columns help determine whether a patient had an encounter shortly after failing to complete a workflow.168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or False: The PatinetWorkflowAttemptFact can not tell you if patients attemped to perform direct scheduling from my chart and had a problem?

A

False, it gives you information if they had a problem and gave up. 168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the PatientWorkflowAttemptFact table?

A

The PatientWorkFlowAttemptFact table has a row for each workflow that a user attempted while in a patient facing application like mychart.168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

For the PatientWorkflowAttemptFact table how would you use the WorkflowType column?

A

You would use the Workflowsubtype column to separate Direct scheduling from Self Check-In and Self Arrival. 168

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

True or False: you can use the WorkFlowSubtype column to separate specific subtypes of workflows?

A

true 168

22
Q

In the echeck-In details section what represents one attempt?

A

Each unique combination of encounter and eCheck-in workflow represents one attempt. Attempts of the same workflow for the same encounter are sorted in incremental numerical order by the AttemptNumber column. 169

23
Q

How many rows would there be if a ptient were to launch echeck-in for their appointment, disconnect from the MyChart session without completing all the steps, and then launch eCheck-In again laters?

A

There would be 2 rows in PatientWorkFlowAttemptFact. 169

24
Q

If I were to lunch an eCheckin-In and disconnect would both instances share the same encounter?

A

Yes, but are from differernt session and would have attemptNumber 1 and then 2. 169

25
Q

True or False: It is posisble to have a single Welcome check in for multiple appointments?

A

True, it is possible for a single Welcome Check In workflow to check in multiple appointments. For example, if a patient had 3 appointments today and started a Welcome session, they could select all 3 appointments at once and check in all 3 simultaneously. These would be 3 separate rows in PatientWorkFlowAttemptFact, but they would point to the same row of PatientApplicationSessionFact. 169

26
Q

What does the PatientApplicationActionFact table contain?

A

The table contains information about actions taken in a software application used directly by patients. , such as patient portal or kiosk. It includes details like the instant the action was taken and the outcome.169

27
Q

What happens if a patient attempts an eCheck-In step in exactly one session?

A

If a patient attempts an eCheck-in step in exactly one session, then there would be one row in this table.170

28
Q

Consider the
following scenario:
1. A patient begins the Personal Information step for an encounter, but then they are disconnected
without completing the step
2. They reconnect to MyChart and resume reviewing their personal information, but are again
disconnected before completing the step
3. They reconnect to MyChart, resume reviewing their personal information, and finally complete the step. How many rows would there be?

A

The table would include a row for step 1 and a row for step 3 . 170

29
Q

What happens if a patient attempts the eCheck-In step in more than one session?

A

There would be one row to represent the step taken in the first session and one row to represent the step taken in the last session. 170

30
Q

What does the AttempEncounterMappingFact table do?

A

The table maps workflow attempt to encounters. Use it to join rows of PatientWorkflowAttempFact and EncounterFact 170

31
Q

What does VisitFact table do?

A

Th table has some quick and simple columns to indicate whether certain patient workflows activity contributed to a visit.170-171

32
Q

What does VisitFact.ScheduleOnline measure?

A

a 1/0 column that indicates whether the visit was scheduled online 171

33
Q

What does VisitFact.PortalActiveAtScheduling measure?

A

‐ a 1/0 column that indicates whether the patient’s MyChart patient
portal account was active at the time of scheduling 171

34
Q

What does VisitFact.PortalReasonForVisit measure?

A

if the visit was scheduled online, this column stores the reason for the visit
selected by the patient in the portal 171

35
Q

What does VisitFact.ScheduleFromTicket measure?

A

a 1/0 column that indicates whether the visit was scheduled from a
ticket 171

36
Q

What does VisitFact.OnlineCheckinStatus measure?

A

‐ the status of electronic check‐in for the visit 171

37
Q

What does OnlineCheckinAvailable measure?

A

a 1/0 column that indicates whether online check‐in was available for the
visit 171

38
Q

What does the VisitFact.CheckInWithKiosk measure?

A

a 1/0 column that indicates whether the visit was checked in via a kiosk 171

39
Q

What does the VisitFact.SelfArrivalAllowed measure?

A

1/0 column that indicates whether this visit supports self‐arrival 171

40
Q

Direct Scheduling

A

Patients directly schedule their own appointments online without interaction from scheduling staff. 163

41
Q

Scheduling ticket

A

– Patients receive a ticket that can be used to schedule an appointment for a specific type of visit or procedure. 163

42
Q

eCheck‐In

A

eCheck-in in MyChart allows patients to fill out required appointment check-in information before a visit. Although it is designed for outpatient encounters, you can do hospital admissions, surgeries, and labor and delivery encounters. 164

43
Q

Hello Patient

A

Hello Patient allows patients to check in for their appointment through MyChart, typically on their mobile device. 164

44
Q

Welcome

A

The Welcome patient Kiosk allows patients to complete simple workflows on their own like checking in appoints, updating demographics, verifying insurance information, and making copayments. 165

45
Q

Distinguish workflows in the Patient Workflow Attempts data model

A

There are 3 types of workflows: Direct scheduling, Self checkin, and self-arrival.The WorkflowSubType differentiates the WorkFlows for Self Checkin into eCheck-in and welcome workflows.
Select WorkFlowType
From PatientWorkFlowAttemptFact
Where WorkFlowType=’Direct Scheduling’
– WorkFlowType=’Self Check-in’
– WorkFlowType=’Self Arrival’

46
Q

Identify Epic‐released reporting options for patient workflows

A

Epic has 3 main types of epic released reporting content.
1.SlicerDicer: This data model can help the analyst to determine the most common problems preventing patients from completing workflows. 166
2.Dashboards
Registration overview, MyChart Registration, MyChart Scheduling, ECheckin-in overview, and the self- arrival key metrics 167

  1. Reporting Workbench Templates
    Welcome Session search 167.
47
Q

Determine which patient workflows contributed to an encounter

A

The AttemptEncounterMappingFact table maps workflow attempts to encounter. Use it to join rows of patientWorkflowAttemptFact and encounterFact 170

48
Q

Distinguish Caboodle tables about patient workflows

A

The tables that are involved in patient workflows are PatientWorkFlowAttemptFact , The Attempt EncountermappingFact, and the visitFact.
The PatientWorkFlowAttemptfact has a row for each workflow that a user attempted while in a patient-facing application like mychart. 168-169
The AttemptEncounterMappingFact maps workflow attempts to encounters. I would use it to join rows of PatientWorkFlowAttemptFact and EncounterFact
The VisitFact has some columns to indicate whether certain patient workflow activity contributed to a visit.
PatientApplicationSessionFact stores a row for each session in which a workflow is attempted
PatientApplicationActionFact- Individual actions that make up the workflows.

49
Q

The value of organizations enabling patient workflow activity

A

The value of allowing patients to do more workflow activities is because this gives the patients a greater sense of control over their care, and also lets the front desk staff focus on patients who most need help. 165

50
Q

The importance of identifying problems preventing patients from completing patient workflows

A

The PatientApplicationActionFact stores the individual steps taken to complete workflows. If there is more than one row in the table it indicates that the patient had to redo a step they already completed, thus showing an opportunity for improvement in the workflow. 170