-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTEST JSON FOR API.txt
More file actions
44 lines (35 loc) · 1.05 KB
/
TEST JSON FOR API.txt
File metadata and controls
44 lines (35 loc) · 1.05 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
# TEST
# Patient
{
"patient_id": 245005,
"name": "Tom",
"age": 65,
"surname": "Wozawski",
"gender": "Male"
}
# Vitals
{
"body_temp": 98.6,
"pulse_rate": 72,
"breathing_rate": 16,
"blood_pressure": 120
}
# Devices
{
"deviceType": "Heart Monitor",
"deviceName": "CardioPro 3000",
"deviceFunction": "Monitors heart rate and rhythm"
}
# Alerts
{
"type": "critical",
"message": "Battery level critically low",
"status": "pending"
}
# Notes
{
"subjective": "Patient reports a persistent cough for the past two weeks, accompanied by mild chest discomfort and occasional headaches.",
"objective": "Temperature: 99.1°F, Heart rate: 78 bpm, Blood pressure: 120/80 mmHg. Lungs clear on auscultation, mild nasal congestion.",
"assessment": "Possible viral upper respiratory infection. Differential includes allergic rhinitis or early bronchitis.",
"plan": "Prescribe a mild cough suppressant, recommend increased fluid intake, and advise rest. Follow-up in one week if symptoms persist."
}