File size: 6,784 Bytes
8ba0064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
{
    "app_title": "PPD Risk Assessment",
    "description": "Enter patient details to screen for Postpartum Depression risk.",
    "fields": [
        {
            "id": "Need for Support",
            "label": "Select Need for Support",
            "type": "dropdown",
            "options": [
                "high",
                "low",
                "medium",
                "none"
            ],
            "default": "high"
        },
        {
            "id": "Recieved Support",
            "label": "Select Recieved Support",
            "type": "dropdown",
            "options": [
                "high",
                "low",
                "medium"
            ],
            "default": "high"
        },
        {
            "id": "Abuse",
            "label": "Select Abuse",
            "type": "dropdown",
            "options": [
                "no",
                "yes"
            ],
            "default": "no"
        },
        {
            "id": "Disease before pregnancy",
            "label": "Select Disease before pregnancy",
            "type": "dropdown",
            "options": [
                "1.2",
                "chronic disease",
                "non-chronic disease",
                "none"
            ],
            "default": "1.2"
        },
        {
            "id": "Occupation before latest pregnancy",
            "label": "Select Occupation before latest pregnancy",
            "type": "dropdown",
            "options": [
                "business",
                "doctor",
                "house wife",
                "housewife",
                "other",
                "service",
                "student",
                "teacher"
            ],
            "default": "business"
        },
        {
            "id": "Pregnancy plan",
            "label": "Select Pregnancy plan",
            "type": "dropdown",
            "options": [
                "no",
                "yes"
            ],
            "default": "no"
        },
        {
            "id": "Relationship with husband",
            "label": "Select Relationship with husband",
            "type": "dropdown",
            "options": [
                "bad",
                "friendly",
                "good",
                "neutral",
                "poor"
            ],
            "default": "bad"
        },
        {
            "id": "Major changes or losses during pregnancy",
            "label": "Select Major changes or losses during pregnancy",
            "type": "dropdown",
            "options": [
                "no",
                "yes"
            ],
            "default": "no"
        },
        {
            "id": "Relationship with the in-laws",
            "label": "Select Relationship with the in-laws",
            "type": "dropdown",
            "options": [
                "bad",
                "friendly",
                "good",
                "neutral",
                "poor"
            ],
            "default": "bad"
        },
        {
            "id": "Birth compliancy",
            "label": "Select Birth compliancy",
            "type": "dropdown",
            "options": [
                "no",
                "yes"
            ],
            "default": "no"
        },
        {
            "id": "Relationship between father and newborn",
            "label": "Select Relationship between father and newborn",
            "type": "dropdown",
            "options": [
                "bad",
                "good",
                "neutral",
                "very good"
            ],
            "default": "bad"
        },
        {
            "id": "Education Level",
            "label": "Select Education Level",
            "type": "dropdown",
            "options": [
                "college",
                "high school",
                "primary school",
                "university",
                "unknown"
            ],
            "default": "college"
        },
        {
            "id": "Family type",
            "label": "Select Family type",
            "type": "dropdown",
            "options": [
                "joint",
                "nuclear"
            ],
            "default": "joint"
        },
        {
            "id": "Diseases during pregnancy",
            "label": "Select Diseases during pregnancy",
            "type": "dropdown",
            "options": [
                "chronic disease",
                "non-chronic disease",
                "none"
            ],
            "default": "chronic disease"
        },
        {
            "id": "Trust and share feelings",
            "label": "Select Trust and share feelings",
            "type": "dropdown",
            "options": [
                "no",
                "yes"
            ],
            "default": "no"
        },
        {
            "id": "Relationship with the newborn",
            "label": "Select Relationship with the newborn",
            "type": "dropdown",
            "options": [
                "bad",
                "good",
                "neutral",
                "very good"
            ],
            "default": "bad"
        },
        {
            "id": "Occupation After Your Latest Childbirth",
            "label": "Select Occupation After Your Latest Childbirth",
            "type": "dropdown",
            "options": [
                "business",
                "doctor",
                "house wife",
                "housewife",
                "other",
                "service",
                "student",
                "teacher"
            ],
            "default": "business"
        },
        {
            "id": "Age",
            "label": "Enter Age",
            "type": "number",
            "min": 18.0,
            "max": 45.0,
            "default": 18.0
        },
        {
            "id": "Addiction",
            "label": "Select Addiction",
            "type": "dropdown",
            "options": [
                "Drinking",
                "Drugs",
                "Smoking"
            ],
            "default": "Drinking"
        },
        {
            "id": "Husband's education level",
            "label": "Select Husband's education level",
            "type": "dropdown",
            "options": [
                "College",
                "High School",
                "High school",
                "Primary School",
                "Primary school",
                "University"
            ],
            "default": "College"
        }
    ]
}