<!--
#https://flowchart.js.org/
# use inspector to copy and paste the generated svg
#or use hackmd

```flow
st=>start: Provider seeks Payer approval for
a recommended service by filing the Prior-Auth 
and providing clinical documentation

e=>end: Payer processes the Prior-Auth

op3=>operation: Payer reviews the Prior-Auth
and all the documents
op5=>operation: Payer requests attachments
(e.g.,more information)

op6=>operation: Provider submits 
requested attachments to the Payer

op7=>operation: Payer associates submitted
attachments with the Prior-Auth
cond1=>condition: Prior-Auth and 
documentation
complete?

st->op3->cond1
cond1(yes)->e
cond1(no)->op5->op6->op7(right)->op3
```

-->