@unite-us/app-create-referral 0.1.74 → 0.1.75
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/hooks/useCreateReferrals.js.map +1 -1
- package/dist/pages/builder/ReferralBuilderForm.js +2 -2
- package/dist/pages/builder/ReferralBuilderForm.js.map +1 -1
- package/dist/pages/review/DeleteReferralModal.js +1 -1
- package/dist/pages/review/DeleteReferralModal.js.map +1 -1
- package/dist/pages/review/ReferralsSent.js +1 -1
- package/dist/pages/review/ReferralsSent.js.map +1 -1
- package/dist/pages/review/Review.js +17 -8
- package/dist/pages/review/Review.js.map +1 -1
- package/dist/pages/review/__tests__/Review.test.js +190 -0
- package/dist/pages/review/__tests__/Review.test.js.map +1 -0
- package/dist/pages/review/__tests__/data.js +696 -0
- package/dist/pages/review/__tests__/data.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,696 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.referrals = void 0;
|
|
8
|
+
var referrals = [{
|
|
9
|
+
"programs": [{
|
|
10
|
+
"id": "d7a40593-d79a-4730-b6d5-05bab0e4ba8e",
|
|
11
|
+
"name": "All Service Types Program [Kevin]",
|
|
12
|
+
"description": "This is a placeholder description. Please fill.",
|
|
13
|
+
"website_url": null,
|
|
14
|
+
"eligibility_text": null,
|
|
15
|
+
"default": false,
|
|
16
|
+
"is_active": true,
|
|
17
|
+
"languages": [],
|
|
18
|
+
"payment_options": [],
|
|
19
|
+
"accessibility_options": [],
|
|
20
|
+
"delivery_options": [],
|
|
21
|
+
"transportation_options": [],
|
|
22
|
+
"states": [],
|
|
23
|
+
"cities": [],
|
|
24
|
+
"counties": [],
|
|
25
|
+
"receiving_referrals": true,
|
|
26
|
+
"status": null,
|
|
27
|
+
"phone_numbers": [],
|
|
28
|
+
"email_addresses": [],
|
|
29
|
+
"funds_allocation": null,
|
|
30
|
+
"locations": [{
|
|
31
|
+
"location_type": "work",
|
|
32
|
+
"line_1": "42 Murray Street",
|
|
33
|
+
"line_2": "",
|
|
34
|
+
"city": "New York",
|
|
35
|
+
"county": "New York",
|
|
36
|
+
"state": "NY",
|
|
37
|
+
"postal_code": "10007",
|
|
38
|
+
"country": "USA",
|
|
39
|
+
"latitude": 40.713913,
|
|
40
|
+
"longitude": -74.0095118,
|
|
41
|
+
"is_primary": null
|
|
42
|
+
}],
|
|
43
|
+
"population_restrictions": [],
|
|
44
|
+
"population_specializations": [],
|
|
45
|
+
"provider": {
|
|
46
|
+
"id": "0e12a0cc-0bc6-455d-9adc-bf4499bc1ec8",
|
|
47
|
+
"licensed": true,
|
|
48
|
+
"name": "Kevin Org [Dev Only]",
|
|
49
|
+
"description": "<div>This is a placeholder description. Please fill.</div>",
|
|
50
|
+
"website_url": null,
|
|
51
|
+
"email_addresses": [{
|
|
52
|
+
"is_primary": true,
|
|
53
|
+
"email_address": "coolio@nice.com"
|
|
54
|
+
}],
|
|
55
|
+
"phone_numbers": [{
|
|
56
|
+
"phone_type": "phone",
|
|
57
|
+
"country_code": "1",
|
|
58
|
+
"phone_number": "1231231231"
|
|
59
|
+
}],
|
|
60
|
+
"hours": {
|
|
61
|
+
"friday": [{
|
|
62
|
+
"opens": "00:00",
|
|
63
|
+
"closes": "00:30"
|
|
64
|
+
}, {
|
|
65
|
+
"opens": "01:30",
|
|
66
|
+
"closes": "03:00"
|
|
67
|
+
}, {
|
|
68
|
+
"opens": "05:00",
|
|
69
|
+
"closes": "06:00"
|
|
70
|
+
}],
|
|
71
|
+
"sunday": [{
|
|
72
|
+
"opens": "01:00",
|
|
73
|
+
"closes": "21:00"
|
|
74
|
+
}],
|
|
75
|
+
"saturday": [{
|
|
76
|
+
"opens": "07:00",
|
|
77
|
+
"closes": "20:00"
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
"state": "active",
|
|
81
|
+
"provider_type": "coordination_center",
|
|
82
|
+
"logo_url": "https://s3.amazonaws.com/cdn-public-v3-uudev/group/0e12a0cc-0bc6-455d-9adc-bf4499bc1ec8/logo/49fba2efecd9e3317eeffd6fd1457c18-medium.png",
|
|
83
|
+
"focus": {
|
|
84
|
+
"military_focus": false,
|
|
85
|
+
"health_insurance_focus": false,
|
|
86
|
+
"military_focus_defer_to_network": true,
|
|
87
|
+
"health_insurance_focus_defer_to_network": true
|
|
88
|
+
},
|
|
89
|
+
"status": null,
|
|
90
|
+
"primary_contact_name": null,
|
|
91
|
+
"sensitive": false,
|
|
92
|
+
"national_provider_identifier": null,
|
|
93
|
+
"tax_identification_number": null,
|
|
94
|
+
"require_contact_preferences": false,
|
|
95
|
+
"managed": false,
|
|
96
|
+
"addresses": [{
|
|
97
|
+
"address_type": "work",
|
|
98
|
+
"line_1": "42 Murray Street",
|
|
99
|
+
"line_2": "",
|
|
100
|
+
"city": "New York",
|
|
101
|
+
"county": "New York",
|
|
102
|
+
"state": "NY",
|
|
103
|
+
"postal_code": "10007",
|
|
104
|
+
"country": "USA",
|
|
105
|
+
"latitude": 40.713913,
|
|
106
|
+
"longitude": -74.0095118,
|
|
107
|
+
"is_primary": null
|
|
108
|
+
}],
|
|
109
|
+
"programs": [{
|
|
110
|
+
"id": "d7a40593-d79a-4730-b6d5-05bab0e4ba8e"
|
|
111
|
+
}],
|
|
112
|
+
"networks": [{
|
|
113
|
+
"id": "5bd535bf-c7f4-49fd-8485-2a92d91d7052",
|
|
114
|
+
"name": "Alex Testing Two",
|
|
115
|
+
"network_type": "coordinated",
|
|
116
|
+
"focus": {
|
|
117
|
+
"id": "88e6b0c8-8536-4174-80ba-0c21a9180227",
|
|
118
|
+
"military_focus": true,
|
|
119
|
+
"health_insurance_focus": false
|
|
120
|
+
},
|
|
121
|
+
"state": "active",
|
|
122
|
+
"coordination_centers": [],
|
|
123
|
+
"services": []
|
|
124
|
+
}, {
|
|
125
|
+
"id": "19d9308d-abd7-4313-9c74-b75d978d41f0",
|
|
126
|
+
"name": "Alex Test 2u",
|
|
127
|
+
"network_type": "coordinated",
|
|
128
|
+
"focus": {
|
|
129
|
+
"id": "83a2a42f-5777-44ef-80cb-01cd2a21f0fa",
|
|
130
|
+
"military_focus": true,
|
|
131
|
+
"health_insurance_focus": false
|
|
132
|
+
},
|
|
133
|
+
"state": "active",
|
|
134
|
+
"coordination_centers": [{
|
|
135
|
+
"id": "6f6cce68-fc3f-4d38-9e11-720d949402e7"
|
|
136
|
+
}, {
|
|
137
|
+
"id": "0e12a0cc-0bc6-455d-9adc-bf4499bc1ec8"
|
|
138
|
+
}],
|
|
139
|
+
"services": []
|
|
140
|
+
}, {
|
|
141
|
+
"id": "c88b9628-b76c-434b-ad58-62bb2ca9d6c0",
|
|
142
|
+
"name": "Developer Playground [DEVS ONLY]",
|
|
143
|
+
"network_type": "coordinated_with_p2p",
|
|
144
|
+
"focus": {
|
|
145
|
+
"health_insurance_focus": true
|
|
146
|
+
},
|
|
147
|
+
"state": "active",
|
|
148
|
+
"coordination_centers": [{
|
|
149
|
+
"id": "0b98eb63-98b5-41e5-b30c-1145353fb204"
|
|
150
|
+
}],
|
|
151
|
+
"services": []
|
|
152
|
+
}],
|
|
153
|
+
"payer": null
|
|
154
|
+
},
|
|
155
|
+
"fee_schedule_program": null
|
|
156
|
+
}],
|
|
157
|
+
"service": {
|
|
158
|
+
"id": "50126fcb-a3e9-45d5-9a8e-c32b7fd810b4",
|
|
159
|
+
"name": "Benefits",
|
|
160
|
+
"code": "UU-BENEFITS",
|
|
161
|
+
"taxonomy": "uniteus",
|
|
162
|
+
"sensitive": false
|
|
163
|
+
},
|
|
164
|
+
"description": "help1",
|
|
165
|
+
"primaryWorker": null,
|
|
166
|
+
"attachments": null,
|
|
167
|
+
"paymentAuthForm": null,
|
|
168
|
+
"sendingProvider": {
|
|
169
|
+
"id": "0b98eb63-98b5-41e5-b30c-1145353fb204",
|
|
170
|
+
"licensed": true,
|
|
171
|
+
"name": "Developer Coordination Center [Devs Only]",
|
|
172
|
+
"description": "<div>\n<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1400s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. test edit<br> <br> <br><br><br><br><br><br><br><br><br><br><br><br><br>\n</div>",
|
|
173
|
+
"website_url": "http://sauer.net/louanne_medhurst",
|
|
174
|
+
"email_addresses": [{
|
|
175
|
+
"is_primary": false,
|
|
176
|
+
"email_address": "santa@clause.com"
|
|
177
|
+
}],
|
|
178
|
+
"phone_numbers": [{
|
|
179
|
+
"phone_type": "phone",
|
|
180
|
+
"country_code": "1",
|
|
181
|
+
"phone_number": "1231234567834567345678234567"
|
|
182
|
+
}],
|
|
183
|
+
"hours": {
|
|
184
|
+
"sunday": [{
|
|
185
|
+
"opens": "08:00",
|
|
186
|
+
"closes": "10:00"
|
|
187
|
+
}, {
|
|
188
|
+
"opens": "10:30",
|
|
189
|
+
"closes": "13:30"
|
|
190
|
+
}],
|
|
191
|
+
"thursday": [{
|
|
192
|
+
"opens": "00:30",
|
|
193
|
+
"closes": "00:30"
|
|
194
|
+
}],
|
|
195
|
+
"wednesday": [{
|
|
196
|
+
"opens": "00:30",
|
|
197
|
+
"closes": "00:30"
|
|
198
|
+
}]
|
|
199
|
+
},
|
|
200
|
+
"state": "active",
|
|
201
|
+
"provider_type": "coordination_center",
|
|
202
|
+
"logo_url": "https://s3.amazonaws.com/cdn-public-v3-uudev/group/0b98eb63-98b5-41e5-b30c-1145353fb204/logo/fb38334058fb1aa3e565674ebb7790a9-medium.png",
|
|
203
|
+
"focus": {
|
|
204
|
+
"health_insurance_focus": true
|
|
205
|
+
},
|
|
206
|
+
"status": null,
|
|
207
|
+
"primary_contact_name": null,
|
|
208
|
+
"sensitive": false,
|
|
209
|
+
"national_provider_identifier": null,
|
|
210
|
+
"tax_identification_number": null,
|
|
211
|
+
"require_contact_preferences": true,
|
|
212
|
+
"managed": false,
|
|
213
|
+
"addresses": [{
|
|
214
|
+
"address_type": null,
|
|
215
|
+
"line_1": "7th Street",
|
|
216
|
+
"line_2": null,
|
|
217
|
+
"city": "San Clemente",
|
|
218
|
+
"county": "San Diego County",
|
|
219
|
+
"state": "CA",
|
|
220
|
+
"postal_code": "92672",
|
|
221
|
+
"country": "US",
|
|
222
|
+
"latitude": 33.42418069999999,
|
|
223
|
+
"longitude": -117.5559858,
|
|
224
|
+
"is_primary": null
|
|
225
|
+
}, {
|
|
226
|
+
"address_type": null,
|
|
227
|
+
"line_1": "5307 S Hyde Park Blvd",
|
|
228
|
+
"line_2": null,
|
|
229
|
+
"city": "Chicago",
|
|
230
|
+
"county": "Cook County",
|
|
231
|
+
"state": "IL",
|
|
232
|
+
"postal_code": "60615",
|
|
233
|
+
"country": "United States",
|
|
234
|
+
"latitude": 41.7992981,
|
|
235
|
+
"longitude": -87.583635,
|
|
236
|
+
"is_primary": null
|
|
237
|
+
}, {
|
|
238
|
+
"address_type": null,
|
|
239
|
+
"line_1": "65 N Moore St",
|
|
240
|
+
"line_2": "2nd floor",
|
|
241
|
+
"city": "New York",
|
|
242
|
+
"county": "New York County",
|
|
243
|
+
"state": "NY",
|
|
244
|
+
"postal_code": "10013",
|
|
245
|
+
"country": "United States",
|
|
246
|
+
"latitude": 40.7202926,
|
|
247
|
+
"longitude": -74.00949949999999,
|
|
248
|
+
"is_primary": null
|
|
249
|
+
}, {
|
|
250
|
+
"address_type": null,
|
|
251
|
+
"line_1": null,
|
|
252
|
+
"line_2": null,
|
|
253
|
+
"city": "Atlanta",
|
|
254
|
+
"county": "Fulton County",
|
|
255
|
+
"state": "GA",
|
|
256
|
+
"postal_code": "31156",
|
|
257
|
+
"country": "US",
|
|
258
|
+
"latitude": 33.7489954,
|
|
259
|
+
"longitude": -84.3879824,
|
|
260
|
+
"is_primary": null
|
|
261
|
+
}, {
|
|
262
|
+
"address_type": null,
|
|
263
|
+
"line_1": "1452 E 53rd St",
|
|
264
|
+
"line_2": null,
|
|
265
|
+
"city": "Chicago",
|
|
266
|
+
"county": "Cook County",
|
|
267
|
+
"state": "IL",
|
|
268
|
+
"postal_code": "60615",
|
|
269
|
+
"country": "United States",
|
|
270
|
+
"latitude": 41.7997257,
|
|
271
|
+
"longitude": -87.5896855,
|
|
272
|
+
"is_primary": null
|
|
273
|
+
}, {
|
|
274
|
+
"address_type": null,
|
|
275
|
+
"line_1": "222 W Merchandise Mart Plaza",
|
|
276
|
+
"line_2": null,
|
|
277
|
+
"city": "Chicago",
|
|
278
|
+
"county": "Cook County",
|
|
279
|
+
"state": "IL",
|
|
280
|
+
"postal_code": "60654",
|
|
281
|
+
"country": "United States",
|
|
282
|
+
"latitude": 41.8884096,
|
|
283
|
+
"longitude": -87.6354498,
|
|
284
|
+
"is_primary": null
|
|
285
|
+
}, {
|
|
286
|
+
"address_type": null,
|
|
287
|
+
"line_1": "1110 Elden Street",
|
|
288
|
+
"line_2": null,
|
|
289
|
+
"city": "Herndon",
|
|
290
|
+
"county": "Fairfax County",
|
|
291
|
+
"state": "VA",
|
|
292
|
+
"postal_code": "20170",
|
|
293
|
+
"country": "US",
|
|
294
|
+
"latitude": 38.9649912,
|
|
295
|
+
"longitude": -77.3988178,
|
|
296
|
+
"is_primary": null
|
|
297
|
+
}, {
|
|
298
|
+
"address_type": null,
|
|
299
|
+
"line_1": "217 Broadway",
|
|
300
|
+
"line_2": null,
|
|
301
|
+
"city": "New York",
|
|
302
|
+
"county": "New York County",
|
|
303
|
+
"state": "NY",
|
|
304
|
+
"postal_code": "10007",
|
|
305
|
+
"country": "United States",
|
|
306
|
+
"latitude": 40.7116639,
|
|
307
|
+
"longitude": -74.00863509999999,
|
|
308
|
+
"is_primary": null
|
|
309
|
+
}, {
|
|
310
|
+
"address_type": null,
|
|
311
|
+
"line_1": "10 Columbus Cir",
|
|
312
|
+
"line_2": null,
|
|
313
|
+
"city": "New York",
|
|
314
|
+
"county": "New York County",
|
|
315
|
+
"state": "NY",
|
|
316
|
+
"postal_code": "10019",
|
|
317
|
+
"country": "United States",
|
|
318
|
+
"latitude": 40.7685526,
|
|
319
|
+
"longitude": -73.9831866,
|
|
320
|
+
"is_primary": null
|
|
321
|
+
}, {
|
|
322
|
+
"address_type": null,
|
|
323
|
+
"line_1": null,
|
|
324
|
+
"line_2": null,
|
|
325
|
+
"city": "Upper Darby",
|
|
326
|
+
"county": "Delaware County",
|
|
327
|
+
"state": "PA",
|
|
328
|
+
"postal_code": null,
|
|
329
|
+
"country": "US",
|
|
330
|
+
"latitude": 39.9593175,
|
|
331
|
+
"longitude": -75.2878235,
|
|
332
|
+
"is_primary": null
|
|
333
|
+
}, {
|
|
334
|
+
"address_type": null,
|
|
335
|
+
"line_1": null,
|
|
336
|
+
"line_2": "r",
|
|
337
|
+
"city": "Schenectady",
|
|
338
|
+
"county": "Schenectady County",
|
|
339
|
+
"state": "NY",
|
|
340
|
+
"postal_code": "12345",
|
|
341
|
+
"country": "US",
|
|
342
|
+
"latitude": 42.8140012,
|
|
343
|
+
"longitude": -73.9814578,
|
|
344
|
+
"is_primary": null
|
|
345
|
+
}, {
|
|
346
|
+
"address_type": null,
|
|
347
|
+
"line_1": "62 Remsen Street",
|
|
348
|
+
"line_2": null,
|
|
349
|
+
"city": "Brooklyn",
|
|
350
|
+
"county": "Kings County",
|
|
351
|
+
"state": "NY",
|
|
352
|
+
"postal_code": "11201",
|
|
353
|
+
"country": "US",
|
|
354
|
+
"latitude": 40.6943087,
|
|
355
|
+
"longitude": -73.9960582,
|
|
356
|
+
"is_primary": null
|
|
357
|
+
}],
|
|
358
|
+
"programs": [],
|
|
359
|
+
"networks": [{
|
|
360
|
+
"id": "9251cfc1-22bb-4b3b-9044-6beb7684a099"
|
|
361
|
+
}, {
|
|
362
|
+
"id": "19d9308d-abd7-4313-9c74-b75d978d41f0"
|
|
363
|
+
}, {
|
|
364
|
+
"id": "3a6201e6-dd25-4fbd-88fc-aa2dad04c782"
|
|
365
|
+
}, {
|
|
366
|
+
"id": "c88b9628-b76c-434b-ad58-62bb2ca9d6c0"
|
|
367
|
+
}, {
|
|
368
|
+
"id": "3fcddec2-b524-4ead-b750-b1a664c611d0"
|
|
369
|
+
}, {
|
|
370
|
+
"id": "cdb7314f-2821-400d-8729-7b0aff9d619d"
|
|
371
|
+
}],
|
|
372
|
+
"payer": null
|
|
373
|
+
},
|
|
374
|
+
"isFunded": false,
|
|
375
|
+
"network": {
|
|
376
|
+
"name": "Developer Playground [DEVS ONLY]"
|
|
377
|
+
}
|
|
378
|
+
}, {
|
|
379
|
+
"programs": [{
|
|
380
|
+
"id": "116c88c0-b357-46fc-afe8-7ddc22642a97",
|
|
381
|
+
"name": "All Services",
|
|
382
|
+
"description": "<p>Description goes here.</p>",
|
|
383
|
+
"website_url": null,
|
|
384
|
+
"eligibility_text": null,
|
|
385
|
+
"default": false,
|
|
386
|
+
"is_active": true,
|
|
387
|
+
"languages": ["en"],
|
|
388
|
+
"payment_options": ["free"],
|
|
389
|
+
"accessibility_options": ["ada_accessible"],
|
|
390
|
+
"delivery_options": ["in_office"],
|
|
391
|
+
"transportation_options": [],
|
|
392
|
+
"states": [],
|
|
393
|
+
"cities": [],
|
|
394
|
+
"counties": [],
|
|
395
|
+
"receiving_referrals": true,
|
|
396
|
+
"status": null,
|
|
397
|
+
"phone_numbers": [],
|
|
398
|
+
"email_addresses": [],
|
|
399
|
+
"funds_allocation": null,
|
|
400
|
+
"locations": [{
|
|
401
|
+
"location_type": null,
|
|
402
|
+
"line_1": null,
|
|
403
|
+
"line_2": null,
|
|
404
|
+
"city": "Palo Alto",
|
|
405
|
+
"county": "Santa Clara County",
|
|
406
|
+
"state": "CA",
|
|
407
|
+
"postal_code": null,
|
|
408
|
+
"country": "US",
|
|
409
|
+
"latitude": 37.4418834,
|
|
410
|
+
"longitude": -122.1430195,
|
|
411
|
+
"is_primary": null
|
|
412
|
+
}, {
|
|
413
|
+
"location_type": null,
|
|
414
|
+
"line_1": "120 Eckford St",
|
|
415
|
+
"line_2": null,
|
|
416
|
+
"city": "Brooklyn",
|
|
417
|
+
"county": "Kings County",
|
|
418
|
+
"state": "NY",
|
|
419
|
+
"postal_code": "11222",
|
|
420
|
+
"country": "United States",
|
|
421
|
+
"latitude": 40.723793,
|
|
422
|
+
"longitude": -73.94850000000001,
|
|
423
|
+
"is_primary": null
|
|
424
|
+
}, {
|
|
425
|
+
"location_type": null,
|
|
426
|
+
"line_1": "300 Eckford St",
|
|
427
|
+
"line_2": null,
|
|
428
|
+
"city": "Brooklyn",
|
|
429
|
+
"county": "Kings County",
|
|
430
|
+
"state": "NY",
|
|
431
|
+
"postal_code": "11222",
|
|
432
|
+
"country": "United States",
|
|
433
|
+
"latitude": 40.729425,
|
|
434
|
+
"longitude": -73.95184809999999,
|
|
435
|
+
"is_primary": null
|
|
436
|
+
}],
|
|
437
|
+
"population_restrictions": [],
|
|
438
|
+
"population_specializations": [],
|
|
439
|
+
"provider": {
|
|
440
|
+
"id": "633c1fa2-4478-45a9-9cbb-24edd8d87b92",
|
|
441
|
+
"licensed": true,
|
|
442
|
+
"name": "11 AA Provider2",
|
|
443
|
+
"description": "<div>This is a placeholder description. Please add detail.</div><div><br></div>",
|
|
444
|
+
"website_url": "https://www.elevensies.com",
|
|
445
|
+
"email_addresses": [{
|
|
446
|
+
"is_primary": false,
|
|
447
|
+
"email_address": "susan@b.anthony"
|
|
448
|
+
}],
|
|
449
|
+
"phone_numbers": [{
|
|
450
|
+
"phone_type": "fax",
|
|
451
|
+
"country_code": "1",
|
|
452
|
+
"phone_number": "4152792790123"
|
|
453
|
+
}, {
|
|
454
|
+
"phone_type": "other",
|
|
455
|
+
"country_code": "1",
|
|
456
|
+
"phone_number": "1234567890123"
|
|
457
|
+
}, {
|
|
458
|
+
"phone_type": "other",
|
|
459
|
+
"country_code": "1",
|
|
460
|
+
"phone_number": "5172684255123"
|
|
461
|
+
}, {
|
|
462
|
+
"phone_type": "phone",
|
|
463
|
+
"country_code": "1",
|
|
464
|
+
"phone_number": "2794150032456"
|
|
465
|
+
}],
|
|
466
|
+
"hours": {
|
|
467
|
+
"monday": [{
|
|
468
|
+
"opens": "13:00",
|
|
469
|
+
"closes": "17:00"
|
|
470
|
+
}]
|
|
471
|
+
},
|
|
472
|
+
"state": "active",
|
|
473
|
+
"provider_type": "provider",
|
|
474
|
+
"logo_url": "https://s3.amazonaws.com/cdn-public-v3-uudev/group/633c1fa2-4478-45a9-9cbb-24edd8d87b92/logo/eb74cc4c764dcf21e2552cab1c10208d-medium.png",
|
|
475
|
+
"focus": {
|
|
476
|
+
"health_insurance_focus": true
|
|
477
|
+
},
|
|
478
|
+
"status": null,
|
|
479
|
+
"primary_contact_name": null,
|
|
480
|
+
"sensitive": false,
|
|
481
|
+
"national_provider_identifier": null,
|
|
482
|
+
"tax_identification_number": null,
|
|
483
|
+
"require_contact_preferences": false,
|
|
484
|
+
"managed": false,
|
|
485
|
+
"addresses": [{
|
|
486
|
+
"address_type": null,
|
|
487
|
+
"line_1": null,
|
|
488
|
+
"line_2": null,
|
|
489
|
+
"city": "Palo Alto",
|
|
490
|
+
"county": "Santa Clara County",
|
|
491
|
+
"state": "CA",
|
|
492
|
+
"postal_code": null,
|
|
493
|
+
"country": "US",
|
|
494
|
+
"latitude": 37.4418834,
|
|
495
|
+
"longitude": -122.1430195,
|
|
496
|
+
"is_primary": null
|
|
497
|
+
}, {
|
|
498
|
+
"address_type": null,
|
|
499
|
+
"line_1": "200 Eckford St",
|
|
500
|
+
"line_2": null,
|
|
501
|
+
"city": "Brooklyn",
|
|
502
|
+
"county": "Kings County",
|
|
503
|
+
"state": "NY",
|
|
504
|
+
"postal_code": "11222",
|
|
505
|
+
"country": "United States",
|
|
506
|
+
"latitude": 40.7262191,
|
|
507
|
+
"longitude": -73.94992119999999,
|
|
508
|
+
"is_primary": null
|
|
509
|
+
}, {
|
|
510
|
+
"address_type": null,
|
|
511
|
+
"line_1": "300 Eckford St",
|
|
512
|
+
"line_2": null,
|
|
513
|
+
"city": "Brooklyn",
|
|
514
|
+
"county": "Kings County",
|
|
515
|
+
"state": "NY",
|
|
516
|
+
"postal_code": "11222",
|
|
517
|
+
"country": "United States",
|
|
518
|
+
"latitude": 40.729425,
|
|
519
|
+
"longitude": -73.95184809999999,
|
|
520
|
+
"is_primary": null
|
|
521
|
+
}, {
|
|
522
|
+
"address_type": null,
|
|
523
|
+
"line_1": "250 Eckford St",
|
|
524
|
+
"line_2": null,
|
|
525
|
+
"city": "Brooklyn",
|
|
526
|
+
"county": "Kings County",
|
|
527
|
+
"state": "NY",
|
|
528
|
+
"postal_code": "11222",
|
|
529
|
+
"country": "United States",
|
|
530
|
+
"latitude": 40.7278503,
|
|
531
|
+
"longitude": -73.9508342,
|
|
532
|
+
"is_primary": null
|
|
533
|
+
}, {
|
|
534
|
+
"address_type": null,
|
|
535
|
+
"line_1": "255 Eckford St",
|
|
536
|
+
"line_2": null,
|
|
537
|
+
"city": "Brooklyn",
|
|
538
|
+
"county": "Kings County",
|
|
539
|
+
"state": "NY",
|
|
540
|
+
"postal_code": "11222",
|
|
541
|
+
"country": "United States",
|
|
542
|
+
"latitude": 40.7278715,
|
|
543
|
+
"longitude": -73.951317,
|
|
544
|
+
"is_primary": null
|
|
545
|
+
}, {
|
|
546
|
+
"address_type": null,
|
|
547
|
+
"line_1": null,
|
|
548
|
+
"line_2": null,
|
|
549
|
+
"city": "New York",
|
|
550
|
+
"county": "New York County",
|
|
551
|
+
"state": "NY",
|
|
552
|
+
"postal_code": "10013",
|
|
553
|
+
"country": "United States",
|
|
554
|
+
"latitude": 40.7199639,
|
|
555
|
+
"longitude": -74.0085852,
|
|
556
|
+
"is_primary": null
|
|
557
|
+
}, {
|
|
558
|
+
"address_type": null,
|
|
559
|
+
"line_1": "120 Eckford St",
|
|
560
|
+
"line_2": null,
|
|
561
|
+
"city": "Brooklyn",
|
|
562
|
+
"county": "Kings County",
|
|
563
|
+
"state": "NY",
|
|
564
|
+
"postal_code": "11222",
|
|
565
|
+
"country": "United States",
|
|
566
|
+
"latitude": 40.723793,
|
|
567
|
+
"longitude": -73.94850000000001,
|
|
568
|
+
"is_primary": null
|
|
569
|
+
}, {
|
|
570
|
+
"address_type": null,
|
|
571
|
+
"line_1": "104 Eckford St",
|
|
572
|
+
"line_2": null,
|
|
573
|
+
"city": "Brooklyn",
|
|
574
|
+
"county": "Kings County",
|
|
575
|
+
"state": "NY",
|
|
576
|
+
"postal_code": "11222",
|
|
577
|
+
"country": "United States",
|
|
578
|
+
"latitude": 40.723298,
|
|
579
|
+
"longitude": -73.948218,
|
|
580
|
+
"is_primary": null
|
|
581
|
+
}],
|
|
582
|
+
"programs": [{
|
|
583
|
+
"id": "8eab0719-72c3-4836-8aeb-86678bb1807c"
|
|
584
|
+
}, {
|
|
585
|
+
"id": "116c88c0-b357-46fc-afe8-7ddc22642a97"
|
|
586
|
+
}, {
|
|
587
|
+
"id": "57c3f7c3-cea9-48c9-9619-1c13c36eb65a"
|
|
588
|
+
}],
|
|
589
|
+
"networks": [{
|
|
590
|
+
"id": "c88b9628-b76c-434b-ad58-62bb2ca9d6c0",
|
|
591
|
+
"name": "Developer Playground [DEVS ONLY]",
|
|
592
|
+
"network_type": "coordinated_with_p2p",
|
|
593
|
+
"focus": {
|
|
594
|
+
"health_insurance_focus": true
|
|
595
|
+
},
|
|
596
|
+
"state": "active",
|
|
597
|
+
"coordination_centers": [{
|
|
598
|
+
"id": "0b98eb63-98b5-41e5-b30c-1145353fb204"
|
|
599
|
+
}],
|
|
600
|
+
"services": []
|
|
601
|
+
}, {
|
|
602
|
+
"id": "c23742c7-db08-45b6-8e29-9f5f81973834",
|
|
603
|
+
"name": "10/14 Incremental Test Data Network",
|
|
604
|
+
"network_type": "hub_and_spoke",
|
|
605
|
+
"focus": {
|
|
606
|
+
"id": "cfa0a873-0fca-4b17-85ab-4eb13fa3e2aa",
|
|
607
|
+
"military_focus": true,
|
|
608
|
+
"health_insurance_focus": true
|
|
609
|
+
},
|
|
610
|
+
"state": "active",
|
|
611
|
+
"coordination_centers": [],
|
|
612
|
+
"services": []
|
|
613
|
+
}, {
|
|
614
|
+
"id": "0b8b183f-824d-470f-84a3-59cd73cd5816",
|
|
615
|
+
"name": "48265",
|
|
616
|
+
"network_type": "decentralized",
|
|
617
|
+
"focus": {
|
|
618
|
+
"military_focus": true,
|
|
619
|
+
"health_insurance_focus": true
|
|
620
|
+
},
|
|
621
|
+
"state": "active",
|
|
622
|
+
"coordination_centers": [],
|
|
623
|
+
"services": []
|
|
624
|
+
}, {
|
|
625
|
+
"id": "4b3f8d8f-83c5-4b03-b018-7f4e25444232",
|
|
626
|
+
"name": "AArdvark AAcademy",
|
|
627
|
+
"network_type": "coordinated",
|
|
628
|
+
"focus": {
|
|
629
|
+
"military_focus": true,
|
|
630
|
+
"health_insurance_focus": true
|
|
631
|
+
},
|
|
632
|
+
"state": "active",
|
|
633
|
+
"coordination_centers": [{
|
|
634
|
+
"id": "4e2de206-d5b2-4b63-a670-9514fe75e0e8"
|
|
635
|
+
}],
|
|
636
|
+
"services": []
|
|
637
|
+
}, {
|
|
638
|
+
"id": "4abb98dd-6e42-4890-a439-daa1a89e3aa3",
|
|
639
|
+
"name": "Aaron's 2nd Network",
|
|
640
|
+
"network_type": "decentralized",
|
|
641
|
+
"focus": {
|
|
642
|
+
"military_focus": true,
|
|
643
|
+
"health_insurance_focus": false
|
|
644
|
+
},
|
|
645
|
+
"state": "active",
|
|
646
|
+
"coordination_centers": [],
|
|
647
|
+
"services": []
|
|
648
|
+
}, {
|
|
649
|
+
"id": "93417311-adf9-40df-8f0a-c66ed9eced76",
|
|
650
|
+
"name": "Aaron's 3rd Network - edited",
|
|
651
|
+
"network_type": "coordinated_with_p2p",
|
|
652
|
+
"focus": {
|
|
653
|
+
"military_focus": true,
|
|
654
|
+
"health_insurance_focus": false
|
|
655
|
+
},
|
|
656
|
+
"state": "active",
|
|
657
|
+
"coordination_centers": [],
|
|
658
|
+
"services": []
|
|
659
|
+
}, {
|
|
660
|
+
"id": "5bd535bf-c7f4-49fd-8485-2a92d91d7052",
|
|
661
|
+
"name": "Alex Testing Two",
|
|
662
|
+
"network_type": "coordinated",
|
|
663
|
+
"focus": {
|
|
664
|
+
"id": "88e6b0c8-8536-4174-80ba-0c21a9180227",
|
|
665
|
+
"military_focus": true,
|
|
666
|
+
"health_insurance_focus": false
|
|
667
|
+
},
|
|
668
|
+
"state": "active",
|
|
669
|
+
"coordination_centers": [],
|
|
670
|
+
"services": []
|
|
671
|
+
}],
|
|
672
|
+
"payer": null
|
|
673
|
+
},
|
|
674
|
+
"fee_schedule_program": null
|
|
675
|
+
}],
|
|
676
|
+
"service": {
|
|
677
|
+
"id": "2ac1bb8f-89a1-44b9-9e24-9af3cec8a2de",
|
|
678
|
+
"name": "Benefits Eligibility Screening",
|
|
679
|
+
"code": "UU-BENEFITS-BENEFITS-ELIGIBILITY-SCREENING",
|
|
680
|
+
"taxonomy": "uniteus",
|
|
681
|
+
"sensitive": false,
|
|
682
|
+
"parent": {
|
|
683
|
+
"id": "50126fcb-a3e9-45d5-9a8e-c32b7fd810b4"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"description": "help2",
|
|
687
|
+
"primaryWorker": null,
|
|
688
|
+
"attachments": null,
|
|
689
|
+
"paymentAuthForm": null,
|
|
690
|
+
"isFunded": false,
|
|
691
|
+
"network": {
|
|
692
|
+
"name": "Developer Playground [DEVS ONLY]"
|
|
693
|
+
}
|
|
694
|
+
}];
|
|
695
|
+
exports.referrals = referrals;
|
|
696
|
+
//# sourceMappingURL=data.js.map
|