Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

configuring plan mapping & query chaining #15 you have a payer that ret…

Question

configuring plan mapping & query chaining

#15 you have a payer that returns information for two plans in your system whose record ids are 123 and 456. which of the following is the correct way to configure the general table when you want to narrow down the selection list of plans an end user can choose from?

select one of the following (1 pt)

a. 123 & 456
b. 123/456
c. one row includes 123 and another row includes 456
d. 123 456

Explanation:

Analyze the configuration requirement

The question asks for the correct syntax to configure a general table in Epic's Real-Time Eligibility (RTE) plan mapping when a payer returns information for multiple plans (record IDs 123 and 456) and you want to narrow down the selection list of plans for the end user.

Evaluate the syntax options

In Epic RTE plan mapping general tables, multiple plan record IDs that should be mapped or presented together as options are separated by a forward slash (/). Therefore, the correct syntax to list both plan 123 and plan 456 in the same mapping row is 123/456.

Answer:

  • A. 123 & 456
  • B. 123/456 (Correct answer)
  • C. One row includes 123 and another row includes 456
  • D. 123 456