Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
•
ef72acc
1
Parent(s):
52259cd
Upload patient_details.json
Browse files- patient_details.json +117 -0
patient_details.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"patients": [
|
3 |
+
{
|
4 |
+
"id": "P001",
|
5 |
+
"name": "John Smith",
|
6 |
+
"age": 32,
|
7 |
+
"gender": "Male",
|
8 |
+
"contact": "+1 123-456-7890",
|
9 |
+
"address": "123 Main Street, City, Country",
|
10 |
+
"issue": {
|
11 |
+
"description": "The patient is experiencing symptoms of anxiety and panic attacks.",
|
12 |
+
"symptoms": ["restlessness", "shortness of breath", "heart palpitations"],
|
13 |
+
"diagnosis": "Panic Disorder",
|
14 |
+
"treatment": "Prescribed anti-anxiety medication and advised cognitive-behavioral therapy."
|
15 |
+
}
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"id": "P002",
|
19 |
+
"name": "Sarah Johnson",
|
20 |
+
"age": 41,
|
21 |
+
"gender": "Female",
|
22 |
+
"contact": "+1 234-567-8901",
|
23 |
+
"address": "456 Elm Street, City, Country",
|
24 |
+
"issue": {
|
25 |
+
"description": "The patient is experiencing persistent sadness and loss of appetite.",
|
26 |
+
"symptoms": ["low mood", "fatigue", "weight loss"],
|
27 |
+
"diagnosis": "Major Depressive Disorder",
|
28 |
+
"treatment": "Prescribed antidepressant medication and recommended psychotherapy sessions."
|
29 |
+
}
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"id": "P003",
|
33 |
+
"name": "Michael Williams",
|
34 |
+
"age": 27,
|
35 |
+
"gender": "Male",
|
36 |
+
"contact": "+1 345-678-9012",
|
37 |
+
"address": "789 Oak Avenue, City, Country",
|
38 |
+
"issue": {
|
39 |
+
"description": "The patient is experiencing difficulty concentrating and irritability.",
|
40 |
+
"symptoms": ["inability to focus", "mood swings", "agitation"],
|
41 |
+
"diagnosis": "Attention Deficit Hyperactivity Disorder (ADHD)",
|
42 |
+
"treatment": "Prescribed stimulant medication and advised behavioral therapy."
|
43 |
+
}
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"id": "P004",
|
47 |
+
"name": "Emily Davis",
|
48 |
+
"age": 35,
|
49 |
+
"gender": "Female",
|
50 |
+
"contact": "+1 456-789-0123",
|
51 |
+
"address": "987 Maple Lane, City, Country",
|
52 |
+
"issue": {
|
53 |
+
"description": "The patient is experiencing intrusive thoughts and compulsive behaviors.",
|
54 |
+
"symptoms": ["obsessions", "rituals", "anxiety"],
|
55 |
+
"diagnosis": "Obsessive-Compulsive Disorder (OCD)",
|
56 |
+
"treatment": "Prescribed selective serotonin reuptake inhibitor (SSRI) medication and recommended exposure and response prevention therapy."
|
57 |
+
}
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"id": "P005",
|
61 |
+
"name": "David Wilson",
|
62 |
+
"age": 48,
|
63 |
+
"gender": "Male",
|
64 |
+
"contact": "+1 567-890-1234",
|
65 |
+
"address": "321 Pine Street, City, Country",
|
66 |
+
"issue": {
|
67 |
+
"description": "The patient is experiencing mood swings and episodes of elevated energy.",
|
68 |
+
"symptoms": ["mania", "irritability", "decreased need for sleep"],
|
69 |
+
"diagnosis": "Bipolar Disorder",
|
70 |
+
"treatment": "Prescribed mood stabilizer medication and advised regular therapy sessions."
|
71 |
+
}
|
72 |
+
},
|
73 |
+
{
|
74 |
+
"id": "P006",
|
75 |
+
"name": "Olivia Thompson",
|
76 |
+
"age": 29,
|
77 |
+
"gender": "Female",
|
78 |
+
"contact": "+1 678-901-2345",
|
79 |
+
"address": "543 Cedar Road, City, Country",
|
80 |
+
"issue": {
|
81 |
+
"description": "The patient is experiencing social withdrawal and lack of interest in activities.",
|
82 |
+
"symptoms": ["isolation", "anhedonia", "low motivation"],
|
83 |
+
"diagnosis": "Major Depressive Disorder",
|
84 |
+
"treatment": "Prescribed antidepressant medication and recommended supportive counseling."
|
85 |
+
}
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"id": "P007",
|
89 |
+
"name": "Daniel Anderson",
|
90 |
+
"age": 36,
|
91 |
+
"gender": "Male",
|
92 |
+
"contact": "+1 789-012-3456",
|
93 |
+
"address": "876 Oak Street, City, Country",
|
94 |
+
"issue": {
|
95 |
+
"description": "The patient is experiencing recurrent nightmares and flashbacks.",
|
96 |
+
"symptoms": ["nightmares", "hypervigilance", "emotional distress"],
|
97 |
+
"diagnosis": "Post-Traumatic Stress Disorder (PTSD)",
|
98 |
+
"treatment": "Prescribed selective serotonin reuptake inhibitor (SSRI) medication and advised trauma-focused therapy."
|
99 |
+
}
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"id": "P008",
|
103 |
+
"name": "Sophia Martinez",
|
104 |
+
"age": 42,
|
105 |
+
"gender": "Female",
|
106 |
+
"contact": "+1 890-123-4567",
|
107 |
+
"address": "234 Elm Avenue, City, Country",
|
108 |
+
"issue": {
|
109 |
+
"description": "The patient is experiencing excessive worry and physical tension.",
|
110 |
+
"symptoms": ["chronic worrying", "muscle tension", "restlessness"],
|
111 |
+
"diagnosis": "Generalized Anxiety Disorder",
|
112 |
+
"treatment": "Prescribed anti-anxiety medication and advised relaxation techniques."
|
113 |
+
}
|
114 |
+
}
|
115 |
+
]
|
116 |
+
}
|
117 |
+
|