-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulation_HF_CONV_001_3weeks.json
More file actions
88 lines (88 loc) · 4.87 KB
/
simulation_HF_CONV_001_3weeks.json
File metadata and controls
88 lines (88 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"patient_id": "HF_CONV_001",
"patient_name": "Abigail Baker",
"parameters": {
"adherence_pattern": "declining",
"symptom_pattern": "progressive_worsening",
"target_endpoint": "non_adherence_failure",
"weeks": 3
},
"clinical_outcome": "NON_ADHERENCE_FAILURE",
"conversation_log": [
{
"week": 1,
"speaker": "HF Agent",
"message": "Good morning Abigail. This is your routine heart failure medication monitoring call. Let's start with a few questions about your symptoms. Have you noticed any changes in shortness of breath, leg swelling, or difficulty sleeping flat at night?"
},
{
"week": 1,
"speaker": "Patient",
"message": "Good morning. Lately I\u2019ve noticed mild shortness of breath when I exert myself, some fatigue during daily activities, and occasional leg swelling. I haven't had trouble sleeping flat at night yet, but I do feel a bit more tired than usual."
},
{
"week": 1,
"speaker": "HF Agent",
"message": "Thank you for sharing your symptoms. Can you please provide your current weight, blood pressure, heart rate, and oxygen saturation? Have you taken all your medications as prescribed, and are you experiencing any side effects?"
},
{
"week": 1,
"speaker": "Patient",
"message": "My current readings are:\n- Blood pressure: 112/68 mmHg\n- Heart rate: 67 bpm\n- Weight: (not available right now)\n- Oxygen saturation: I don\u2019t have that number.\n\nThis week, I\u2019ve taken all my medications as prescribed. I haven\u2019t experienced any side effects."
},
{
"week": 1,
"speaker": "HF Agent",
"message": "Your physician has recommended continuing your current heart failure medications at the same doses. We'll follow up in one week. WEEK_COMPLETE"
},
{
"week": 2,
"speaker": "HF Agent",
"message": "Good morning Abigail. This is your routine heart failure medication monitoring call. Let's start with a few questions about your symptoms. Have you noticed any changes in shortness of breath, leg swelling, or difficulty sleeping flat at night?"
},
{
"week": 2,
"speaker": "Patient",
"message": "Good morning. Over the past week, I've had mild shortness of breath with exertion and have felt more tired when doing daily activities. I've also noticed some occasional swelling in my legs. I haven't had trouble sleeping flat at night yet."
},
{
"week": 2,
"speaker": "HF Agent",
"message": "Thank you for sharing those details. Can you please provide your current weight, blood pressure, heart rate, and oxygen saturation? Have you been taking your medications as prescribed, and have you noticed any side effects?"
},
{
"week": 2,
"speaker": "Patient",
"message": "Here are my current details:\n- Blood pressure: 123/67 mmHg\n- Heart rate: 71 bpm\n- Weight: I don\u2019t have a recent weight recorded right now\n- Oxygen saturation: Not available\n\nI\u2019ve been excellent with my medications this week\u2014taking all as prescribed. I haven\u2019t noticed any side effects."
},
{
"week": 2,
"speaker": "HF Agent",
"message": "Thank you for sharing your details and confirming medication adherence. Based on your provided information, your physician recommends continuing all current doses. We\u2019ll follow up in one week. WEEK_COMPLETE"
},
{
"week": 3,
"speaker": "HF Agent",
"message": "Good morning Abigail. This is your routine heart failure medication monitoring call. Let's start with a few questions about your symptoms. Have you noticed any changes in shortness of breath, leg swelling, or difficulty sleeping flat at night?"
},
{
"week": 3,
"speaker": "Patient",
"message": "Good morning. Over the past week, I\u2019ve noticed mild shortness of breath when I\u2019m active, some fatigue during daily activities, and occasional swelling in my legs. I haven\u2019t really had trouble sleeping flat at night so far."
},
{
"week": 3,
"speaker": "HF Agent",
"message": "Thank you for sharing that update. Can you provide your current weight, blood pressure, heart rate, and oxygen saturation? Have you been taking all your medications as prescribed? Any side effects?"
},
{
"week": 3,
"speaker": "Patient",
"message": "My current blood pressure is 124/67, heart rate is 75 bpm. I don't have a recent weight or oxygen saturation reading available. I've been taking all my medications as prescribed this week. I'm not experiencing any side effects right now."
},
{
"week": 3,
"speaker": "HF Agent",
"message": "Thank you for providing your blood pressure, heart rate, and medication adherence. Your physician has recommended continuing your current medications without dose changes. We'll follow up again in one week. WEEK_COMPLETE"
}
]
}