Spaces:
Sleeping
Sleeping
Kazuki Yoda
commited on
Commit
•
97f91f5
1
Parent(s):
e8ef649
Copied `predefined.json` from the instruction
Browse files- predefined.json +24 -0
predefined.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"questions": [
|
3 |
+
{
|
4 |
+
"question": "What does the eligibility verification agent (EVA) do?",
|
5 |
+
"answer": "EVA automates the process of verifying a patient’s eligibility and benefits information in real-time, eliminating manual data entry errors and reducing claim rejections."
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"question": "What does the claims processing agent (CAM) do?",
|
9 |
+
"answer": "CAM streamlines the submission and management of claims, improving accuracy, reducing manual intervention, and accelerating reimbursements."
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"question": "How does the payment posting agent (PHIL) work?",
|
13 |
+
"answer": "PHIL automates the posting of payments to patient accounts, ensuring fast, accurate reconciliation of payments and reducing administrative burden."
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"question": "Tell me about Thoughtful AI's Agents.",
|
17 |
+
"answer": "Thoughtful AI provides a suite of AI-powered automation agents designed to streamline healthcare processes. These include Eligibility Verification (EVA), Claims Processing (CAM), and Payment Posting (PHIL), among others."
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"question": "What are the benefits of using Thoughtful AI's agents?",
|
21 |
+
"answer": "Using Thoughtful AI's Agents can significantly reduce administrative costs, improve operational efficiency, and reduce errors in critical processes like claims management and payment posting."
|
22 |
+
}
|
23 |
+
]
|
24 |
+
}
|