ACCESS FINAL Flashcards
True or False: A patient’s MRN is guaranteed to be unique across all patients on the same instance of Epic.
False
A given coverage record represents the unique combination of which of the following? Choose ALL answers that apply.
A. Payer
B. Plan
C. Subscriber
D. Patient
E. Member
F. Guarantor
a, b, c
Which of the following join conditions would connect each hospital account to its guarantor’s current information and exclude historical information? Choose only ONE answer
A. BillingAccountFact.GuarantorKey=GuarantorDim.GuarantorKey
B. BillingAccountFact.GuarantorDurableKey=GuarantorDim.DurableKey
C. BillingAccountFact.GuarantorKey=GuarantorDim.DurableKey
D. BillingAccountFact.GuarantorDurableKey=GuarantorDim.DurableKeyAND GuarantorDim.IsCurrent = 1
D
How many patient encounters may be associated with a guarantor record? Choose only ONE answer
A. Always zero
B. Always one
C. Either zero or one
D. Any number of encounters, including zero
D
Which of the following scenarios would create a HAR? Choose ALL answers that apply.
A. A visit in a service areas with SBO(an not VFO) that is billed through Resolute Hospital billing.
B. A visit in a service areas with SBO(and not VFO) that is billed through Resolute Professional Billing.
C. A visit in a service area with VFO (and not SBO) that is billed through Resolute Hospital Billing.
D. A visit in a service areas with with VFO(and not SBO) that is billed through Resolute Professional Billing.
E. A visit in a service area with both SBO and VFO that is billed through resolute hospital billing.
F. A visit in a service area with both SBO and VFO that is billed through Resolute Professional Billing
G. A visit in a service area with neither SBO nor VFO that is billed through Resolute Hospital Billing.
a, b, c, d, e, f, g
What does VERIFICATION.VERIF_STATUS_C represent? Choose only ONE answer.
A. The current status of a verification record.
B. The first status of a verification record.
C. Every status a verification record has had.
D. The status of the check in progress.
a
A user changed the status of a VRX record about a guarantor. That was not the final change to the VRX record’s status. Which of the following would VERIFICATION store? Choose only ONE answer.
A. The ID of the user who made the change.
B. When the change occurred.
C. The status that resulted from the change
D. The ID of the guarantor who was verified.
d
A patient’s address had two lines, and a user edited the address to instead have three lines. Assuming this is captured in Registration History, how many rows represent this edit in REG_HX_ADDR_CHNG_NEW? Choose only ONE answer.
A. 0
B.1
C.2
D.3
D. 3
True or False: A single accessibility configuration can be used to populate ACCESS_PROV, ACCESS_DEP, and ACCESS_ALL_DEPS.
True
True or False: You can use an accessibility extract configuration to automatically calculate how many days a patient would need to wait to be seen in a given department.
True
An accessibility configuration record completes its search once. What information is required to
calculate how many rows it creates in ACCESS_DEP? Choose only ONE answer.
A. The maximum number of days in the schedule the search will evaluate
B. The occurrence number ﴾whether the search finds the first, second, third, etc. next
appointment﴿
C. How many departments the search evaluates
D. How many providers the search evaluates
C
Which of the following would an inner join between APPT_REQ_APPT_LINKS and PAT_ENC return if
the join condition were APPT_REQ_APPT_LINKS.APPT_SERIAL_NUM =
PAT_ENC.APPT_SERIAL_NO? Choose only ONE answer.
A. The final appointment of any status in the series of canceled/rescheduled appointments
built from
B. The final non‐canceled appointment in the series of canceled/rescheduled appointments
built from the appointment request
C. All appointments in the series of canceled/rescheduled appointments built from the
appointment request
D. No appointments
c
What must be true about an encounter that appears in VisitFact but not V_SCHED_APPT? Choose
only ONE answer.
A. It is an appointment but not a visit
B. It is a visit but not an appointment
C. It is both a visit and an appointment
D. It is neither a visit nor an appointmen
B
Which of the following is a joint appointment? Choose only ONE answer.
A. Any appointment in an orthopedics department
B. Any appointment that spans multiple slots
C. Any appointment that involves multiple SER records
D. Any appointment that has been rescheduled at least once
C
You are creating a report on canceled and rescheduled appointments. To do so, you use the
following linking diagram. Will the sample report shown below meet this need? If not, why not?
Choose only ONE answer
A. The report will work correctly
B. The report will not work correctly because the columns in the join are incorrect
C. The report will not work correctly because the database objects are incorrect
D. Both B and C
B