@cdc/dashboard 4.24.11 → 4.24.12-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdcdashboard.js +49442 -49230
- package/examples/ed-visits-county-file.json +141 -357
- package/examples/private/DEV-10120.json +1294 -0
- package/examples/private/DEV-9199.json +606 -0
- package/examples/private/DEV-9684.json +2135 -0
- package/examples/private/DEV-9989.json +229 -0
- package/examples/private/art-dashboard.json +18174 -0
- package/examples/private/art-scratch.json +2406 -0
- package/examples/private/dashboard-config-ehdi.json +29915 -0
- package/examples/private/dashboard-margins.js +15 -0
- package/examples/private/dataset.json +1452 -0
- package/examples/private/ehdi-data.json +29502 -0
- package/examples/private/gaza-issue.json +1214 -0
- package/examples/private/workforce.json +2041 -0
- package/package.json +9 -9
- package/src/CdcDashboard.tsx +8 -15
- package/src/CdcDashboardComponent.tsx +53 -38
- package/src/DashboardContext.tsx +2 -0
- package/src/components/CollapsibleVisualizationRow.tsx +8 -2
- package/src/components/DashboardFilters/DashboardFilters.tsx +107 -59
- package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +2 -0
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +54 -50
- package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +6 -2
- package/src/components/DashboardFilters/dashboardfilter.styles.css +16 -0
- package/src/components/VisualizationRow.tsx +30 -20
- package/src/components/Widget.tsx +1 -1
- package/src/data/initial-state.js +2 -1
- package/src/helpers/addValuesToDashboardFilters.ts +4 -2
- package/src/helpers/apiFilterHelpers.ts +55 -20
- package/src/helpers/changeFilterActive.ts +3 -0
- package/src/helpers/filterData.ts +1 -1
- package/src/helpers/loadAPIFilters.ts +25 -8
- package/src/helpers/reloadURLHelpers.ts +9 -2
- package/src/helpers/shouldLoadAllFilters.ts +30 -0
- package/src/helpers/tests/apiFilterHelpers.test.ts +85 -4
- package/src/helpers/tests/loadAPIFiltersWrapper.test.ts +8 -3
- package/src/helpers/tests/reloadURLHelpers.test.ts +11 -5
- package/src/helpers/tests/shouldLoadAllFilters.test.ts +117 -0
- package/src/store/dashboard.reducer.ts +2 -1
|
@@ -0,0 +1,1452 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"95%_CI": null,
|
|
4
|
+
"Category": "Age Group",
|
|
5
|
+
"Category_Order": "3",
|
|
6
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
7
|
+
"DataSource": "BRFSS",
|
|
8
|
+
"Data_Type": "Crude Prevalence",
|
|
9
|
+
"Dataset": "Nationwide",
|
|
10
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
11
|
+
"GeoLocation_Lat": null,
|
|
12
|
+
"GeoLocation_Long": null,
|
|
13
|
+
"High_CI": null,
|
|
14
|
+
"LocationCategory": "States",
|
|
15
|
+
"Low_CI": null,
|
|
16
|
+
"Percentage": null,
|
|
17
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
18
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
19
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
20
|
+
"State": "Alaska",
|
|
21
|
+
"State_Abbr": "AK",
|
|
22
|
+
"Subcategory": "18-24",
|
|
23
|
+
"Subcategory_Filter": "18-24",
|
|
24
|
+
"Subcategory_Order": "4",
|
|
25
|
+
"Topic": "BMI Categories",
|
|
26
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
27
|
+
"Year": "1995",
|
|
28
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
29
|
+
"n": "57"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"95%_CI": "42.8-57.2",
|
|
33
|
+
"Category": "Age Group",
|
|
34
|
+
"Category_Order": "3",
|
|
35
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
36
|
+
"DataSource": "BRFSS",
|
|
37
|
+
"Data_Type": "Crude Prevalence",
|
|
38
|
+
"Dataset": "Nationwide",
|
|
39
|
+
"Footnotes": null,
|
|
40
|
+
"GeoLocation_Lat": null,
|
|
41
|
+
"GeoLocation_Long": null,
|
|
42
|
+
"High_CI": "57.2",
|
|
43
|
+
"LocationCategory": "States",
|
|
44
|
+
"Low_CI": "42.8",
|
|
45
|
+
"Percentage": "50.0000",
|
|
46
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
47
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
48
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
49
|
+
"State": "Alaska",
|
|
50
|
+
"State_Abbr": "AK",
|
|
51
|
+
"Subcategory": "25-34",
|
|
52
|
+
"Subcategory_Filter": "25-34",
|
|
53
|
+
"Subcategory_Order": "7",
|
|
54
|
+
"Topic": "BMI Categories",
|
|
55
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
56
|
+
"Year": "1995",
|
|
57
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
58
|
+
"n": "164"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"95%_CI": "39.1-53.3",
|
|
62
|
+
"Category": "Age Group",
|
|
63
|
+
"Category_Order": "3",
|
|
64
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
65
|
+
"DataSource": "BRFSS",
|
|
66
|
+
"Data_Type": "Crude Prevalence",
|
|
67
|
+
"Dataset": "Nationwide",
|
|
68
|
+
"Footnotes": null,
|
|
69
|
+
"GeoLocation_Lat": null,
|
|
70
|
+
"GeoLocation_Long": null,
|
|
71
|
+
"High_CI": "53.3",
|
|
72
|
+
"LocationCategory": "States",
|
|
73
|
+
"Low_CI": "39.1",
|
|
74
|
+
"Percentage": "46.2000",
|
|
75
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
76
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
77
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
78
|
+
"State": "Alaska",
|
|
79
|
+
"State_Abbr": "AK",
|
|
80
|
+
"Subcategory": "35-44",
|
|
81
|
+
"Subcategory_Filter": "35-44",
|
|
82
|
+
"Subcategory_Order": "10",
|
|
83
|
+
"Topic": "BMI Categories",
|
|
84
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
85
|
+
"Year": "1995",
|
|
86
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
87
|
+
"n": "207"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"95%_CI": "23.6-39.6",
|
|
91
|
+
"Category": "Age Group",
|
|
92
|
+
"Category_Order": "3",
|
|
93
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
94
|
+
"DataSource": "BRFSS",
|
|
95
|
+
"Data_Type": "Crude Prevalence",
|
|
96
|
+
"Dataset": "Nationwide",
|
|
97
|
+
"Footnotes": null,
|
|
98
|
+
"GeoLocation_Lat": null,
|
|
99
|
+
"GeoLocation_Long": null,
|
|
100
|
+
"High_CI": "39.6",
|
|
101
|
+
"LocationCategory": "States",
|
|
102
|
+
"Low_CI": "23.6",
|
|
103
|
+
"Percentage": "31.6000",
|
|
104
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
105
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
106
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
107
|
+
"State": "Alaska",
|
|
108
|
+
"State_Abbr": "AK",
|
|
109
|
+
"Subcategory": "45-54",
|
|
110
|
+
"Subcategory_Filter": "45-54",
|
|
111
|
+
"Subcategory_Order": "14",
|
|
112
|
+
"Topic": "BMI Categories",
|
|
113
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
114
|
+
"Year": "1995",
|
|
115
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
116
|
+
"n": "98"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"95%_CI": null,
|
|
120
|
+
"Category": "Age Group",
|
|
121
|
+
"Category_Order": "3",
|
|
122
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
123
|
+
"DataSource": "BRFSS",
|
|
124
|
+
"Data_Type": "Crude Prevalence",
|
|
125
|
+
"Dataset": "Nationwide",
|
|
126
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
127
|
+
"GeoLocation_Lat": null,
|
|
128
|
+
"GeoLocation_Long": null,
|
|
129
|
+
"High_CI": null,
|
|
130
|
+
"LocationCategory": "States",
|
|
131
|
+
"Low_CI": null,
|
|
132
|
+
"Percentage": null,
|
|
133
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
134
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
135
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
136
|
+
"State": "Alaska",
|
|
137
|
+
"State_Abbr": "AK",
|
|
138
|
+
"Subcategory": "55-64",
|
|
139
|
+
"Subcategory_Filter": "55-64",
|
|
140
|
+
"Subcategory_Order": "18",
|
|
141
|
+
"Topic": "BMI Categories",
|
|
142
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
143
|
+
"Year": "1995",
|
|
144
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
145
|
+
"n": "55"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"95%_CI": null,
|
|
149
|
+
"Category": "Age Group",
|
|
150
|
+
"Category_Order": "3",
|
|
151
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
152
|
+
"DataSource": "BRFSS",
|
|
153
|
+
"Data_Type": "Crude Prevalence",
|
|
154
|
+
"Dataset": "Nationwide",
|
|
155
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
156
|
+
"GeoLocation_Lat": null,
|
|
157
|
+
"GeoLocation_Long": null,
|
|
158
|
+
"High_CI": null,
|
|
159
|
+
"LocationCategory": "States",
|
|
160
|
+
"Low_CI": null,
|
|
161
|
+
"Percentage": null,
|
|
162
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
163
|
+
"Response": "Neither overweight nor obese (BMI le 24.9)",
|
|
164
|
+
"Response_Filter": "Neither overweight nor obese (BMI le 24.9)",
|
|
165
|
+
"State": "Alaska",
|
|
166
|
+
"State_Abbr": "AK",
|
|
167
|
+
"Subcategory": "65+",
|
|
168
|
+
"Subcategory_Filter": "65+",
|
|
169
|
+
"Subcategory_Order": "23",
|
|
170
|
+
"Topic": "BMI Categories",
|
|
171
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
172
|
+
"Year": "1995",
|
|
173
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
174
|
+
"n": "35"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"95%_CI": "17.8-37.4",
|
|
178
|
+
"Category": "Age Group",
|
|
179
|
+
"Category_Order": "3",
|
|
180
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
181
|
+
"DataSource": "BRFSS",
|
|
182
|
+
"Data_Type": "Crude Prevalence",
|
|
183
|
+
"Dataset": "Nationwide",
|
|
184
|
+
"Footnotes": null,
|
|
185
|
+
"GeoLocation_Lat": null,
|
|
186
|
+
"GeoLocation_Long": null,
|
|
187
|
+
"High_CI": "37.4",
|
|
188
|
+
"LocationCategory": "States",
|
|
189
|
+
"Low_CI": "17.8",
|
|
190
|
+
"Percentage": "27.6000",
|
|
191
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
192
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
193
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
194
|
+
"State": "Alaska",
|
|
195
|
+
"State_Abbr": "AK",
|
|
196
|
+
"Subcategory": "18-24",
|
|
197
|
+
"Subcategory_Filter": "18-24",
|
|
198
|
+
"Subcategory_Order": "4",
|
|
199
|
+
"Topic": "BMI Categories",
|
|
200
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
201
|
+
"Year": "1995",
|
|
202
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
203
|
+
"n": "39"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"95%_CI": "30.3-44.3",
|
|
207
|
+
"Category": "Age Group",
|
|
208
|
+
"Category_Order": "3",
|
|
209
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
210
|
+
"DataSource": "BRFSS",
|
|
211
|
+
"Data_Type": "Crude Prevalence",
|
|
212
|
+
"Dataset": "Nationwide",
|
|
213
|
+
"Footnotes": null,
|
|
214
|
+
"GeoLocation_Lat": null,
|
|
215
|
+
"GeoLocation_Long": null,
|
|
216
|
+
"High_CI": "44.3",
|
|
217
|
+
"LocationCategory": "States",
|
|
218
|
+
"Low_CI": "30.3",
|
|
219
|
+
"Percentage": "37.3000",
|
|
220
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
221
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
222
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
223
|
+
"State": "Alaska",
|
|
224
|
+
"State_Abbr": "AK",
|
|
225
|
+
"Subcategory": "25-34",
|
|
226
|
+
"Subcategory_Filter": "25-34",
|
|
227
|
+
"Subcategory_Order": "7",
|
|
228
|
+
"Topic": "BMI Categories",
|
|
229
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
230
|
+
"Year": "1995",
|
|
231
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
232
|
+
"n": "123"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"95%_CI": "26.5-39.9",
|
|
236
|
+
"Category": "Age Group",
|
|
237
|
+
"Category_Order": "3",
|
|
238
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
239
|
+
"DataSource": "BRFSS",
|
|
240
|
+
"Data_Type": "Crude Prevalence",
|
|
241
|
+
"Dataset": "Nationwide",
|
|
242
|
+
"Footnotes": null,
|
|
243
|
+
"GeoLocation_Lat": null,
|
|
244
|
+
"GeoLocation_Long": null,
|
|
245
|
+
"High_CI": "39.9",
|
|
246
|
+
"LocationCategory": "States",
|
|
247
|
+
"Low_CI": "26.5",
|
|
248
|
+
"Percentage": "33.2000",
|
|
249
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
250
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
251
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
252
|
+
"State": "Alaska",
|
|
253
|
+
"State_Abbr": "AK",
|
|
254
|
+
"Subcategory": "35-44",
|
|
255
|
+
"Subcategory_Filter": "35-44",
|
|
256
|
+
"Subcategory_Order": "10",
|
|
257
|
+
"Topic": "BMI Categories",
|
|
258
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
259
|
+
"Year": "1995",
|
|
260
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
261
|
+
"n": "148"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"95%_CI": "32.2-49.2",
|
|
265
|
+
"Category": "Age Group",
|
|
266
|
+
"Category_Order": "3",
|
|
267
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
268
|
+
"DataSource": "BRFSS",
|
|
269
|
+
"Data_Type": "Crude Prevalence",
|
|
270
|
+
"Dataset": "Nationwide",
|
|
271
|
+
"Footnotes": null,
|
|
272
|
+
"GeoLocation_Lat": null,
|
|
273
|
+
"GeoLocation_Long": null,
|
|
274
|
+
"High_CI": "49.2",
|
|
275
|
+
"LocationCategory": "States",
|
|
276
|
+
"Low_CI": "32.2",
|
|
277
|
+
"Percentage": "40.7000",
|
|
278
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
279
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
280
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
281
|
+
"State": "Alaska",
|
|
282
|
+
"State_Abbr": "AK",
|
|
283
|
+
"Subcategory": "45-54",
|
|
284
|
+
"Subcategory_Filter": "45-54",
|
|
285
|
+
"Subcategory_Order": "14",
|
|
286
|
+
"Topic": "BMI Categories",
|
|
287
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
288
|
+
"Year": "1995",
|
|
289
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
290
|
+
"n": "132"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"95%_CI": null,
|
|
294
|
+
"Category": "Age Group",
|
|
295
|
+
"Category_Order": "3",
|
|
296
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
297
|
+
"DataSource": "BRFSS",
|
|
298
|
+
"Data_Type": "Crude Prevalence",
|
|
299
|
+
"Dataset": "Nationwide",
|
|
300
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
301
|
+
"GeoLocation_Lat": null,
|
|
302
|
+
"GeoLocation_Long": null,
|
|
303
|
+
"High_CI": null,
|
|
304
|
+
"LocationCategory": "States",
|
|
305
|
+
"Low_CI": null,
|
|
306
|
+
"Percentage": null,
|
|
307
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
308
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
309
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
310
|
+
"State": "Alaska",
|
|
311
|
+
"State_Abbr": "AK",
|
|
312
|
+
"Subcategory": "55-64",
|
|
313
|
+
"Subcategory_Filter": "55-64",
|
|
314
|
+
"Subcategory_Order": "18",
|
|
315
|
+
"Topic": "BMI Categories",
|
|
316
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
317
|
+
"Year": "1995",
|
|
318
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
319
|
+
"n": "65"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"95%_CI": null,
|
|
323
|
+
"Category": "Age Group",
|
|
324
|
+
"Category_Order": "3",
|
|
325
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
326
|
+
"DataSource": "BRFSS",
|
|
327
|
+
"Data_Type": "Crude Prevalence",
|
|
328
|
+
"Dataset": "Nationwide",
|
|
329
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
330
|
+
"GeoLocation_Lat": null,
|
|
331
|
+
"GeoLocation_Long": null,
|
|
332
|
+
"High_CI": null,
|
|
333
|
+
"LocationCategory": "States",
|
|
334
|
+
"Low_CI": null,
|
|
335
|
+
"Percentage": null,
|
|
336
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
337
|
+
"Response": "Overweight (BMI 25.0-29.9)",
|
|
338
|
+
"Response_Filter": "Overweight (BMI 25.0-29.9)",
|
|
339
|
+
"State": "Alaska",
|
|
340
|
+
"State_Abbr": "AK",
|
|
341
|
+
"Subcategory": "65+",
|
|
342
|
+
"Subcategory_Filter": "65+",
|
|
343
|
+
"Subcategory_Order": "23",
|
|
344
|
+
"Topic": "BMI Categories",
|
|
345
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
346
|
+
"Year": "1995",
|
|
347
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
348
|
+
"n": "53"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"95%_CI": "8.0-24.0",
|
|
352
|
+
"Category": "Age Group",
|
|
353
|
+
"Category_Order": "3",
|
|
354
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
355
|
+
"DataSource": "BRFSS",
|
|
356
|
+
"Data_Type": "Crude Prevalence",
|
|
357
|
+
"Dataset": "Nationwide",
|
|
358
|
+
"Footnotes": null,
|
|
359
|
+
"GeoLocation_Lat": null,
|
|
360
|
+
"GeoLocation_Long": null,
|
|
361
|
+
"High_CI": "24.0",
|
|
362
|
+
"LocationCategory": "States",
|
|
363
|
+
"Low_CI": "8.0",
|
|
364
|
+
"Percentage": "16.0000",
|
|
365
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
366
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
367
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
368
|
+
"State": "Alaska",
|
|
369
|
+
"State_Abbr": "AK",
|
|
370
|
+
"Subcategory": "18-24",
|
|
371
|
+
"Subcategory_Filter": "18-24",
|
|
372
|
+
"Subcategory_Order": "4",
|
|
373
|
+
"Topic": "BMI Categories",
|
|
374
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
375
|
+
"Year": "1995",
|
|
376
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
377
|
+
"n": "20"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"95%_CI": "8.1-17.3",
|
|
381
|
+
"Category": "Age Group",
|
|
382
|
+
"Category_Order": "3",
|
|
383
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
384
|
+
"DataSource": "BRFSS",
|
|
385
|
+
"Data_Type": "Crude Prevalence",
|
|
386
|
+
"Dataset": "Nationwide",
|
|
387
|
+
"Footnotes": null,
|
|
388
|
+
"GeoLocation_Lat": null,
|
|
389
|
+
"GeoLocation_Long": null,
|
|
390
|
+
"High_CI": "17.3",
|
|
391
|
+
"LocationCategory": "States",
|
|
392
|
+
"Low_CI": "8.1",
|
|
393
|
+
"Percentage": "12.7000",
|
|
394
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
395
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
396
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
397
|
+
"State": "Alaska",
|
|
398
|
+
"State_Abbr": "AK",
|
|
399
|
+
"Subcategory": "25-34",
|
|
400
|
+
"Subcategory_Filter": "25-34",
|
|
401
|
+
"Subcategory_Order": "7",
|
|
402
|
+
"Topic": "BMI Categories",
|
|
403
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
404
|
+
"Year": "1995",
|
|
405
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
406
|
+
"n": "47"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"95%_CI": "14.7-26.5",
|
|
410
|
+
"Category": "Age Group",
|
|
411
|
+
"Category_Order": "3",
|
|
412
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
413
|
+
"DataSource": "BRFSS",
|
|
414
|
+
"Data_Type": "Crude Prevalence",
|
|
415
|
+
"Dataset": "Nationwide",
|
|
416
|
+
"Footnotes": null,
|
|
417
|
+
"GeoLocation_Lat": null,
|
|
418
|
+
"GeoLocation_Long": null,
|
|
419
|
+
"High_CI": "26.5",
|
|
420
|
+
"LocationCategory": "States",
|
|
421
|
+
"Low_CI": "14.7",
|
|
422
|
+
"Percentage": "20.6000",
|
|
423
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
424
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
425
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
426
|
+
"State": "Alaska",
|
|
427
|
+
"State_Abbr": "AK",
|
|
428
|
+
"Subcategory": "35-44",
|
|
429
|
+
"Subcategory_Filter": "35-44",
|
|
430
|
+
"Subcategory_Order": "10",
|
|
431
|
+
"Topic": "BMI Categories",
|
|
432
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
433
|
+
"Year": "1995",
|
|
434
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
435
|
+
"n": "91"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"95%_CI": "19.7-35.7",
|
|
439
|
+
"Category": "Age Group",
|
|
440
|
+
"Category_Order": "3",
|
|
441
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
442
|
+
"DataSource": "BRFSS",
|
|
443
|
+
"Data_Type": "Crude Prevalence",
|
|
444
|
+
"Dataset": "Nationwide",
|
|
445
|
+
"Footnotes": null,
|
|
446
|
+
"GeoLocation_Lat": null,
|
|
447
|
+
"GeoLocation_Long": null,
|
|
448
|
+
"High_CI": "35.7",
|
|
449
|
+
"LocationCategory": "States",
|
|
450
|
+
"Low_CI": "19.7",
|
|
451
|
+
"Percentage": "27.7000",
|
|
452
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
453
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
454
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
455
|
+
"State": "Alaska",
|
|
456
|
+
"State_Abbr": "AK",
|
|
457
|
+
"Subcategory": "45-54",
|
|
458
|
+
"Subcategory_Filter": "45-54",
|
|
459
|
+
"Subcategory_Order": "14",
|
|
460
|
+
"Topic": "BMI Categories",
|
|
461
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
462
|
+
"Year": "1995",
|
|
463
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
464
|
+
"n": "79"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"95%_CI": "14.3-33.7",
|
|
468
|
+
"Category": "Age Group",
|
|
469
|
+
"Category_Order": "3",
|
|
470
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
471
|
+
"DataSource": "BRFSS",
|
|
472
|
+
"Data_Type": "Crude Prevalence",
|
|
473
|
+
"Dataset": "Nationwide",
|
|
474
|
+
"Footnotes": null,
|
|
475
|
+
"GeoLocation_Lat": null,
|
|
476
|
+
"GeoLocation_Long": null,
|
|
477
|
+
"High_CI": "33.7",
|
|
478
|
+
"LocationCategory": "States",
|
|
479
|
+
"Low_CI": "14.3",
|
|
480
|
+
"Percentage": "24.0000",
|
|
481
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
482
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
483
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
484
|
+
"State": "Alaska",
|
|
485
|
+
"State_Abbr": "AK",
|
|
486
|
+
"Subcategory": "55-64",
|
|
487
|
+
"Subcategory_Filter": "55-64",
|
|
488
|
+
"Subcategory_Order": "18",
|
|
489
|
+
"Topic": "BMI Categories",
|
|
490
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
491
|
+
"Year": "1995",
|
|
492
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
493
|
+
"n": "44"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"95%_CI": null,
|
|
497
|
+
"Category": "Age Group",
|
|
498
|
+
"Category_Order": "3",
|
|
499
|
+
"Class": "Overweight and Obesity (BMI)",
|
|
500
|
+
"DataSource": "BRFSS",
|
|
501
|
+
"Data_Type": "Crude Prevalence",
|
|
502
|
+
"Dataset": "Nationwide",
|
|
503
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
504
|
+
"GeoLocation_Lat": null,
|
|
505
|
+
"GeoLocation_Long": null,
|
|
506
|
+
"High_CI": null,
|
|
507
|
+
"LocationCategory": "States",
|
|
508
|
+
"Low_CI": null,
|
|
509
|
+
"Percentage": null,
|
|
510
|
+
"Question": "Weight classification by Body Mass Index (BMI) (variable calculated from one or more BRFSS questions)",
|
|
511
|
+
"Response": "Obese (BMI 30.0 - 99.8)",
|
|
512
|
+
"Response_Filter": "Obese (BMI 30.0 - 99.8)",
|
|
513
|
+
"State": "Alaska",
|
|
514
|
+
"State_Abbr": "AK",
|
|
515
|
+
"Subcategory": "65+",
|
|
516
|
+
"Subcategory_Filter": "65+",
|
|
517
|
+
"Subcategory_Order": "23",
|
|
518
|
+
"Topic": "BMI Categories",
|
|
519
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
520
|
+
"Year": "1995",
|
|
521
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
522
|
+
"n": "36"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"95%_CI": null,
|
|
526
|
+
"Category": "Age Group",
|
|
527
|
+
"Category_Order": "3",
|
|
528
|
+
"Class": "Demographics",
|
|
529
|
+
"DataSource": "BRFSS",
|
|
530
|
+
"Data_Type": "Crude Prevalence",
|
|
531
|
+
"Dataset": "Nationwide",
|
|
532
|
+
"Footnotes": "Prevalence estimate not available if the unweighted sample size for the denominator was < 50 or the CI half width was > 10 for any cell, or if the state did not collect data for that calendar year.",
|
|
533
|
+
"GeoLocation_Lat": null,
|
|
534
|
+
"GeoLocation_Long": null,
|
|
535
|
+
"High_CI": null,
|
|
536
|
+
"LocationCategory": "States",
|
|
537
|
+
"Low_CI": null,
|
|
538
|
+
"Percentage": null,
|
|
539
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
540
|
+
"Response": "None",
|
|
541
|
+
"Response_Filter": "None",
|
|
542
|
+
"State": "Alaska",
|
|
543
|
+
"State_Abbr": "AK",
|
|
544
|
+
"Subcategory": "18-24",
|
|
545
|
+
"Subcategory_Filter": "18-24",
|
|
546
|
+
"Subcategory_Order": "4",
|
|
547
|
+
"Topic": "Number of Children",
|
|
548
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
549
|
+
"Year": "1995",
|
|
550
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
551
|
+
"n": "63"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"95%_CI": "35.0-49.2",
|
|
555
|
+
"Category": "Age Group",
|
|
556
|
+
"Category_Order": "3",
|
|
557
|
+
"Class": "Demographics",
|
|
558
|
+
"DataSource": "BRFSS",
|
|
559
|
+
"Data_Type": "Crude Prevalence",
|
|
560
|
+
"Dataset": "Nationwide",
|
|
561
|
+
"Footnotes": null,
|
|
562
|
+
"GeoLocation_Lat": null,
|
|
563
|
+
"GeoLocation_Long": null,
|
|
564
|
+
"High_CI": "49.2",
|
|
565
|
+
"LocationCategory": "States",
|
|
566
|
+
"Low_CI": "35.0",
|
|
567
|
+
"Percentage": "42.1000",
|
|
568
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
569
|
+
"Response": "None",
|
|
570
|
+
"Response_Filter": "None",
|
|
571
|
+
"State": "Alaska",
|
|
572
|
+
"State_Abbr": "AK",
|
|
573
|
+
"Subcategory": "25-34",
|
|
574
|
+
"Subcategory_Filter": "25-34",
|
|
575
|
+
"Subcategory_Order": "7",
|
|
576
|
+
"Topic": "Number of Children",
|
|
577
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
578
|
+
"Year": "1995",
|
|
579
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
580
|
+
"n": "138"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"95%_CI": "22.0-34.0",
|
|
584
|
+
"Category": "Age Group",
|
|
585
|
+
"Category_Order": "3",
|
|
586
|
+
"Class": "Demographics",
|
|
587
|
+
"DataSource": "BRFSS",
|
|
588
|
+
"Data_Type": "Crude Prevalence",
|
|
589
|
+
"Dataset": "Nationwide",
|
|
590
|
+
"Footnotes": null,
|
|
591
|
+
"GeoLocation_Lat": null,
|
|
592
|
+
"GeoLocation_Long": null,
|
|
593
|
+
"High_CI": "34.0",
|
|
594
|
+
"LocationCategory": "States",
|
|
595
|
+
"Low_CI": "22.0",
|
|
596
|
+
"Percentage": "28.0000",
|
|
597
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
598
|
+
"Response": "None",
|
|
599
|
+
"Response_Filter": "None",
|
|
600
|
+
"State": "Alaska",
|
|
601
|
+
"State_Abbr": "AK",
|
|
602
|
+
"Subcategory": "35-44",
|
|
603
|
+
"Subcategory_Filter": "35-44",
|
|
604
|
+
"Subcategory_Order": "10",
|
|
605
|
+
"Topic": "Number of Children",
|
|
606
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
607
|
+
"Year": "1995",
|
|
608
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
609
|
+
"n": "138"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"95%_CI": "48.8-66.0",
|
|
613
|
+
"Category": "Age Group",
|
|
614
|
+
"Category_Order": "3",
|
|
615
|
+
"Class": "Demographics",
|
|
616
|
+
"DataSource": "BRFSS",
|
|
617
|
+
"Data_Type": "Crude Prevalence",
|
|
618
|
+
"Dataset": "Nationwide",
|
|
619
|
+
"Footnotes": null,
|
|
620
|
+
"GeoLocation_Lat": null,
|
|
621
|
+
"GeoLocation_Long": null,
|
|
622
|
+
"High_CI": "66.0",
|
|
623
|
+
"LocationCategory": "States",
|
|
624
|
+
"Low_CI": "48.8",
|
|
625
|
+
"Percentage": "57.4000",
|
|
626
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
627
|
+
"Response": "None",
|
|
628
|
+
"Response_Filter": "None",
|
|
629
|
+
"State": "Alaska",
|
|
630
|
+
"State_Abbr": "AK",
|
|
631
|
+
"Subcategory": "45-54",
|
|
632
|
+
"Subcategory_Filter": "45-54",
|
|
633
|
+
"Subcategory_Order": "14",
|
|
634
|
+
"Topic": "Number of Children",
|
|
635
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
636
|
+
"Year": "1995",
|
|
637
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
638
|
+
"n": "194"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"95%_CI": "76.1-94.9",
|
|
642
|
+
"Category": "Age Group",
|
|
643
|
+
"Category_Order": "3",
|
|
644
|
+
"Class": "Demographics",
|
|
645
|
+
"DataSource": "BRFSS",
|
|
646
|
+
"Data_Type": "Crude Prevalence",
|
|
647
|
+
"Dataset": "Nationwide",
|
|
648
|
+
"Footnotes": null,
|
|
649
|
+
"GeoLocation_Lat": null,
|
|
650
|
+
"GeoLocation_Long": null,
|
|
651
|
+
"High_CI": "94.9",
|
|
652
|
+
"LocationCategory": "States",
|
|
653
|
+
"Low_CI": "76.1",
|
|
654
|
+
"Percentage": "85.5000",
|
|
655
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
656
|
+
"Response": "None",
|
|
657
|
+
"Response_Filter": "None",
|
|
658
|
+
"State": "Alaska",
|
|
659
|
+
"State_Abbr": "AK",
|
|
660
|
+
"Subcategory": "55-64",
|
|
661
|
+
"Subcategory_Filter": "55-64",
|
|
662
|
+
"Subcategory_Order": "18",
|
|
663
|
+
"Topic": "Number of Children",
|
|
664
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
665
|
+
"Year": "1995",
|
|
666
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
667
|
+
"n": "139"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"95%_CI": null,
|
|
671
|
+
"Category": "Age Group",
|
|
672
|
+
"Category_Order": "3",
|
|
673
|
+
"Class": "Demographics",
|
|
674
|
+
"DataSource": "BRFSS",
|
|
675
|
+
"Data_Type": "Crude Prevalence",
|
|
676
|
+
"Dataset": "Nationwide",
|
|
677
|
+
"Footnotes": null,
|
|
678
|
+
"GeoLocation_Lat": null,
|
|
679
|
+
"GeoLocation_Long": null,
|
|
680
|
+
"High_CI": null,
|
|
681
|
+
"LocationCategory": "States",
|
|
682
|
+
"Low_CI": "83.8",
|
|
683
|
+
"Percentage": "93.4000",
|
|
684
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
685
|
+
"Response": "None",
|
|
686
|
+
"Response_Filter": "None",
|
|
687
|
+
"State": "Alaska",
|
|
688
|
+
"State_Abbr": "AK",
|
|
689
|
+
"Subcategory": "65+",
|
|
690
|
+
"Subcategory_Filter": "65+",
|
|
691
|
+
"Subcategory_Order": "23",
|
|
692
|
+
"Topic": "Number of Children",
|
|
693
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
694
|
+
"Year": "1995",
|
|
695
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
696
|
+
"n": "126"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"95%_CI": "11.3-30.1",
|
|
700
|
+
"Category": "Age Group",
|
|
701
|
+
"Category_Order": "3",
|
|
702
|
+
"Class": "Demographics",
|
|
703
|
+
"DataSource": "BRFSS",
|
|
704
|
+
"Data_Type": "Crude Prevalence",
|
|
705
|
+
"Dataset": "Nationwide",
|
|
706
|
+
"Footnotes": null,
|
|
707
|
+
"GeoLocation_Lat": null,
|
|
708
|
+
"GeoLocation_Long": null,
|
|
709
|
+
"High_CI": "30.1",
|
|
710
|
+
"LocationCategory": "States",
|
|
711
|
+
"Low_CI": "11.3",
|
|
712
|
+
"Percentage": "20.7000",
|
|
713
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
714
|
+
"Response": "One child",
|
|
715
|
+
"Response_Filter": "One child",
|
|
716
|
+
"State": "Alaska",
|
|
717
|
+
"State_Abbr": "AK",
|
|
718
|
+
"Subcategory": "18-24",
|
|
719
|
+
"Subcategory_Filter": "18-24",
|
|
720
|
+
"Subcategory_Order": "4",
|
|
721
|
+
"Topic": "Number of Children",
|
|
722
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
723
|
+
"Year": "1995",
|
|
724
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
725
|
+
"n": "25"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"95%_CI": "12.0-22.2",
|
|
729
|
+
"Category": "Age Group",
|
|
730
|
+
"Category_Order": "3",
|
|
731
|
+
"Class": "Demographics",
|
|
732
|
+
"DataSource": "BRFSS",
|
|
733
|
+
"Data_Type": "Crude Prevalence",
|
|
734
|
+
"Dataset": "Nationwide",
|
|
735
|
+
"Footnotes": null,
|
|
736
|
+
"GeoLocation_Lat": null,
|
|
737
|
+
"GeoLocation_Long": null,
|
|
738
|
+
"High_CI": "22.2",
|
|
739
|
+
"LocationCategory": "States",
|
|
740
|
+
"Low_CI": "12.0",
|
|
741
|
+
"Percentage": "17.1000",
|
|
742
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
743
|
+
"Response": "One child",
|
|
744
|
+
"Response_Filter": "One child",
|
|
745
|
+
"State": "Alaska",
|
|
746
|
+
"State_Abbr": "AK",
|
|
747
|
+
"Subcategory": "25-34",
|
|
748
|
+
"Subcategory_Filter": "25-34",
|
|
749
|
+
"Subcategory_Order": "7",
|
|
750
|
+
"Topic": "Number of Children",
|
|
751
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
752
|
+
"Year": "1995",
|
|
753
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
754
|
+
"n": "62"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"95%_CI": "15.7-26.9",
|
|
758
|
+
"Category": "Age Group",
|
|
759
|
+
"Category_Order": "3",
|
|
760
|
+
"Class": "Demographics",
|
|
761
|
+
"DataSource": "BRFSS",
|
|
762
|
+
"Data_Type": "Crude Prevalence",
|
|
763
|
+
"Dataset": "Nationwide",
|
|
764
|
+
"Footnotes": null,
|
|
765
|
+
"GeoLocation_Lat": null,
|
|
766
|
+
"GeoLocation_Long": null,
|
|
767
|
+
"High_CI": "26.9",
|
|
768
|
+
"LocationCategory": "States",
|
|
769
|
+
"Low_CI": "15.7",
|
|
770
|
+
"Percentage": "21.3000",
|
|
771
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
772
|
+
"Response": "One child",
|
|
773
|
+
"Response_Filter": "One child",
|
|
774
|
+
"State": "Alaska",
|
|
775
|
+
"State_Abbr": "AK",
|
|
776
|
+
"Subcategory": "35-44",
|
|
777
|
+
"Subcategory_Filter": "35-44",
|
|
778
|
+
"Subcategory_Order": "10",
|
|
779
|
+
"Topic": "Number of Children",
|
|
780
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
781
|
+
"Year": "1995",
|
|
782
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
783
|
+
"n": "97"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"95%_CI": "16.0-31.6",
|
|
787
|
+
"Category": "Age Group",
|
|
788
|
+
"Category_Order": "3",
|
|
789
|
+
"Class": "Demographics",
|
|
790
|
+
"DataSource": "BRFSS",
|
|
791
|
+
"Data_Type": "Crude Prevalence",
|
|
792
|
+
"Dataset": "Nationwide",
|
|
793
|
+
"Footnotes": null,
|
|
794
|
+
"GeoLocation_Lat": null,
|
|
795
|
+
"GeoLocation_Long": null,
|
|
796
|
+
"High_CI": "31.6",
|
|
797
|
+
"LocationCategory": "States",
|
|
798
|
+
"Low_CI": "16.0",
|
|
799
|
+
"Percentage": "23.8000",
|
|
800
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
801
|
+
"Response": "One child",
|
|
802
|
+
"Response_Filter": "One child",
|
|
803
|
+
"State": "Alaska",
|
|
804
|
+
"State_Abbr": "AK",
|
|
805
|
+
"Subcategory": "45-54",
|
|
806
|
+
"Subcategory_Filter": "45-54",
|
|
807
|
+
"Subcategory_Order": "14",
|
|
808
|
+
"Topic": "Number of Children",
|
|
809
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
810
|
+
"Year": "1995",
|
|
811
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
812
|
+
"n": "68"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"95%_CI": "2.1-7.7",
|
|
816
|
+
"Category": "Age Group",
|
|
817
|
+
"Category_Order": "3",
|
|
818
|
+
"Class": "Demographics",
|
|
819
|
+
"DataSource": "BRFSS",
|
|
820
|
+
"Data_Type": "Crude Prevalence",
|
|
821
|
+
"Dataset": "Nationwide",
|
|
822
|
+
"Footnotes": null,
|
|
823
|
+
"GeoLocation_Lat": null,
|
|
824
|
+
"GeoLocation_Long": null,
|
|
825
|
+
"High_CI": "7.7",
|
|
826
|
+
"LocationCategory": "States",
|
|
827
|
+
"Low_CI": "2.1",
|
|
828
|
+
"Percentage": "4.9000",
|
|
829
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
830
|
+
"Response": "One child",
|
|
831
|
+
"Response_Filter": "One child",
|
|
832
|
+
"State": "Alaska",
|
|
833
|
+
"State_Abbr": "AK",
|
|
834
|
+
"Subcategory": "55-64",
|
|
835
|
+
"Subcategory_Filter": "55-64",
|
|
836
|
+
"Subcategory_Order": "18",
|
|
837
|
+
"Topic": "Number of Children",
|
|
838
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
839
|
+
"Year": "1995",
|
|
840
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
841
|
+
"n": "15"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"95%_CI": "0.0-2.2",
|
|
845
|
+
"Category": "Age Group",
|
|
846
|
+
"Category_Order": "3",
|
|
847
|
+
"Class": "Demographics",
|
|
848
|
+
"DataSource": "BRFSS",
|
|
849
|
+
"Data_Type": "Crude Prevalence",
|
|
850
|
+
"Dataset": "Nationwide",
|
|
851
|
+
"Footnotes": null,
|
|
852
|
+
"GeoLocation_Lat": null,
|
|
853
|
+
"GeoLocation_Long": null,
|
|
854
|
+
"High_CI": "2.2",
|
|
855
|
+
"LocationCategory": "States",
|
|
856
|
+
"Low_CI": "0.0",
|
|
857
|
+
"Percentage": "1.0000",
|
|
858
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
859
|
+
"Response": "One child",
|
|
860
|
+
"Response_Filter": "One child",
|
|
861
|
+
"State": "Alaska",
|
|
862
|
+
"State_Abbr": "AK",
|
|
863
|
+
"Subcategory": "65+",
|
|
864
|
+
"Subcategory_Filter": "65+",
|
|
865
|
+
"Subcategory_Order": "23",
|
|
866
|
+
"Topic": "Number of Children",
|
|
867
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
868
|
+
"Year": "1995",
|
|
869
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
870
|
+
"n": "3"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"95%_CI": "6.6-21.4",
|
|
874
|
+
"Category": "Age Group",
|
|
875
|
+
"Category_Order": "3",
|
|
876
|
+
"Class": "Demographics",
|
|
877
|
+
"DataSource": "BRFSS",
|
|
878
|
+
"Data_Type": "Crude Prevalence",
|
|
879
|
+
"Dataset": "Nationwide",
|
|
880
|
+
"Footnotes": null,
|
|
881
|
+
"GeoLocation_Lat": null,
|
|
882
|
+
"GeoLocation_Long": null,
|
|
883
|
+
"High_CI": "21.4",
|
|
884
|
+
"LocationCategory": "States",
|
|
885
|
+
"Low_CI": "6.6",
|
|
886
|
+
"Percentage": "14.0000",
|
|
887
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
888
|
+
"Response": "Two children",
|
|
889
|
+
"Response_Filter": "Two children",
|
|
890
|
+
"State": "Alaska",
|
|
891
|
+
"State_Abbr": "AK",
|
|
892
|
+
"Subcategory": "18-24",
|
|
893
|
+
"Subcategory_Filter": "18-24",
|
|
894
|
+
"Subcategory_Order": "4",
|
|
895
|
+
"Topic": "Number of Children",
|
|
896
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
897
|
+
"Year": "1995",
|
|
898
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
899
|
+
"n": "21"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"95%_CI": "18.6-30.8",
|
|
903
|
+
"Category": "Age Group",
|
|
904
|
+
"Category_Order": "3",
|
|
905
|
+
"Class": "Demographics",
|
|
906
|
+
"DataSource": "BRFSS",
|
|
907
|
+
"Data_Type": "Crude Prevalence",
|
|
908
|
+
"Dataset": "Nationwide",
|
|
909
|
+
"Footnotes": null,
|
|
910
|
+
"GeoLocation_Lat": null,
|
|
911
|
+
"GeoLocation_Long": null,
|
|
912
|
+
"High_CI": "30.8",
|
|
913
|
+
"LocationCategory": "States",
|
|
914
|
+
"Low_CI": "18.6",
|
|
915
|
+
"Percentage": "24.7000",
|
|
916
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
917
|
+
"Response": "Two children",
|
|
918
|
+
"Response_Filter": "Two children",
|
|
919
|
+
"State": "Alaska",
|
|
920
|
+
"State_Abbr": "AK",
|
|
921
|
+
"Subcategory": "25-34",
|
|
922
|
+
"Subcategory_Filter": "25-34",
|
|
923
|
+
"Subcategory_Order": "7",
|
|
924
|
+
"Topic": "Number of Children",
|
|
925
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
926
|
+
"Year": "1995",
|
|
927
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
928
|
+
"n": "82"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"95%_CI": "24.1-38.1",
|
|
932
|
+
"Category": "Age Group",
|
|
933
|
+
"Category_Order": "3",
|
|
934
|
+
"Class": "Demographics",
|
|
935
|
+
"DataSource": "BRFSS",
|
|
936
|
+
"Data_Type": "Crude Prevalence",
|
|
937
|
+
"Dataset": "Nationwide",
|
|
938
|
+
"Footnotes": null,
|
|
939
|
+
"GeoLocation_Lat": null,
|
|
940
|
+
"GeoLocation_Long": null,
|
|
941
|
+
"High_CI": "38.1",
|
|
942
|
+
"LocationCategory": "States",
|
|
943
|
+
"Low_CI": "24.1",
|
|
944
|
+
"Percentage": "31.1000",
|
|
945
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
946
|
+
"Response": "Two children",
|
|
947
|
+
"Response_Filter": "Two children",
|
|
948
|
+
"State": "Alaska",
|
|
949
|
+
"State_Abbr": "AK",
|
|
950
|
+
"Subcategory": "35-44",
|
|
951
|
+
"Subcategory_Filter": "35-44",
|
|
952
|
+
"Subcategory_Order": "10",
|
|
953
|
+
"Topic": "Number of Children",
|
|
954
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
955
|
+
"Year": "1995",
|
|
956
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
957
|
+
"n": "128"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"95%_CI": "7.4-19.2",
|
|
961
|
+
"Category": "Age Group",
|
|
962
|
+
"Category_Order": "3",
|
|
963
|
+
"Class": "Demographics",
|
|
964
|
+
"DataSource": "BRFSS",
|
|
965
|
+
"Data_Type": "Crude Prevalence",
|
|
966
|
+
"Dataset": "Nationwide",
|
|
967
|
+
"Footnotes": null,
|
|
968
|
+
"GeoLocation_Lat": null,
|
|
969
|
+
"GeoLocation_Long": null,
|
|
970
|
+
"High_CI": "19.2",
|
|
971
|
+
"LocationCategory": "States",
|
|
972
|
+
"Low_CI": "7.4",
|
|
973
|
+
"Percentage": "13.3000",
|
|
974
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
975
|
+
"Response": "Two children",
|
|
976
|
+
"Response_Filter": "Two children",
|
|
977
|
+
"State": "Alaska",
|
|
978
|
+
"State_Abbr": "AK",
|
|
979
|
+
"Subcategory": "45-54",
|
|
980
|
+
"Subcategory_Filter": "45-54",
|
|
981
|
+
"Subcategory_Order": "14",
|
|
982
|
+
"Topic": "Number of Children",
|
|
983
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
984
|
+
"Year": "1995",
|
|
985
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
986
|
+
"n": "37"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"95%_CI": "0.0-15.7",
|
|
990
|
+
"Category": "Age Group",
|
|
991
|
+
"Category_Order": "3",
|
|
992
|
+
"Class": "Demographics",
|
|
993
|
+
"DataSource": "BRFSS",
|
|
994
|
+
"Data_Type": "Crude Prevalence",
|
|
995
|
+
"Dataset": "Nationwide",
|
|
996
|
+
"Footnotes": null,
|
|
997
|
+
"GeoLocation_Lat": null,
|
|
998
|
+
"GeoLocation_Long": null,
|
|
999
|
+
"High_CI": "15.7",
|
|
1000
|
+
"LocationCategory": "States",
|
|
1001
|
+
"Low_CI": "0.0",
|
|
1002
|
+
"Percentage": "6.6000",
|
|
1003
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1004
|
+
"Response": "Two children",
|
|
1005
|
+
"Response_Filter": "Two children",
|
|
1006
|
+
"State": "Alaska",
|
|
1007
|
+
"State_Abbr": "AK",
|
|
1008
|
+
"Subcategory": "55-64",
|
|
1009
|
+
"Subcategory_Filter": "55-64",
|
|
1010
|
+
"Subcategory_Order": "18",
|
|
1011
|
+
"Topic": "Number of Children",
|
|
1012
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1013
|
+
"Year": "1995",
|
|
1014
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1015
|
+
"n": "4"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"95%_CI": "0.0-1.7",
|
|
1019
|
+
"Category": "Age Group",
|
|
1020
|
+
"Category_Order": "3",
|
|
1021
|
+
"Class": "Demographics",
|
|
1022
|
+
"DataSource": "BRFSS",
|
|
1023
|
+
"Data_Type": "Crude Prevalence",
|
|
1024
|
+
"Dataset": "Nationwide",
|
|
1025
|
+
"Footnotes": null,
|
|
1026
|
+
"GeoLocation_Lat": null,
|
|
1027
|
+
"GeoLocation_Long": null,
|
|
1028
|
+
"High_CI": "1.7",
|
|
1029
|
+
"LocationCategory": "States",
|
|
1030
|
+
"Low_CI": "0.0",
|
|
1031
|
+
"Percentage": "0.6000",
|
|
1032
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1033
|
+
"Response": "Two children",
|
|
1034
|
+
"Response_Filter": "Two children",
|
|
1035
|
+
"State": "Alaska",
|
|
1036
|
+
"State_Abbr": "AK",
|
|
1037
|
+
"Subcategory": "65+",
|
|
1038
|
+
"Subcategory_Filter": "65+",
|
|
1039
|
+
"Subcategory_Order": "23",
|
|
1040
|
+
"Topic": "Number of Children",
|
|
1041
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1042
|
+
"Year": "1995",
|
|
1043
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1044
|
+
"n": "1"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"95%_CI": "0.1-9.0",
|
|
1048
|
+
"Category": "Age Group",
|
|
1049
|
+
"Category_Order": "3",
|
|
1050
|
+
"Class": "Demographics",
|
|
1051
|
+
"DataSource": "BRFSS",
|
|
1052
|
+
"Data_Type": "Crude Prevalence",
|
|
1053
|
+
"Dataset": "Nationwide",
|
|
1054
|
+
"Footnotes": null,
|
|
1055
|
+
"GeoLocation_Lat": null,
|
|
1056
|
+
"GeoLocation_Long": null,
|
|
1057
|
+
"High_CI": "9.0",
|
|
1058
|
+
"LocationCategory": "States",
|
|
1059
|
+
"Low_CI": "0.1",
|
|
1060
|
+
"Percentage": "4.6000",
|
|
1061
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1062
|
+
"Response": "Three children",
|
|
1063
|
+
"Response_Filter": "Three children",
|
|
1064
|
+
"State": "Alaska",
|
|
1065
|
+
"State_Abbr": "AK",
|
|
1066
|
+
"Subcategory": "18-24",
|
|
1067
|
+
"Subcategory_Filter": "18-24",
|
|
1068
|
+
"Subcategory_Order": "4",
|
|
1069
|
+
"Topic": "Number of Children",
|
|
1070
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1071
|
+
"Year": "1995",
|
|
1072
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1073
|
+
"n": "6"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"95%_CI": "7.3-16.7",
|
|
1077
|
+
"Category": "Age Group",
|
|
1078
|
+
"Category_Order": "3",
|
|
1079
|
+
"Class": "Demographics",
|
|
1080
|
+
"DataSource": "BRFSS",
|
|
1081
|
+
"Data_Type": "Crude Prevalence",
|
|
1082
|
+
"Dataset": "Nationwide",
|
|
1083
|
+
"Footnotes": null,
|
|
1084
|
+
"GeoLocation_Lat": null,
|
|
1085
|
+
"GeoLocation_Long": null,
|
|
1086
|
+
"High_CI": "16.7",
|
|
1087
|
+
"LocationCategory": "States",
|
|
1088
|
+
"Low_CI": "7.3",
|
|
1089
|
+
"Percentage": "12.0000",
|
|
1090
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1091
|
+
"Response": "Three children",
|
|
1092
|
+
"Response_Filter": "Three children",
|
|
1093
|
+
"State": "Alaska",
|
|
1094
|
+
"State_Abbr": "AK",
|
|
1095
|
+
"Subcategory": "25-34",
|
|
1096
|
+
"Subcategory_Filter": "25-34",
|
|
1097
|
+
"Subcategory_Order": "7",
|
|
1098
|
+
"Topic": "Number of Children",
|
|
1099
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1100
|
+
"Year": "1995",
|
|
1101
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1102
|
+
"n": "38"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"95%_CI": "9.1-18.5",
|
|
1106
|
+
"Category": "Age Group",
|
|
1107
|
+
"Category_Order": "3",
|
|
1108
|
+
"Class": "Demographics",
|
|
1109
|
+
"DataSource": "BRFSS",
|
|
1110
|
+
"Data_Type": "Crude Prevalence",
|
|
1111
|
+
"Dataset": "Nationwide",
|
|
1112
|
+
"Footnotes": null,
|
|
1113
|
+
"GeoLocation_Lat": null,
|
|
1114
|
+
"GeoLocation_Long": null,
|
|
1115
|
+
"High_CI": "18.5",
|
|
1116
|
+
"LocationCategory": "States",
|
|
1117
|
+
"Low_CI": "9.1",
|
|
1118
|
+
"Percentage": "13.8000",
|
|
1119
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1120
|
+
"Response": "Three children",
|
|
1121
|
+
"Response_Filter": "Three children",
|
|
1122
|
+
"State": "Alaska",
|
|
1123
|
+
"State_Abbr": "AK",
|
|
1124
|
+
"Subcategory": "35-44",
|
|
1125
|
+
"Subcategory_Filter": "35-44",
|
|
1126
|
+
"Subcategory_Order": "10",
|
|
1127
|
+
"Topic": "Number of Children",
|
|
1128
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1129
|
+
"Year": "1995",
|
|
1130
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1131
|
+
"n": "61"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"95%_CI": "0.7-5.9",
|
|
1135
|
+
"Category": "Age Group",
|
|
1136
|
+
"Category_Order": "3",
|
|
1137
|
+
"Class": "Demographics",
|
|
1138
|
+
"DataSource": "BRFSS",
|
|
1139
|
+
"Data_Type": "Crude Prevalence",
|
|
1140
|
+
"Dataset": "Nationwide",
|
|
1141
|
+
"Footnotes": null,
|
|
1142
|
+
"GeoLocation_Lat": null,
|
|
1143
|
+
"GeoLocation_Long": null,
|
|
1144
|
+
"High_CI": "5.9",
|
|
1145
|
+
"LocationCategory": "States",
|
|
1146
|
+
"Low_CI": "0.7",
|
|
1147
|
+
"Percentage": "3.3000",
|
|
1148
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1149
|
+
"Response": "Three children",
|
|
1150
|
+
"Response_Filter": "Three children",
|
|
1151
|
+
"State": "Alaska",
|
|
1152
|
+
"State_Abbr": "AK",
|
|
1153
|
+
"Subcategory": "45-54",
|
|
1154
|
+
"Subcategory_Filter": "45-54",
|
|
1155
|
+
"Subcategory_Order": "14",
|
|
1156
|
+
"Topic": "Number of Children",
|
|
1157
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1158
|
+
"Year": "1995",
|
|
1159
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1160
|
+
"n": "13"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"95%_CI": "0.0-2.6",
|
|
1164
|
+
"Category": "Age Group",
|
|
1165
|
+
"Category_Order": "3",
|
|
1166
|
+
"Class": "Demographics",
|
|
1167
|
+
"DataSource": "BRFSS",
|
|
1168
|
+
"Data_Type": "Crude Prevalence",
|
|
1169
|
+
"Dataset": "Nationwide",
|
|
1170
|
+
"Footnotes": null,
|
|
1171
|
+
"GeoLocation_Lat": null,
|
|
1172
|
+
"GeoLocation_Long": null,
|
|
1173
|
+
"High_CI": "2.6",
|
|
1174
|
+
"LocationCategory": "States",
|
|
1175
|
+
"Low_CI": "0.0",
|
|
1176
|
+
"Percentage": "1.2000",
|
|
1177
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1178
|
+
"Response": "Three children",
|
|
1179
|
+
"Response_Filter": "Three children",
|
|
1180
|
+
"State": "Alaska",
|
|
1181
|
+
"State_Abbr": "AK",
|
|
1182
|
+
"Subcategory": "55-64",
|
|
1183
|
+
"Subcategory_Filter": "55-64",
|
|
1184
|
+
"Subcategory_Order": "18",
|
|
1185
|
+
"Topic": "Number of Children",
|
|
1186
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1187
|
+
"Year": "1995",
|
|
1188
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1189
|
+
"n": "3"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"95%_CI": "0.0-14.7",
|
|
1193
|
+
"Category": "Age Group",
|
|
1194
|
+
"Category_Order": "3",
|
|
1195
|
+
"Class": "Demographics",
|
|
1196
|
+
"DataSource": "BRFSS",
|
|
1197
|
+
"Data_Type": "Crude Prevalence",
|
|
1198
|
+
"Dataset": "Nationwide",
|
|
1199
|
+
"Footnotes": null,
|
|
1200
|
+
"GeoLocation_Lat": null,
|
|
1201
|
+
"GeoLocation_Long": null,
|
|
1202
|
+
"High_CI": "14.7",
|
|
1203
|
+
"LocationCategory": "States",
|
|
1204
|
+
"Low_CI": "0.0",
|
|
1205
|
+
"Percentage": "5.1000",
|
|
1206
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1207
|
+
"Response": "Three children",
|
|
1208
|
+
"Response_Filter": "Three children",
|
|
1209
|
+
"State": "Alaska",
|
|
1210
|
+
"State_Abbr": "AK",
|
|
1211
|
+
"Subcategory": "65+",
|
|
1212
|
+
"Subcategory_Filter": "65+",
|
|
1213
|
+
"Subcategory_Order": "23",
|
|
1214
|
+
"Topic": "Number of Children",
|
|
1215
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1216
|
+
"Year": "1995",
|
|
1217
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1218
|
+
"n": "1"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"95%_CI": "0.0-6.2",
|
|
1222
|
+
"Category": "Age Group",
|
|
1223
|
+
"Category_Order": "3",
|
|
1224
|
+
"Class": "Demographics",
|
|
1225
|
+
"DataSource": "BRFSS",
|
|
1226
|
+
"Data_Type": "Crude Prevalence",
|
|
1227
|
+
"Dataset": "Nationwide",
|
|
1228
|
+
"Footnotes": null,
|
|
1229
|
+
"GeoLocation_Lat": null,
|
|
1230
|
+
"GeoLocation_Long": null,
|
|
1231
|
+
"High_CI": "6.2",
|
|
1232
|
+
"LocationCategory": "States",
|
|
1233
|
+
"Low_CI": "0.0",
|
|
1234
|
+
"Percentage": "3.0000",
|
|
1235
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1236
|
+
"Response": "Four children",
|
|
1237
|
+
"Response_Filter": "Four children",
|
|
1238
|
+
"State": "Alaska",
|
|
1239
|
+
"State_Abbr": "AK",
|
|
1240
|
+
"Subcategory": "18-24",
|
|
1241
|
+
"Subcategory_Filter": "18-24",
|
|
1242
|
+
"Subcategory_Order": "4",
|
|
1243
|
+
"Topic": "Number of Children",
|
|
1244
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1245
|
+
"Year": "1995",
|
|
1246
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1247
|
+
"n": "5"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"95%_CI": "1.1-5.1",
|
|
1251
|
+
"Category": "Age Group",
|
|
1252
|
+
"Category_Order": "3",
|
|
1253
|
+
"Class": "Demographics",
|
|
1254
|
+
"DataSource": "BRFSS",
|
|
1255
|
+
"Data_Type": "Crude Prevalence",
|
|
1256
|
+
"Dataset": "Nationwide",
|
|
1257
|
+
"Footnotes": null,
|
|
1258
|
+
"GeoLocation_Lat": null,
|
|
1259
|
+
"GeoLocation_Long": null,
|
|
1260
|
+
"High_CI": "5.1",
|
|
1261
|
+
"LocationCategory": "States",
|
|
1262
|
+
"Low_CI": "1.1",
|
|
1263
|
+
"Percentage": "3.1000",
|
|
1264
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1265
|
+
"Response": "Four children",
|
|
1266
|
+
"Response_Filter": "Four children",
|
|
1267
|
+
"State": "Alaska",
|
|
1268
|
+
"State_Abbr": "AK",
|
|
1269
|
+
"Subcategory": "25-34",
|
|
1270
|
+
"Subcategory_Filter": "25-34",
|
|
1271
|
+
"Subcategory_Order": "7",
|
|
1272
|
+
"Topic": "Number of Children",
|
|
1273
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1274
|
+
"Year": "1995",
|
|
1275
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1276
|
+
"n": "16"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"95%_CI": "1.5-5.9",
|
|
1280
|
+
"Category": "Age Group",
|
|
1281
|
+
"Category_Order": "3",
|
|
1282
|
+
"Class": "Demographics",
|
|
1283
|
+
"DataSource": "BRFSS",
|
|
1284
|
+
"Data_Type": "Crude Prevalence",
|
|
1285
|
+
"Dataset": "Nationwide",
|
|
1286
|
+
"Footnotes": null,
|
|
1287
|
+
"GeoLocation_Lat": null,
|
|
1288
|
+
"GeoLocation_Long": null,
|
|
1289
|
+
"High_CI": "5.9",
|
|
1290
|
+
"LocationCategory": "States",
|
|
1291
|
+
"Low_CI": "1.5",
|
|
1292
|
+
"Percentage": "3.7000",
|
|
1293
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1294
|
+
"Response": "Four children",
|
|
1295
|
+
"Response_Filter": "Four children",
|
|
1296
|
+
"State": "Alaska",
|
|
1297
|
+
"State_Abbr": "AK",
|
|
1298
|
+
"Subcategory": "35-44",
|
|
1299
|
+
"Subcategory_Filter": "35-44",
|
|
1300
|
+
"Subcategory_Order": "10",
|
|
1301
|
+
"Topic": "Number of Children",
|
|
1302
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1303
|
+
"Year": "1995",
|
|
1304
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1305
|
+
"n": "23"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"95%_CI": "0.0-4.1",
|
|
1309
|
+
"Category": "Age Group",
|
|
1310
|
+
"Category_Order": "3",
|
|
1311
|
+
"Class": "Demographics",
|
|
1312
|
+
"DataSource": "BRFSS",
|
|
1313
|
+
"Data_Type": "Crude Prevalence",
|
|
1314
|
+
"Dataset": "Nationwide",
|
|
1315
|
+
"Footnotes": null,
|
|
1316
|
+
"GeoLocation_Lat": null,
|
|
1317
|
+
"GeoLocation_Long": null,
|
|
1318
|
+
"High_CI": "4.1",
|
|
1319
|
+
"LocationCategory": "States",
|
|
1320
|
+
"Low_CI": "0.0",
|
|
1321
|
+
"Percentage": "1.7000",
|
|
1322
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1323
|
+
"Response": "Four children",
|
|
1324
|
+
"Response_Filter": "Four children",
|
|
1325
|
+
"State": "Alaska",
|
|
1326
|
+
"State_Abbr": "AK",
|
|
1327
|
+
"Subcategory": "45-54",
|
|
1328
|
+
"Subcategory_Filter": "45-54",
|
|
1329
|
+
"Subcategory_Order": "14",
|
|
1330
|
+
"Topic": "Number of Children",
|
|
1331
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1332
|
+
"Year": "1995",
|
|
1333
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1334
|
+
"n": "5"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"95%_CI": "0.0-4.1",
|
|
1338
|
+
"Category": "Age Group",
|
|
1339
|
+
"Category_Order": "3",
|
|
1340
|
+
"Class": "Demographics",
|
|
1341
|
+
"DataSource": "BRFSS",
|
|
1342
|
+
"Data_Type": "Crude Prevalence",
|
|
1343
|
+
"Dataset": "Nationwide",
|
|
1344
|
+
"Footnotes": null,
|
|
1345
|
+
"GeoLocation_Lat": null,
|
|
1346
|
+
"GeoLocation_Long": null,
|
|
1347
|
+
"High_CI": "4.1",
|
|
1348
|
+
"LocationCategory": "States",
|
|
1349
|
+
"Low_CI": "0.0",
|
|
1350
|
+
"Percentage": "1.9000",
|
|
1351
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1352
|
+
"Response": "Four children",
|
|
1353
|
+
"Response_Filter": "Four children",
|
|
1354
|
+
"State": "Alaska",
|
|
1355
|
+
"State_Abbr": "AK",
|
|
1356
|
+
"Subcategory": "55-64",
|
|
1357
|
+
"Subcategory_Filter": "55-64",
|
|
1358
|
+
"Subcategory_Order": "18",
|
|
1359
|
+
"Topic": "Number of Children",
|
|
1360
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1361
|
+
"Year": "1995",
|
|
1362
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1363
|
+
"n": "3"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"95%_CI": "0.0-1.1",
|
|
1367
|
+
"Category": "Age Group",
|
|
1368
|
+
"Category_Order": "3",
|
|
1369
|
+
"Class": "Demographics",
|
|
1370
|
+
"DataSource": "BRFSS",
|
|
1371
|
+
"Data_Type": "Crude Prevalence",
|
|
1372
|
+
"Dataset": "Nationwide",
|
|
1373
|
+
"Footnotes": null,
|
|
1374
|
+
"GeoLocation_Lat": null,
|
|
1375
|
+
"GeoLocation_Long": null,
|
|
1376
|
+
"High_CI": "1.1",
|
|
1377
|
+
"LocationCategory": "States",
|
|
1378
|
+
"Low_CI": "0.0",
|
|
1379
|
+
"Percentage": "0.4000",
|
|
1380
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1381
|
+
"Response": "Five or more children",
|
|
1382
|
+
"Response_Filter": "Five or more children",
|
|
1383
|
+
"State": "Alaska",
|
|
1384
|
+
"State_Abbr": "AK",
|
|
1385
|
+
"Subcategory": "18-24",
|
|
1386
|
+
"Subcategory_Filter": "18-24",
|
|
1387
|
+
"Subcategory_Order": "4",
|
|
1388
|
+
"Topic": "Number of Children",
|
|
1389
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1390
|
+
"Year": "1995",
|
|
1391
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1392
|
+
"n": "1"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"95%_CI": "0.2-1.6",
|
|
1396
|
+
"Category": "Age Group",
|
|
1397
|
+
"Category_Order": "3",
|
|
1398
|
+
"Class": "Demographics",
|
|
1399
|
+
"DataSource": "BRFSS",
|
|
1400
|
+
"Data_Type": "Crude Prevalence",
|
|
1401
|
+
"Dataset": "Nationwide",
|
|
1402
|
+
"Footnotes": null,
|
|
1403
|
+
"GeoLocation_Lat": null,
|
|
1404
|
+
"GeoLocation_Long": null,
|
|
1405
|
+
"High_CI": "1.6",
|
|
1406
|
+
"LocationCategory": "States",
|
|
1407
|
+
"Low_CI": "0.2",
|
|
1408
|
+
"Percentage": "0.9000",
|
|
1409
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1410
|
+
"Response": "Five or more children",
|
|
1411
|
+
"Response_Filter": "Five or more children",
|
|
1412
|
+
"State": "Alaska",
|
|
1413
|
+
"State_Abbr": "AK",
|
|
1414
|
+
"Subcategory": "25-34",
|
|
1415
|
+
"Subcategory_Filter": "25-34",
|
|
1416
|
+
"Subcategory_Order": "7",
|
|
1417
|
+
"Topic": "Number of Children",
|
|
1418
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1419
|
+
"Year": "1995",
|
|
1420
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1421
|
+
"n": "6"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"95%_CI": "0.3-3.9",
|
|
1425
|
+
"Category": "Age Group",
|
|
1426
|
+
"Category_Order": "3",
|
|
1427
|
+
"Class": "Demographics",
|
|
1428
|
+
"DataSource": "BRFSS",
|
|
1429
|
+
"Data_Type": "Crude Prevalence",
|
|
1430
|
+
"Dataset": "Nationwide",
|
|
1431
|
+
"Footnotes": null,
|
|
1432
|
+
"GeoLocation_Lat": null,
|
|
1433
|
+
"GeoLocation_Long": null,
|
|
1434
|
+
"High_CI": "3.9",
|
|
1435
|
+
"LocationCategory": "States",
|
|
1436
|
+
"Low_CI": "0.3",
|
|
1437
|
+
"Percentage": "2.1000",
|
|
1438
|
+
"Question": "How many children live in your household? (variable calculated from one or more BRFSS questions)",
|
|
1439
|
+
"Response": "Five or more children",
|
|
1440
|
+
"Response_Filter": "Five or more children",
|
|
1441
|
+
"State": "Alaska",
|
|
1442
|
+
"State_Abbr": "AK",
|
|
1443
|
+
"Subcategory": "35-44",
|
|
1444
|
+
"Subcategory_Filter": "35-44",
|
|
1445
|
+
"Subcategory_Order": "10",
|
|
1446
|
+
"Topic": "Number of Children",
|
|
1447
|
+
"Visual_Type_Filter": "Chart_Table_Map",
|
|
1448
|
+
"Year": "1995",
|
|
1449
|
+
"createdon": "Fri, 10 Jan 2025 17:40:16 GMT",
|
|
1450
|
+
"n": "10"
|
|
1451
|
+
}
|
|
1452
|
+
]
|