Skip to main content

Test your knowledge: Build your second automation with Magical

Written by Sam B.

Goal

Build an intermediate level automation using Magical. The automation will navigate to an Electronic Health Record system, downloads a pharmaceutical prior authorization PDF, extracts structured data from the pharmaceutical prior authorization PDF and automatically submits the information into a prior authorization form.

Guidelines

Part 1: Table processor

Your agent should monitor the queue of prior authorizations and action on any in the table that require input. You’ll be pulling the prior authorizations from a simulated Employee Health Record system here.

Part 2: Data Extraction

Your agent should extract the following information from the provided PDFs.

Patient Information:

  • Patient First Name

  • Patient Last Name

  • Patient Date of Birth

  • Patient Phone Number

  • Patient Gender

Prescriber Information:

  • Prescriber Name

  • Prescriber NPI Number

Prescription Information:

  • Drug Name

  • Drug Strength (with unit)

  • Route of Administration

  • Quantity (including time period)

Part 3: Data Submission

Configure your agent to automatically submit the extracted information to a simulated Payer Portal here. Watch for formatting errors!

Testing

Use the Try It feature to test out the automation in Draft mode.

Did this answer your question?