-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
611 lines (598 loc) · 33.1 KB
/
index.html
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<script
src="https://www.unpkg.com/@open-spatial-lab/full-bundle"
async
type="module"
></script>
</head>
<body>
<main style="display: block; margin: 0 auto; max-width: 90vw">
<sp-theme>
<div>
<h1>US Eye Care Provider Data Explorer</h1>
</div>
<osl-flex-box breakpoint="md">
<div style="padding-right: 20px">
<p>The US Eye Care Provider Data Explorer tool is an exploratory data and screening tool
for vision care providers across the US. The version of the tool providers data visualization
by county for each state in the US and the subspecialties listed in the US Department of Health and
Human Services (HHS) National Provider Identifier (NPI) dataset.
</p>
<p>
On the left, you can filter by vision care provider subspecialty and state. Summary statistics will display in the table on the left and the map on the right
will display the selected area and statistics. Click the layer icon on the map legend to visualize a different variable. Below, you can explore a full table of available providers
and download the county summary data or a full list of providers for your query.
</p>
<p><b>Data Definitions</b></p>
<ul>
<li><b>Federally Qualified Health Center (FQHC) and Health Center Look-Alike (LAL) </b> Federally-funded health centers that provide health services. Health centers are community-based and consumer-run organizations that serve populations with limited access to health care.
</li>
<li><b>Providers Per 100k Population</b> - The number of providers per 100,000 people in the geography</li>
<li><b>Total Providers</b> - The total number of providers in the geography</li>
<li><b>Percent with Vision Difficulty</b> - Percentage of people who are blind or have serious difficulty seeing even when wearing glasses</li>
<li><b>Percent Without Health Insurance</b> - Percentage of people without health insurance coverage</li>
<li><b>Percent Less than High School Education at Age 25</b> - Percentage of people age 25 and over with less than a high school diploma or equivalent</li>
<li><b>Total Population</b> - Total population in the geography</li>
</div>
</osl-flex-box>
<p style="font-size:0.75rem">
Data sources: Providers - HHS NPI (August 2023); Population Data - ACS 2021 5-Year Estimates (via Social Explorer); FQHCs and LALs - HRSA (Oct 2023); Geographies (Counties, Congressional Districts, ZCTAs) - US Census Administrative Boundaries (2020)
</p>
</sp-theme>
<br/>
<hr/>
<br/>
<div style="display:flex;flex-direction:row;gap:1rem;">
<div style="min-width:30%;">
<div style="display:flex;flex-direction:column; gap:1rem;">
<osl-select-control
data='["https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518","https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050","https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7","https://d36q6zt0rhsb35.cloudfront.net/data-query/65303831181b4500089e4fe6","https://d36q6zt0rhsb35.cloudfront.net/data-query/65666e47e8daf40008705c87"]'
option="state"
options='[{"value":"*","label":"All"},{"value":"AL","label":"AL"},{"value":"AK","label":"AK"},{"value":"AZ","label":"AZ"},{"value":"AR","label":"AR"},{"value":"CA","label":"CA"},{"value":"CO","label":"CO"},{"value":"CT","label":"CT"},{"value":"DE","label":"DE"},{"value":"DC","label":"DC"},{"value":"FL","label":"FL"},{"value":"GA","label":"GA"},{"value":"GU","label":"GU"},{"value":"HI","label":"HI"},{"value":"ID","label":"ID"},{"value":"IL","label":"IL"},{"value":"IN","label":"IN"},{"value":"IA","label":"IA"},{"value":"KS","label":"KS"},{"value":"KY","label":"KY"},{"value":"LA","label":"LA"},{"value":"ME","label":"ME"},{"value":"MD","label":"MD"},{"value":"MA","label":"MA"},{"value":"MI","label":"MI"},{"value":"MN","label":"MN"},{"value":"MS","label":"MS"},{"value":"MO","label":"MO"},{"value":"MT","label":"MT"},{"value":"NE","label":"NE"},{"value":"NV","label":"NV"},{"value":"NH","label":"NH"},{"value":"NJ","label":"NJ"},{"value":"NM","label":"NM"},{"value":"NY","label":"NY"},{"value":"NC","label":"NC"},{"value":"ND","label":"ND"},{"value":"OH","label":"OH"},{"value":"OK","label":"OK"},{"value":"OR","label":"OR"},{"value":"PA","label":"PA"},{"value":"PR","label":"PR"},{"value":"RI","label":"RI"},{"value":"SC","label":"SC"},{"value":"SD","label":"SD"},{"value":"TN","label":"TN"},{"value":"TX","label":"TX"},{"value":"UT","label":"UT"},{"value":"VT","label":"VT"},{"value":"VI","label":"VI"},{"value":"VA","label":"VA"},{"value":"WA","label":"WA"},{"value":"WV","label":"WV"},{"value":"WI","label":"WI"},{"value":"WY","label":"WY"}]'
title="Filter by state"
initialValue="IL"
></osl-select-control>
<osl-checkbox
options='[{"value":"*","label":"All"},{"value":"%207W00000X%","label":"All Ophthalmology Specializations"},{"value":"%207WX0120X%","label":"\t- Cornea and External Diseases Specialist"},{"value":"%207WX0009X%","label":"- Glaucoma Specialist"},{"value":"%207WX0109X%","label":"- Neuro-ophthalmology"},{"value":"%207WX0200X%","label":"- Ophthalmic Plastic and Reconstructive Surgery"},{"value":"%207WX0110X%","label":"- Pediatric Ophthalmology and Strabismus Specialist"},{"value":"%207WX0107X%","label":"- Retina Specialist"},{"value":"%207WX0108X%","label":"- Uveitis and Ocular Inflammatory Disease"},{"value":"%152W00000X%","label":"All Optometrist Specializations"},{"value":"%152WC0802X%","label":"- Corneal and Contact Management"},{"value":"%152WL0500X%","label":"- Low Vision Rehabilitation"},{"value":"%152WX0102X%","label":"- Occupational Vision"},{"value":"%152WP0200X%","label":"- Pediatrics"},{"value":"%152WS0006X%","label":"- Sports Vision"},{"value":"%152WV0400X%","label":"- Vision Therapy"},{"value":"%156F00000X%","label":"All Technician/Technologist Specializations"},{"value":"%156FC0800X%","label":"- Contact Lens"},{"value":"%156FC0801X%","label":"- Contact Lens Fitter"},{"value":"%156FX1700X%","label":"- Ocularist"},{"value":"%156FX1100X%","label":"- Ophthalmic"},{"value":"%156FX1101X%","label":"- Ophthalmic Assistant"},{"value":"%156FX1800X%","label":"- Optician"},{"value":"%156FX1201X%","label":"- Optometric Assistant"},{"value":"%156FX1202X%","label":"- Optometric Technician"},{"value":"%156FX1900X%","label":"- Orthoptist"}]'
title="Choose a specialty or subspecialty"
option="taxonomy"
data='["https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518","https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050","https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7","https://d36q6zt0rhsb35.cloudfront.net/data-query/65303831181b4500089e4fe6","https://d36q6zt0rhsb35.cloudfront.net/data-query/65666e47e8daf40008705c87"]'
></osl-checkbox>
</div>
</div>
<div style="height: 80vh; width: 100%; position:relative; overflow:auto;">
<osl-tabs>
<div data-tab="Counties (Map)" style="position:relative;width:100%;height:100%;">
<osl-glmap
mapStyle="https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"
legendPosition="top-left"
showNavigation='true'
showSingleLayer='true'
mapGroup="1"
>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Providers Per 100k Population"
visible='true'
geoType="WKB"
geoColumn="geometry"
dataColumn="providers_per_100k"
type="continuous"
bins='5'
colorScheme="RdYlBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Providers"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="providers_count"
type="continuous"
bins='5'
colorScheme="YlGnBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent of People with Vision Difficulty"
labelFormat="percent"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Vision Difficulty Rate"
type="continuous"
bins='5'
colorScheme="d3-cividis"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent Without Health Insurance"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Without Health Insurance"
type="continuous"
bins='5'
colorScheme="PuRd"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
legendTitle="Percent Less than High School"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Less than High School"
type="continuous"
bins='5'
colorScheme="BuPu"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Population"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Total Population"
type="continuous"
bins='5'
colorScheme="PuBuGn"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="FIPS"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
legendTitle="FQHC and Look Alikes"
visible="true"
filled="true"
geoType="WKB"
geoColumn="geometry"
layer="point"
type="static"
staticFill="[40,40,40]"
data="https://d36q6zt0rhsb35.cloudfront.net/data-query/65666e47e8daf40008705c87"
pointRadiusMinPixels="2"
pointRadiusMaxPixels="15"
pointRadiusScale="100"
pointRadiusUnits="meters"
getPointRadius="100"
fixed="true"
attribution="HHS National Provider Identifier (2023)"
></osl-map-layer>
</osl-glmap>
</div>
<div data-tab="Counties (Data Tables)" style="position:relative;width:100%;height:100%;">
<div style="display:flex;flex-direction:column;gap:1rem;background-color:white;padding:1rem;">
<osl-stat-table
title="County Summary Statistics"
suffixParam="state"
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
columns='["providers_per_100k","providers_count","Vision Difficulty Rate","Percent Without Health Insurance","Percent Less than High School","Total Population"]'
columnNames='["Providers Per 100k","Total Providers","Percent with Vision Difficulty","Percent Without Health Insurance","Percent Less than High School Education at Age 25","Total Population"]'
columnFormats='["nice","nice","percent","percent","percent","nice"]'
></osl-stat-table>
</div>
</div>
<div data-tab="Congressional Districts (Map)" style="position:relative;width:100%;height:100%;">
<osl-glmap
mapStyle="https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"
legendPosition="top-left"
showNavigation='true'
showSingleLayer='true'
mapGroup="1"
moveEveryDataChange="true"
>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Providers Per 100k Population"
visible='true'
geoType="WKB"
geoColumn="geometry"
dataColumn="Providers Per 100k"
type="continuous"
bins='5'
colorScheme="RdYlBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Providers"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="providers_count"
type="continuous"
bins='5'
colorScheme="YlGnBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent of People with Vision Difficulty"
labelFormat="percent"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Vision Difficulty Rate"
type="continuous"
bins='5'
colorScheme="d3-cividis"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent Without Health Insurance"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Without Health Insurance"
type="continuous"
bins='5'
colorScheme="PuRd"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
legendTitle="Percent Less than High School"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Less than High School"
type="continuous"
bins='5'
colorScheme="BuPu"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Population"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Total Population"
type="continuous"
bins='5'
colorScheme="PuBuGn"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="name"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
legendTitle="FQHC and Look Alikes"
visible="true"
filled="true"
geoType="WKB"
geoColumn="geometry"
layer="point"
type="static"
staticFill="[40,40,40]"
data="https://d36q6zt0rhsb35.cloudfront.net/data-query/65666e47e8daf40008705c87"
pointRadiusMinPixels="2"
pointRadiusMaxPixels="15"
pointRadiusScale="100"
pointRadiusUnits="meters"
getPointRadius="100"
fixed="true"
attribution="HHS National Provider Identifier (2023)"
></osl-map-layer>
<osl-map-layer
legendTitle="FQHC and Look Alikes"
visible="true"
filled="true"
geoType="WKB"
geoColumn="geometry"
layer="point"
type="static"
staticFill="[40,40,40]"
data="https://d36q6zt0rhsb35.cloudfront.net/data-query/65666e47e8daf40008705c87"
pointRadiusMinPixels="2"
pointRadiusMaxPixels="15"
pointRadiusScale="100"
pointRadiusUnits="meters"
getPointRadius="100"
fixed="true"
attribution="HHS National Provider Identifier (2023)"
></osl-map-layer>
</osl-glmap>
</div>
<div data-tab="Congressional Districts (Data Tables)" style="position:relative;width:100%;height:100%;">
<div style="display:flex;flex-direction:column;gap:1rem;background-color:white;padding:1rem;">
<osl-stat-table
title="Congressional Districts Summary Statistics"
suffixParam="state"
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d301777b38300088750c7
columns='["Providers Per 100k","providers_count","Vision Difficulty Rate","Percent Without Health Insurance","Percent Less than High School","Total Population"]'
columnNames='["Providers Per 100k","Total Providers","Percent with Vision Difficulty","Percent Without Health Insurance","Percent Less than High School Education at Age 25","Total Population"]'
columnFormats='["nice","nice","percent","percent","percent","nice"]'
></osl-stat-table>
</div>
</div>
<div data-tab="Zip Codes / ZCTAs (Map)" style="position:relative;width:100%;height:100%;">
<osl-glmap
mapStyle="https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"
legendPosition="top-left"
showNavigation='true'
showSingleLayer='true'
mapGroup="1"
>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Providers Per 100k Population"
visible='true'
geoType="WKB"
geoColumn="geometry"
dataColumn="Providers Per 100k"
type="continuous"
bins='5'
colorScheme="RdYlBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Providers"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="providers_count"
type="continuous"
bins='5'
colorScheme="YlGnBu"
filled='true'
attribution="HHS National Provider Identifier (2023)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent of People with Vision Difficulty"
labelFormat="percent"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Vision Difficulty Rate"
type="continuous"
bins='5'
colorScheme="d3-cividis"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Percent Without Health Insurance"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Without Health Insurance"
type="continuous"
bins='5'
colorScheme="PuRd"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
legendTitle="Percent Less than High School"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Percent Less than High School"
type="continuous"
bins='5'
colorScheme="BuPu"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
<osl-map-layer
source="65303b14fc2a290008152629"
legendTitle="Total Population"
visible='false'
geoType="WKB"
geoColumn="geometry"
dataColumn="Total Population"
type="continuous"
bins='5'
colorScheme="PuBuGn"
filled='true'
attribution="American Community Survey 2021 (5 Year Estimates)"
layer="polygon"
beforeId="water"
method="QNT"
geoId="ZIPCODE"
stroked='true'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
tooltips='[{"column":"NAME","label":"County"},{"column":"providers_per_100k","label":"Providers / 100k Pop"},{"column":"providers_count","label":"Total Providers"},{"column":"Total Population"},{"column":"Vision Difficulty Rate","format":"percent"},{"column":"Percent Less than High School","format":"percent"},{"column":"Percent Without Health Insurance","format":"percent"}]'
>
</osl-map-layer>
</osl-glmap>
</div>
<div data-tab="Zip Codes / ZCTAs (Data Tables)" style="position:relative;width:100%;height:100%;">
<div style="display:flex;flex-direction:column;gap:1rem;background-color:white;padding:1rem;">
<osl-stat-table
title="Zip Code Summary Statistics"
suffixParam="state"
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655d2a1d6a8a3000080b3050
columns='["Providers Per 100k","providers_count","Vision Difficulty Rate","Percent Without Health Insurance","Percent Less than High School","Total Population"]'
columnNames='["Providers Per 100k","Total Providers","Percent with Vision Difficulty","Percent Without Health Insurance","Percent Less than High School Education at Age 25","Total Population"]'
columnFormats='["nice","nice","percent","percent","percent","nice"]'
></osl-stat-table>
</div>
</div>
</osl-tabs>
<osl-flex-box breakpoint="lg">
</osl-flex-box>
</div>
</div>
</div>
<div style="position:relative;display:block;">
<osl-data-table
title="Providers"
suffixParam="state"
maxw="200vw"
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/65303831181b4500089e4fe6
columns='["NPI","Provider First Name","Provider Last Name (Legal Name)","Provider Credential Text","Full Address","Taxonomy","County Name","Congressional District GEOID","Zip Code (ZCTA)","County GEOID"]'
pagination="true"
></osl-data-table>
<div>
<osl-download
title="Download County Summary Data"
filename="counties-summary"
parameterSuffixes='["state","taxonomy"]'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
></osl-download>
<osl-download
title="Download All Providers"
filename="vision-providers"
parameterSuffixes='["state","taxonomy"]'
data=https://d36q6zt0rhsb35.cloudfront.net/data-query/655e3148b52ed80008d79518
></osl-download>
</div></div>
</main>
</body>
</html>