Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 639 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 639 Bytes

Preauthorization App

This is a demo of a dashboard app that uses an AI to come up with a preauthorization determination.

Prerequisite

  • One guidelines pdf.
  • One medical record.

Run analysis

Once logged in and the records are uploaded.

  1. Click run analysis button.

Determination

Afterwards you are presented with a determination. This can be viewed directly after running an analysis. You then can click into the details and view specific reasoning and evidence that yielded aforementioned determination.

Requirements

  • Node.js installed v.18 or higher

Running the app

yarn install && yarn dev