You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,17 +72,17 @@ Try these prompts in Prompt Opinion (select a patient first, e.g. Morgan564 Lars
72
72
73
73
**Step 1: Check authorization status**
74
74
```
75
-
Call the CheckAuthStatus tool with medicationName set to adalimumab
75
+
I want you to call the AuthArmor CheckAuthStatus tool. Do NOT use GetPatientData. Use CheckAuthStatus with medicationName adalimumab.
76
76
```
77
77
78
78
**Step 2: Generate appeal letter**
79
79
```
80
-
Call the GenerateAppeal toolwith medicationName set to adalimumab and denialReason set to Step therapy requirement not met
80
+
I want you to call the AuthArmor GenerateAppeal tool. Use GenerateAppeal with medicationName adalimumab and denialReason Step therapy requirement not met.
81
81
```
82
82
83
83
**Step 3: Format as document**
84
84
```
85
-
Call the GetAppealPdf toolwith appealText set to This letter serves as a formal appeal for the prior authorization denial of adalimumab. The denial reason was Step therapy requirement not met. We request reconsideration based on clinical evidence.
85
+
I want you to call the AuthArmor GetAppealPdf tool. Use GetAppealPdf with appealText set to: This letter serves as a formal appeal for the prior authorization denial of adalimumab for patient Morgan564 Larson43. The denial reason was Step therapy requirement not met. We request reconsideration based on clinical evidence.
0 commit comments