@unite-us/app-create-referral 0.1.54 → 0.1.55
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/.nvmrc +1 -0
- package/dist/AppReferrals.js +4 -2
- package/dist/AppReferrals.js.map +1 -1
- package/dist/AppReferrals.test.js +79 -0
- package/dist/AppReferrals.test.js.map +1 -0
- package/dist/__testUtils__/mockData/components/mockAppReferrals.js +45 -0
- package/dist/__testUtils__/mockData/components/mockAppReferrals.js.map +1 -0
- package/dist/__testUtils__/mockData/mockEnums.js +3631 -0
- package/dist/__testUtils__/mockData/mockEnums.js.map +1 -0
- package/dist/__testUtils__/mockData/mockNetworks.js +1526 -0
- package/dist/__testUtils__/mockData/mockNetworks.js.map +1 -0
- package/dist/__testUtils__/mockData/mockPeople.js +292 -0
- package/dist/__testUtils__/mockData/mockPeople.js.map +1 -0
- package/dist/__testUtils__/mockData/mockPrograms.js +539 -0
- package/dist/__testUtils__/mockData/mockPrograms.js.map +1 -0
- package/dist/__testUtils__/mockData/mockProviders.js +673 -0
- package/dist/__testUtils__/mockData/mockProviders.js.map +1 -0
- package/dist/__testUtils__/mockData/mockServices.js +29 -0
- package/dist/__testUtils__/mockData/mockServices.js.map +1 -0
- package/dist/__testUtils__/mockServer/handlers.js +53 -0
- package/dist/__testUtils__/mockServer/handlers.js.map +1 -0
- package/dist/__testUtils__/mockServer/server.js +14 -0
- package/dist/__testUtils__/mockServer/server.js.map +1 -0
- package/dist/__testUtils__/test-utils.js +79 -0
- package/dist/__testUtils__/test-utils.js.map +1 -0
- package/dist/actions/Group/fetchCoreGroupForms.js +17 -11
- package/dist/actions/Group/fetchCoreGroupForms.js.map +1 -1
- package/dist/components/ClientHeader/ClientHeader.js +4 -3
- package/dist/components/ClientHeader/ClientHeader.js.map +1 -1
- package/dist/components/ClientHeader/utils/getDOBData.js +1 -2
- package/dist/components/ClientHeader/utils/getDOBData.js.map +1 -1
- package/dist/components/ClientHeader/utils/getMilitaryEnumDisplayName.js +1 -2
- package/dist/components/ClientHeader/utils/getMilitaryEnumDisplayName.js.map +1 -1
- package/dist/components/Stepper.js +10 -4
- package/dist/components/Stepper.js.map +1 -1
- package/dist/context/AppCreateReferralProvider.js +20 -8
- package/dist/context/AppCreateReferralProvider.js.map +1 -1
- package/dist/context/{reducer.js → state.js} +10 -5
- package/dist/context/state.js.map +1 -0
- package/dist/pages/builder/AboutGroupedReferralsModal.js +3 -1
- package/dist/pages/builder/AboutGroupedReferralsModal.js.map +1 -1
- package/dist/pages/builder/ReferralBuilder.js +20 -17
- package/dist/pages/builder/ReferralBuilder.js.map +1 -1
- package/dist/pages/builder/ReferralBuilder.test.js +46 -0
- package/dist/pages/builder/ReferralBuilder.test.js.map +1 -0
- package/dist/pages/builder/ReferralProgramCard.js +2 -2
- package/dist/pages/builder/ReferralProgramCard.js.map +1 -1
- package/dist/pages/builder/ReferralProgramMenu.js +2 -2
- package/dist/pages/builder/ReferralProgramMenu.js.map +1 -1
- package/dist/pages/builder/createReferrals.js +1 -2
- package/dist/pages/builder/createReferrals.js.map +1 -1
- package/dist/pages/builder/useBuildReferrals.js.map +1 -1
- package/dist/pages/builder/utils.js +3 -3
- package/dist/pages/builder/utils.js.map +1 -1
- package/dist/pages/review/Review.js +3 -4
- package/dist/pages/review/Review.js.map +1 -1
- package/dist/pages/supporting-info/SupportingInfo.js +3 -3
- package/dist/pages/supporting-info/SupportingInfo.js.map +1 -1
- package/dist/setupTests.js +19 -0
- package/dist/setupTests.js.map +1 -1
- package/package.json +14 -3
- package/dist/context/reducer.js.map +0 -1
|
@@ -0,0 +1,673 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
5
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.providersMap = void 0;
|
|
9
|
+
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/map"));
|
|
10
|
+
var providersMap = new _map.default([["0b98eb63-98b5-41e5-b30c-1145353fb204", {
|
|
11
|
+
"id": "0b98eb63-98b5-41e5-b30c-1145353fb204",
|
|
12
|
+
"licensed": true,
|
|
13
|
+
"name": "Developer Coordination Center [Devs Only]",
|
|
14
|
+
"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>\n</div>",
|
|
15
|
+
"website_url": "http://sauer.net/louanne_medhurst",
|
|
16
|
+
"email_addresses": [{
|
|
17
|
+
"is_primary": false,
|
|
18
|
+
"email_address": "santa@clause.com"
|
|
19
|
+
}],
|
|
20
|
+
"phone_numbers": [{
|
|
21
|
+
"phone_type": "phone",
|
|
22
|
+
"country_code": "1",
|
|
23
|
+
"phone_number": "1231234567834567345678234567"
|
|
24
|
+
}],
|
|
25
|
+
"hours": {
|
|
26
|
+
"sunday": [{
|
|
27
|
+
"opens": "08:00",
|
|
28
|
+
"closes": "10:00"
|
|
29
|
+
}, {
|
|
30
|
+
"opens": "10:30",
|
|
31
|
+
"closes": "13:30"
|
|
32
|
+
}],
|
|
33
|
+
"thursday": [{
|
|
34
|
+
"opens": "00:30",
|
|
35
|
+
"closes": "00:30"
|
|
36
|
+
}],
|
|
37
|
+
"wednesday": [{
|
|
38
|
+
"opens": "00:30",
|
|
39
|
+
"closes": "00:30"
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
"state": "active",
|
|
43
|
+
"provider_type": "coordination_center",
|
|
44
|
+
"logo_url": "https://s3.amazonaws.com/cdn-public-v3-uudev/group/0b98eb63-98b5-41e5-b30c-1145353fb204/logo/fb38334058fb1aa3e565674ebb7790a9-medium.png",
|
|
45
|
+
"focus": {
|
|
46
|
+
"health_insurance_focus": true
|
|
47
|
+
},
|
|
48
|
+
"status": null,
|
|
49
|
+
"primary_contact_name": null,
|
|
50
|
+
"sensitive": false,
|
|
51
|
+
"national_provider_identifier": null,
|
|
52
|
+
"tax_identification_number": null,
|
|
53
|
+
"require_contact_preferences": true,
|
|
54
|
+
"managed": false,
|
|
55
|
+
"addresses": [{
|
|
56
|
+
"address_type": null,
|
|
57
|
+
"line_1": null,
|
|
58
|
+
"line_2": null,
|
|
59
|
+
"city": "Atlanta",
|
|
60
|
+
"county": "Fulton County",
|
|
61
|
+
"state": "GA",
|
|
62
|
+
"postal_code": "31156",
|
|
63
|
+
"country": "US",
|
|
64
|
+
"latitude": 33.7489954,
|
|
65
|
+
"longitude": -84.3879824,
|
|
66
|
+
"is_primary": null
|
|
67
|
+
}, {
|
|
68
|
+
"address_type": null,
|
|
69
|
+
"line_1": "10 Columbus Cir",
|
|
70
|
+
"line_2": null,
|
|
71
|
+
"city": "New York",
|
|
72
|
+
"county": "New York County",
|
|
73
|
+
"state": "NY",
|
|
74
|
+
"postal_code": "10019",
|
|
75
|
+
"country": "United States",
|
|
76
|
+
"latitude": 40.7685526,
|
|
77
|
+
"longitude": -73.9831866,
|
|
78
|
+
"is_primary": null
|
|
79
|
+
}, {
|
|
80
|
+
"address_type": null,
|
|
81
|
+
"line_1": "222 W Merchandise Mart Plaza",
|
|
82
|
+
"line_2": null,
|
|
83
|
+
"city": "Chicago",
|
|
84
|
+
"county": "Cook County",
|
|
85
|
+
"state": "IL",
|
|
86
|
+
"postal_code": "60654",
|
|
87
|
+
"country": "United States",
|
|
88
|
+
"latitude": 41.8884096,
|
|
89
|
+
"longitude": -87.6354498,
|
|
90
|
+
"is_primary": null
|
|
91
|
+
}, {
|
|
92
|
+
"address_type": null,
|
|
93
|
+
"line_1": null,
|
|
94
|
+
"line_2": null,
|
|
95
|
+
"city": "Upper Darby",
|
|
96
|
+
"county": "Delaware County",
|
|
97
|
+
"state": "PA",
|
|
98
|
+
"postal_code": null,
|
|
99
|
+
"country": "US",
|
|
100
|
+
"latitude": 39.9593175,
|
|
101
|
+
"longitude": -75.2878235,
|
|
102
|
+
"is_primary": null
|
|
103
|
+
}, {
|
|
104
|
+
"address_type": null,
|
|
105
|
+
"line_1": null,
|
|
106
|
+
"line_2": "r",
|
|
107
|
+
"city": "Schenectady",
|
|
108
|
+
"county": "Schenectady County",
|
|
109
|
+
"state": "NY",
|
|
110
|
+
"postal_code": "12345",
|
|
111
|
+
"country": "US",
|
|
112
|
+
"latitude": 42.8140012,
|
|
113
|
+
"longitude": -73.9814578,
|
|
114
|
+
"is_primary": null
|
|
115
|
+
}, {
|
|
116
|
+
"address_type": null,
|
|
117
|
+
"line_1": "1452 E 53rd St",
|
|
118
|
+
"line_2": null,
|
|
119
|
+
"city": "Chicago",
|
|
120
|
+
"county": "Cook County",
|
|
121
|
+
"state": "IL",
|
|
122
|
+
"postal_code": "60615",
|
|
123
|
+
"country": "United States",
|
|
124
|
+
"latitude": 41.7997257,
|
|
125
|
+
"longitude": -87.5896855,
|
|
126
|
+
"is_primary": null
|
|
127
|
+
}, {
|
|
128
|
+
"address_type": null,
|
|
129
|
+
"line_1": "62 Remsen Street",
|
|
130
|
+
"line_2": null,
|
|
131
|
+
"city": "Brooklyn",
|
|
132
|
+
"county": "Kings County",
|
|
133
|
+
"state": "NY",
|
|
134
|
+
"postal_code": "11201",
|
|
135
|
+
"country": "US",
|
|
136
|
+
"latitude": 40.6943087,
|
|
137
|
+
"longitude": -73.9960582,
|
|
138
|
+
"is_primary": null
|
|
139
|
+
}, {
|
|
140
|
+
"address_type": null,
|
|
141
|
+
"line_1": "1110 Elden Street",
|
|
142
|
+
"line_2": null,
|
|
143
|
+
"city": "Herndon",
|
|
144
|
+
"county": "Fairfax County",
|
|
145
|
+
"state": "VA",
|
|
146
|
+
"postal_code": "20170",
|
|
147
|
+
"country": "US",
|
|
148
|
+
"latitude": 38.9649912,
|
|
149
|
+
"longitude": -77.3988178,
|
|
150
|
+
"is_primary": null
|
|
151
|
+
}, {
|
|
152
|
+
"address_type": null,
|
|
153
|
+
"line_1": "217 Broadway",
|
|
154
|
+
"line_2": null,
|
|
155
|
+
"city": "New York",
|
|
156
|
+
"county": "New York County",
|
|
157
|
+
"state": "NY",
|
|
158
|
+
"postal_code": "10007",
|
|
159
|
+
"country": "United States",
|
|
160
|
+
"latitude": 40.7116639,
|
|
161
|
+
"longitude": -74.00863509999999,
|
|
162
|
+
"is_primary": null
|
|
163
|
+
}, {
|
|
164
|
+
"address_type": null,
|
|
165
|
+
"line_1": "65 N Moore St",
|
|
166
|
+
"line_2": "2nd floor",
|
|
167
|
+
"city": "New York",
|
|
168
|
+
"county": "New York County",
|
|
169
|
+
"state": "NY",
|
|
170
|
+
"postal_code": "10013",
|
|
171
|
+
"country": "United States",
|
|
172
|
+
"latitude": 40.7202926,
|
|
173
|
+
"longitude": -74.00949949999999,
|
|
174
|
+
"is_primary": null
|
|
175
|
+
}, {
|
|
176
|
+
"address_type": null,
|
|
177
|
+
"line_1": "5307 S Hyde Park Blvd",
|
|
178
|
+
"line_2": null,
|
|
179
|
+
"city": "Chicago",
|
|
180
|
+
"county": "Cook County",
|
|
181
|
+
"state": "IL",
|
|
182
|
+
"postal_code": "60615",
|
|
183
|
+
"country": "United States",
|
|
184
|
+
"latitude": 41.7992981,
|
|
185
|
+
"longitude": -87.583635,
|
|
186
|
+
"is_primary": null
|
|
187
|
+
}],
|
|
188
|
+
"programs": [{
|
|
189
|
+
"id": "c6c52a1b-2ba7-4d34-b091-a51fd346fad8"
|
|
190
|
+
}, {
|
|
191
|
+
"id": "b721be65-0b5f-4ab4-8a74-a0228654da66"
|
|
192
|
+
}, {
|
|
193
|
+
"id": "6a1482c7-3345-4423-bed5-6e55100b26a4"
|
|
194
|
+
}, {
|
|
195
|
+
"id": "c42faebe-87d5-4b57-88fd-1acf4bf28065"
|
|
196
|
+
}, {
|
|
197
|
+
"id": "c6f02294-993b-44ae-a34b-f47d8921e94d"
|
|
198
|
+
}, {
|
|
199
|
+
"id": "db942f51-2a47-413d-ab6c-2850a4eddcf1"
|
|
200
|
+
}, {
|
|
201
|
+
"id": "10daa372-967f-46d1-b319-13f799b8fb3c"
|
|
202
|
+
}, {
|
|
203
|
+
"id": "295b6703-e401-4a68-934f-32d986178212"
|
|
204
|
+
}, {
|
|
205
|
+
"id": "1f9b44ae-dc5f-4d91-8144-ca55fd2074e9"
|
|
206
|
+
}, {
|
|
207
|
+
"id": "e993c2d9-8dd6-4cdc-983d-99eb43390a25"
|
|
208
|
+
}, {
|
|
209
|
+
"id": "812f55db-e6ec-4cde-b2e9-6370a8571474"
|
|
210
|
+
}, {
|
|
211
|
+
"id": "63ae60f0-8810-4f47-8691-e531e2edcb8f"
|
|
212
|
+
}, {
|
|
213
|
+
"id": "155e40a8-4b0a-4d68-add0-25cd70bd0257"
|
|
214
|
+
}, {
|
|
215
|
+
"id": "191281c2-0fe1-4a3d-80c1-f4fb8f607067"
|
|
216
|
+
}, {
|
|
217
|
+
"id": "2716a542-9af6-46f3-bccd-b4ca56777970"
|
|
218
|
+
}, {
|
|
219
|
+
"id": "37fe28fb-3e5e-4e1b-b178-c5ea5ccd8747"
|
|
220
|
+
}, {
|
|
221
|
+
"id": "1cdf617d-7dcf-4c6c-9b7e-97f53ba49957"
|
|
222
|
+
}, {
|
|
223
|
+
"id": "c235f487-35e9-40fc-a27a-fbeea1bd56d4"
|
|
224
|
+
}, {
|
|
225
|
+
"id": "75549729-e6a2-4e70-9885-329149a01d01"
|
|
226
|
+
}, {
|
|
227
|
+
"id": "461a3377-77ca-4141-99d1-f976a80c630d"
|
|
228
|
+
}, {
|
|
229
|
+
"id": "56a48c8d-6c60-4d34-9164-f98f2e3e0643"
|
|
230
|
+
}, {
|
|
231
|
+
"id": "b8e15749-1c46-4102-a034-7180a1492a36"
|
|
232
|
+
}, {
|
|
233
|
+
"id": "00a6e566-91db-483b-be5d-94084e836e51"
|
|
234
|
+
}, {
|
|
235
|
+
"id": "09100170-1d08-4545-b3bd-246aee7e30ad"
|
|
236
|
+
}, {
|
|
237
|
+
"id": "1bb81b28-756e-4309-87ad-3233e9f7c7df"
|
|
238
|
+
}, {
|
|
239
|
+
"id": "3c45df37-bad6-47ca-ab1d-02a23f452469"
|
|
240
|
+
}, {
|
|
241
|
+
"id": "618f2487-6199-484b-858b-feaaad03defb"
|
|
242
|
+
}, {
|
|
243
|
+
"id": "539d2ebc-c321-4c2b-b6c4-da4fbe32f9d3"
|
|
244
|
+
}, {
|
|
245
|
+
"id": "f7082732-6b75-42a2-a888-080bac49ac27"
|
|
246
|
+
}, {
|
|
247
|
+
"id": "1eeaa471-38d5-4e22-869b-435af59c46bf"
|
|
248
|
+
}, {
|
|
249
|
+
"id": "cf4061d7-158e-40fd-b24f-5b3bfbd890f8"
|
|
250
|
+
}, {
|
|
251
|
+
"id": "c994a780-3552-4886-a770-df11a29368e5"
|
|
252
|
+
}, {
|
|
253
|
+
"id": "fa934ff9-e6fa-4526-a3f4-c9e29965ed31"
|
|
254
|
+
}, {
|
|
255
|
+
"id": "99bd9104-ed23-48e7-935a-d114da1e8a29"
|
|
256
|
+
}, {
|
|
257
|
+
"id": "72cd4d09-56ac-4e8b-8537-19c63c42c52a"
|
|
258
|
+
}, {
|
|
259
|
+
"id": "6eeece19-71c6-4acf-9afa-14d4c318675f"
|
|
260
|
+
}, {
|
|
261
|
+
"id": "68540e7d-1a5b-4f69-9218-d1b761458b17"
|
|
262
|
+
}, {
|
|
263
|
+
"id": "fe493cbb-9067-46fc-b7af-21702cea28ba"
|
|
264
|
+
}, {
|
|
265
|
+
"id": "d2a77b11-2f82-40c7-8839-d83231f2d0a7"
|
|
266
|
+
}, {
|
|
267
|
+
"id": "2f8aedf0-11a1-40eb-b6b9-a0d4c7d04418"
|
|
268
|
+
}, {
|
|
269
|
+
"id": "defa301d-e68f-48b5-a324-28b775743685"
|
|
270
|
+
}, {
|
|
271
|
+
"id": "db338d26-2ac0-4e32-90f9-8b61c16295d2"
|
|
272
|
+
}, {
|
|
273
|
+
"id": "585bf353-b1f4-44e9-8d11-14b20ca4210b"
|
|
274
|
+
}, {
|
|
275
|
+
"id": "9dd9faff-476f-4d66-aee4-98ed59322384"
|
|
276
|
+
}, {
|
|
277
|
+
"id": "1925f498-e936-4311-84be-f14a4fb4f192"
|
|
278
|
+
}, {
|
|
279
|
+
"id": "1945c256-2315-4fcb-93db-eb44b3f1e034"
|
|
280
|
+
}, {
|
|
281
|
+
"id": "102cb61f-a3b4-40cf-adbd-fba08cef3f94"
|
|
282
|
+
}, {
|
|
283
|
+
"id": "c50619ff-eadd-4766-bfb2-4eb4fa64267a"
|
|
284
|
+
}, {
|
|
285
|
+
"id": "440109a6-3184-47a3-a0d2-6d066d4e5d06"
|
|
286
|
+
}, {
|
|
287
|
+
"id": "b7b2551a-1dcd-48d4-a79e-97f6de3e05e2"
|
|
288
|
+
}, {
|
|
289
|
+
"id": "20a3deca-16e3-483a-af4c-d5f7098f9505"
|
|
290
|
+
}, {
|
|
291
|
+
"id": "2b6f3562-1f3f-40c1-84a3-a5a36f9a6cdd"
|
|
292
|
+
}, {
|
|
293
|
+
"id": "7338c96f-5c2d-4bfb-83c0-6955af893add"
|
|
294
|
+
}, {
|
|
295
|
+
"id": "e33f7913-f6ca-4620-9833-dde752413002"
|
|
296
|
+
}, {
|
|
297
|
+
"id": "1a8ac390-81d7-4cf4-99b7-1e0d661bf2c4"
|
|
298
|
+
}, {
|
|
299
|
+
"id": "83d15334-9fbf-4ffb-a494-16eec2b4682c"
|
|
300
|
+
}, {
|
|
301
|
+
"id": "2299bd75-c004-42a2-9396-99337758177d"
|
|
302
|
+
}, {
|
|
303
|
+
"id": "c5e4312d-732f-4750-ab69-3a78e5dc2e43"
|
|
304
|
+
}, {
|
|
305
|
+
"id": "66c190cb-9678-4035-b221-e981b490c0a0"
|
|
306
|
+
}, {
|
|
307
|
+
"id": "510bffdd-9e58-4008-ac13-47d70fff91d5"
|
|
308
|
+
}, {
|
|
309
|
+
"id": "48b532b2-1d6a-4ad4-9d7a-632ca9484774"
|
|
310
|
+
}, {
|
|
311
|
+
"id": "672655b2-300f-4314-a25d-5afe4ba49740"
|
|
312
|
+
}, {
|
|
313
|
+
"id": "151702e0-24b2-461b-a55c-4b4c049bc2e5"
|
|
314
|
+
}, {
|
|
315
|
+
"id": "6d8f0142-31df-4bcf-9f4f-44a579f6293d"
|
|
316
|
+
}, {
|
|
317
|
+
"id": "c927f929-bd88-4e60-a06a-e2e976ab8654"
|
|
318
|
+
}, {
|
|
319
|
+
"id": "b2d9e956-4ce0-415e-8daa-308defc916ce"
|
|
320
|
+
}, {
|
|
321
|
+
"id": "94279f47-01c8-4a3b-8d6b-06da3c997215"
|
|
322
|
+
}, {
|
|
323
|
+
"id": "a0aa185d-90e2-486e-bcc1-2b0fdfb3c267"
|
|
324
|
+
}, {
|
|
325
|
+
"id": "5303f427-5535-41cc-9b8f-192e21567c66"
|
|
326
|
+
}, {
|
|
327
|
+
"id": "6a3554f0-8bc9-4f0c-8f09-241ab88ae669"
|
|
328
|
+
}, {
|
|
329
|
+
"id": "d57bd5bb-5deb-4ef4-8424-cf9f1300b1fd"
|
|
330
|
+
}, {
|
|
331
|
+
"id": "65b00b22-342c-4747-9768-e388d099d260"
|
|
332
|
+
}, {
|
|
333
|
+
"id": "096b6c81-0478-4c06-b398-44e19731dbac"
|
|
334
|
+
}, {
|
|
335
|
+
"id": "0c6acdd3-e05b-4998-a9fa-562927dbc6fd"
|
|
336
|
+
}, {
|
|
337
|
+
"id": "6eacb748-5354-437f-a49d-3d93f9462891"
|
|
338
|
+
}, {
|
|
339
|
+
"id": "d38b6677-5326-4f34-b2b3-b50bc6d073f2"
|
|
340
|
+
}, {
|
|
341
|
+
"id": "ea7c42fb-b4e3-44eb-929f-62385881c153"
|
|
342
|
+
}, {
|
|
343
|
+
"id": "7105a257-18ce-47a7-904d-e27202a16c5d"
|
|
344
|
+
}, {
|
|
345
|
+
"id": "deff918f-6a60-417b-a803-501b26709e82"
|
|
346
|
+
}, {
|
|
347
|
+
"id": "1a8b157a-c6b3-4628-ae6f-b7d00b7d208c"
|
|
348
|
+
}, {
|
|
349
|
+
"id": "85e1d90b-9184-465b-9847-899a9c6e725e"
|
|
350
|
+
}, {
|
|
351
|
+
"id": "82082b32-e317-4b51-b9c1-3aa70719f146"
|
|
352
|
+
}, {
|
|
353
|
+
"id": "d20c9f3e-8065-4a05-a3a5-845bc73fde36"
|
|
354
|
+
}, {
|
|
355
|
+
"id": "ccf37e26-63c1-484c-99f5-d3cd1d5dfce7"
|
|
356
|
+
}, {
|
|
357
|
+
"id": "8538c94f-19ef-4f53-a4d1-377a676edb19"
|
|
358
|
+
}, {
|
|
359
|
+
"id": "c9dcc9a2-b829-43be-87db-960aaa4e771b"
|
|
360
|
+
}, {
|
|
361
|
+
"id": "423e4595-04e2-41a6-8359-24610e69ed3f"
|
|
362
|
+
}, {
|
|
363
|
+
"id": "3110fe18-f96f-4a9e-b0a2-e1c3096fa580"
|
|
364
|
+
}, {
|
|
365
|
+
"id": "c4b65339-8b9d-4ce8-bc43-a1bfbeb494a4"
|
|
366
|
+
}, {
|
|
367
|
+
"id": "18a1ab10-7a2d-4e76-83b7-8ece302a11df"
|
|
368
|
+
}, {
|
|
369
|
+
"id": "11ff552d-5e24-494d-aec0-747d87eb08b6"
|
|
370
|
+
}, {
|
|
371
|
+
"id": "403e7cd4-9388-417e-b21e-1855d7545464"
|
|
372
|
+
}, {
|
|
373
|
+
"id": "04e3bf0d-d5a3-488a-9bfc-27c8c80e8066"
|
|
374
|
+
}, {
|
|
375
|
+
"id": "0fe8ebb3-357d-42f8-b14f-9d91c50a2b7b"
|
|
376
|
+
}, {
|
|
377
|
+
"id": "83836d72-9fef-4d70-8b2a-81ed5198f321"
|
|
378
|
+
}, {
|
|
379
|
+
"id": "911eba0b-91f2-4bd2-8015-b3eb4263c3ab"
|
|
380
|
+
}, {
|
|
381
|
+
"id": "0e217751-07df-4917-8574-c35696f66ab4"
|
|
382
|
+
}, {
|
|
383
|
+
"id": "d1575aa1-e7f1-48a0-8c24-df20618f93f1"
|
|
384
|
+
}, {
|
|
385
|
+
"id": "2e5dcda4-09d0-45cb-9970-458531bad5a0"
|
|
386
|
+
}, {
|
|
387
|
+
"id": "a88956be-d805-4a92-b104-4026e2883d06"
|
|
388
|
+
}, {
|
|
389
|
+
"id": "9463d6ae-df42-4fd8-9630-b090d6757ab5"
|
|
390
|
+
}, {
|
|
391
|
+
"id": "ca837a28-4d0d-4674-a936-1259b3291142"
|
|
392
|
+
}, {
|
|
393
|
+
"id": "605d3cb3-01b2-44bf-b28d-0852fa73c577"
|
|
394
|
+
}, {
|
|
395
|
+
"id": "ef9e7e05-0401-4c32-8601-2359dc6161c3"
|
|
396
|
+
}, {
|
|
397
|
+
"id": "89efd3e2-8b96-469f-9c9c-c0c093308f16"
|
|
398
|
+
}, {
|
|
399
|
+
"id": "f838d01d-11f0-4b33-9ceb-cf54ca605298"
|
|
400
|
+
}, {
|
|
401
|
+
"id": "f5b87133-f4ad-42e4-a51d-1d9b7f0270fd"
|
|
402
|
+
}, {
|
|
403
|
+
"id": "0f5fb467-f17a-4b9f-a320-3c39df3b0e62"
|
|
404
|
+
}, {
|
|
405
|
+
"id": "8d8b852a-212a-41c9-a97a-1a64f11fb00c"
|
|
406
|
+
}, {
|
|
407
|
+
"id": "dfdf4101-34a4-409c-920a-47147dcb8093"
|
|
408
|
+
}, {
|
|
409
|
+
"id": "d128e06b-d8e2-432d-b635-935bdee0497a"
|
|
410
|
+
}, {
|
|
411
|
+
"id": "9591347b-01c6-4e58-8cb3-6fec4fdc4ba2"
|
|
412
|
+
}, {
|
|
413
|
+
"id": "b1537af2-2462-468d-8e4c-d25e118188ff"
|
|
414
|
+
}, {
|
|
415
|
+
"id": "a0a88953-7884-4f6b-b9a4-f4d142d26e7c"
|
|
416
|
+
}, {
|
|
417
|
+
"id": "d7a26084-684a-47ec-8536-3ec755998e81"
|
|
418
|
+
}, {
|
|
419
|
+
"id": "d985344a-9853-43e2-8f87-5e59903a330e"
|
|
420
|
+
}, {
|
|
421
|
+
"id": "44d320ce-f7b6-43f4-8353-098f7bd6bea8"
|
|
422
|
+
}, {
|
|
423
|
+
"id": "f718876f-71ea-498a-82d5-1b2cb36e7eef"
|
|
424
|
+
}, {
|
|
425
|
+
"id": "54c0f92e-55a7-4a2a-8528-da94a42b9bce"
|
|
426
|
+
}, {
|
|
427
|
+
"id": "57dc5884-9c21-4c3e-8a14-1585e726c63f"
|
|
428
|
+
}, {
|
|
429
|
+
"id": "bc0982f6-2497-48b0-8a5c-3e0bcddf43b4"
|
|
430
|
+
}, {
|
|
431
|
+
"id": "349a2fc4-fe9a-49e0-b117-b90f3dbd872f"
|
|
432
|
+
}, {
|
|
433
|
+
"id": "03dc2fa8-57a2-4787-8710-6f9a280e3866"
|
|
434
|
+
}, {
|
|
435
|
+
"id": "393c2283-7335-4eb7-b594-6ece0febbfb6"
|
|
436
|
+
}, {
|
|
437
|
+
"id": "c3228659-36b6-4f70-8334-ce036dc8ab97"
|
|
438
|
+
}, {
|
|
439
|
+
"id": "7e7678a6-f3b6-458b-9c9d-3e27f3d52a2e"
|
|
440
|
+
}, {
|
|
441
|
+
"id": "a8d889ab-38af-447c-9832-127cef33fee2"
|
|
442
|
+
}, {
|
|
443
|
+
"id": "11dfc2c8-7bf7-43ee-a05f-e461aed56533"
|
|
444
|
+
}, {
|
|
445
|
+
"id": "c852d1b7-2c39-4d44-9873-be64314b0dfc"
|
|
446
|
+
}, {
|
|
447
|
+
"id": "6fd387d6-aaf5-4372-8fe3-63fe7120b441"
|
|
448
|
+
}, {
|
|
449
|
+
"id": "29270faf-3326-4cdd-b404-127ad899e607"
|
|
450
|
+
}, {
|
|
451
|
+
"id": "05e77d49-12cc-4bde-a773-3dac756cbcae"
|
|
452
|
+
}, {
|
|
453
|
+
"id": "4fbc4596-c18d-44e3-8d99-005c72670b7b"
|
|
454
|
+
}, {
|
|
455
|
+
"id": "01b1d95e-443f-4649-9f29-c3b2fca01b61"
|
|
456
|
+
}, {
|
|
457
|
+
"id": "5bd4a76a-734a-4933-b478-521c02738007"
|
|
458
|
+
}, {
|
|
459
|
+
"id": "cb361bb4-0e5a-4dba-96d4-fd979f64e7bc"
|
|
460
|
+
}, {
|
|
461
|
+
"id": "47c5b68a-df5a-4e9f-8280-e4502415e42c"
|
|
462
|
+
}, {
|
|
463
|
+
"id": "da7ffd35-3490-416a-8174-88359ad54e9d"
|
|
464
|
+
}, {
|
|
465
|
+
"id": "26b81d24-5aaa-446d-821a-50ce4b24aa8c"
|
|
466
|
+
}, {
|
|
467
|
+
"id": "b49b3c56-b81c-4d19-894c-8a4853c44e9b"
|
|
468
|
+
}, {
|
|
469
|
+
"id": "68b3f709-0f3a-4f0b-9e7e-ad0716f84239"
|
|
470
|
+
}, {
|
|
471
|
+
"id": "5dc13262-85a7-4709-8067-27b25a91fce0"
|
|
472
|
+
}, {
|
|
473
|
+
"id": "8d864ec0-a7fb-449d-abee-d46858177bac"
|
|
474
|
+
}, {
|
|
475
|
+
"id": "aadeb938-8cf3-4b4c-ac5c-5498d5cd8a37"
|
|
476
|
+
}, {
|
|
477
|
+
"id": "fbea82b2-861e-4db5-b62c-ae73e397c365"
|
|
478
|
+
}, {
|
|
479
|
+
"id": "576bb9f0-955d-44c6-9161-45dc7622f608"
|
|
480
|
+
}, {
|
|
481
|
+
"id": "d8faa2b1-7ad0-4009-9912-14384b1bc22c"
|
|
482
|
+
}, {
|
|
483
|
+
"id": "e8bb98c1-d0ea-4dcc-b0b9-5892cfa48d27"
|
|
484
|
+
}, {
|
|
485
|
+
"id": "e703a693-6635-44b5-ba24-3294c94f5eea"
|
|
486
|
+
}, {
|
|
487
|
+
"id": "0e9531fe-2e54-4a2c-a529-13e07460aacd"
|
|
488
|
+
}, {
|
|
489
|
+
"id": "b4992a6b-e993-4fda-b6b8-b6e31027f87c"
|
|
490
|
+
}, {
|
|
491
|
+
"id": "63238717-a414-4c3a-8227-9dcbf8dabacd"
|
|
492
|
+
}, {
|
|
493
|
+
"id": "17732239-1b66-403c-83da-be0429b03a4f"
|
|
494
|
+
}, {
|
|
495
|
+
"id": "7a6f133f-6855-4181-9d54-fc71429fa998"
|
|
496
|
+
}, {
|
|
497
|
+
"id": "8aa1f2a8-2646-4254-a1a9-1d52c6cd249f"
|
|
498
|
+
}, {
|
|
499
|
+
"id": "06e22f99-6047-480a-8b0c-54d3a99213e8"
|
|
500
|
+
}, {
|
|
501
|
+
"id": "3a23f9d4-36ab-49c7-b4fd-9fb6ce6e1a7e"
|
|
502
|
+
}, {
|
|
503
|
+
"id": "a89216a7-2c5b-454b-969c-3a7464297630"
|
|
504
|
+
}, {
|
|
505
|
+
"id": "5d51a28b-e3d7-45f9-aa8b-09637b01df90"
|
|
506
|
+
}, {
|
|
507
|
+
"id": "8522d181-a985-4e78-a3e2-768ad89c6740"
|
|
508
|
+
}, {
|
|
509
|
+
"id": "2064d047-51f3-4ef8-8afb-68732c9653f3"
|
|
510
|
+
}, {
|
|
511
|
+
"id": "c8bd1b34-07e2-417d-88ee-1f4e09e4504d"
|
|
512
|
+
}, {
|
|
513
|
+
"id": "fb658b02-e3ca-4fe4-8569-f7a29f0e3c30"
|
|
514
|
+
}, {
|
|
515
|
+
"id": "24158a74-f607-4e24-ac37-a49b7491fd06"
|
|
516
|
+
}, {
|
|
517
|
+
"id": "c109c0f7-9541-4fe2-a3a7-56bdeee71b25"
|
|
518
|
+
}, {
|
|
519
|
+
"id": "ebdaa922-8f31-4be2-ac9f-a4e37dc848ec"
|
|
520
|
+
}, {
|
|
521
|
+
"id": "6bb0fdee-2c30-43fb-8733-1c6cd88fd5ed"
|
|
522
|
+
}, {
|
|
523
|
+
"id": "06bea3af-79b0-4632-ab40-65f974fb1ac2"
|
|
524
|
+
}, {
|
|
525
|
+
"id": "daddefa7-b954-42a1-8bb0-d36dce71f19d"
|
|
526
|
+
}, {
|
|
527
|
+
"id": "5584a3ef-fde1-450a-98a2-2735c9f37bef"
|
|
528
|
+
}, {
|
|
529
|
+
"id": "2fa33f38-d470-4bf3-9f70-08568f010270"
|
|
530
|
+
}, {
|
|
531
|
+
"id": "d103b6ab-d0c7-48fb-9a52-148cb21792fe"
|
|
532
|
+
}, {
|
|
533
|
+
"id": "0ed8f3d9-1e82-4bbe-b113-e086e0ad7739"
|
|
534
|
+
}, {
|
|
535
|
+
"id": "43bd5341-f798-4ec7-b3c7-4c8deb0250a7"
|
|
536
|
+
}, {
|
|
537
|
+
"id": "88813474-ece0-43f0-8589-894fd053e835"
|
|
538
|
+
}, {
|
|
539
|
+
"id": "68c40da5-bde9-4ec9-a1ec-25799e4c435c"
|
|
540
|
+
}, {
|
|
541
|
+
"id": "b5179e93-fed1-4533-9255-6b0aa92581de"
|
|
542
|
+
}, {
|
|
543
|
+
"id": "9b6326b1-2a20-48c4-8b3a-f6a5fc71c4a2"
|
|
544
|
+
}, {
|
|
545
|
+
"id": "ac4d2285-a87f-47ab-845e-c1b274e5cc3b"
|
|
546
|
+
}],
|
|
547
|
+
"networks": [{
|
|
548
|
+
"id": "9251cfc1-22bb-4b3b-9044-6beb7684a099"
|
|
549
|
+
}, {
|
|
550
|
+
"id": "19d9308d-abd7-4313-9c74-b75d978d41f0"
|
|
551
|
+
}, {
|
|
552
|
+
"id": "3a6201e6-dd25-4fbd-88fc-aa2dad04c782"
|
|
553
|
+
}, {
|
|
554
|
+
"id": "c88b9628-b76c-434b-ad58-62bb2ca9d6c0"
|
|
555
|
+
}, {
|
|
556
|
+
"id": "3fcddec2-b524-4ead-b750-b1a664c611d0"
|
|
557
|
+
}, {
|
|
558
|
+
"id": "cdb7314f-2821-400d-8729-7b0aff9d619d"
|
|
559
|
+
}],
|
|
560
|
+
"payer": null
|
|
561
|
+
}], ["fa574e7e-ffbb-4b5f-9c9c-fbd8b14223c9", {
|
|
562
|
+
"id": "fa574e7e-ffbb-4b5f-9c9c-fbd8b14223c9",
|
|
563
|
+
"type": "provider",
|
|
564
|
+
"attributes": {
|
|
565
|
+
"licensed": true,
|
|
566
|
+
"name": "Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto Auto 4",
|
|
567
|
+
"description": "<p>Alamance County Meals on Wheels was formed on May 20, 1973 as Alamance County Council on Elderly, Inc. Over the years, the agency has offered hot home-delivered meals, frozen home-delivered meals, and winter weather emergency meals. The agency began serving clients in February of 1974 and became a United Way agency in 1975. The First Presbyterian Church of Burlington has graciously housed the offices of ACMOW since its inception. The agency began delivering only one route, serving a few people, and now serves over 300 people each day on 24 different hot and frozen meal routes.</p>",
|
|
568
|
+
"website_url": "http://www.uniteus.com",
|
|
569
|
+
"email_addresses": [{
|
|
570
|
+
"is_primary": false,
|
|
571
|
+
"email_address": "hello@earthlink.net"
|
|
572
|
+
}],
|
|
573
|
+
"phone_numbers": [{
|
|
574
|
+
"is_primary": false,
|
|
575
|
+
"phone_type": "fax",
|
|
576
|
+
"country_code": "1",
|
|
577
|
+
"phone_number": "1112223333"
|
|
578
|
+
}, {
|
|
579
|
+
"is_primary": true,
|
|
580
|
+
"phone_type": "phone",
|
|
581
|
+
"country_code": "1",
|
|
582
|
+
"phone_number": "7144588121"
|
|
583
|
+
}],
|
|
584
|
+
"hours": {
|
|
585
|
+
"friday": [{
|
|
586
|
+
"opens": "01:00",
|
|
587
|
+
"closes": "04:00"
|
|
588
|
+
}],
|
|
589
|
+
"monday": [{
|
|
590
|
+
"opens": "00:30",
|
|
591
|
+
"closes": "00:30"
|
|
592
|
+
}],
|
|
593
|
+
"tuesday": [{
|
|
594
|
+
"opens": "01:30",
|
|
595
|
+
"closes": "02:30"
|
|
596
|
+
}],
|
|
597
|
+
"wednesday": [{
|
|
598
|
+
"opens": "01:30",
|
|
599
|
+
"closes": "03:00"
|
|
600
|
+
}]
|
|
601
|
+
},
|
|
602
|
+
"state": "active",
|
|
603
|
+
"provider_type": "provider",
|
|
604
|
+
"logo_url": "https://s3.amazonaws.com/cdn-public-v3-uudev/group/fa574e7e-ffbb-4b5f-9c9c-fbd8b14223c9/logo/d9be24ad6db16f9d7bb8f31f2c755f36-medium.png",
|
|
605
|
+
"focus": {
|
|
606
|
+
"id": "cb257f96-6170-4d0e-9406-b6aef8ea9c90",
|
|
607
|
+
"military_focus": true,
|
|
608
|
+
"health_insurance_focus": true,
|
|
609
|
+
"military_focus_defer_to_network": false,
|
|
610
|
+
"health_insurance_focus_defer_to_network": true
|
|
611
|
+
},
|
|
612
|
+
"status": null,
|
|
613
|
+
"primary_contact_name": null,
|
|
614
|
+
"sensitive": false,
|
|
615
|
+
"national_provider_identifier": null,
|
|
616
|
+
"tax_identification_number": null,
|
|
617
|
+
"require_contact_preferences": false,
|
|
618
|
+
"managed": false,
|
|
619
|
+
"addresses": [{
|
|
620
|
+
"address_type": "work",
|
|
621
|
+
"line_1": "12 Harbor View Dr",
|
|
622
|
+
"line_2": "",
|
|
623
|
+
"city": "Atlantic Highlands",
|
|
624
|
+
"county": "Monmouth County",
|
|
625
|
+
"state": "NJ",
|
|
626
|
+
"postal_code": "07716",
|
|
627
|
+
"country": "USA",
|
|
628
|
+
"latitude": 40.4173018,
|
|
629
|
+
"longitude": -74.04162509999999,
|
|
630
|
+
"is_primary": null
|
|
631
|
+
}, {
|
|
632
|
+
"address_type": "work",
|
|
633
|
+
"line_1": "12 Harbor View Dr.",
|
|
634
|
+
"line_2": "",
|
|
635
|
+
"city": "Atlantic Highlands",
|
|
636
|
+
"county": "Monmouth County",
|
|
637
|
+
"state": "NJ",
|
|
638
|
+
"postal_code": "07716",
|
|
639
|
+
"country": "USA",
|
|
640
|
+
"latitude": 40.4173018,
|
|
641
|
+
"longitude": -74.04162509999999,
|
|
642
|
+
"is_primary": null
|
|
643
|
+
}]
|
|
644
|
+
},
|
|
645
|
+
"relationships": {
|
|
646
|
+
"programs": {
|
|
647
|
+
"data": [{
|
|
648
|
+
"id": "59877290-d399-4289-8536-6bb150e557e6",
|
|
649
|
+
"type": "program"
|
|
650
|
+
}, {
|
|
651
|
+
"id": "69bfbc38-f55c-4526-829e-ea7498132279",
|
|
652
|
+
"type": "program"
|
|
653
|
+
}]
|
|
654
|
+
},
|
|
655
|
+
"networks": {
|
|
656
|
+
"data": [{
|
|
657
|
+
"id": "c88b9628-b76c-434b-ad58-62bb2ca9d6c0",
|
|
658
|
+
"type": "network"
|
|
659
|
+
}, {
|
|
660
|
+
"id": "a7c86449-5fbf-4143-a7de-0313cde52bec",
|
|
661
|
+
"type": "network"
|
|
662
|
+
}, {
|
|
663
|
+
"id": "4abb98dd-6e42-4890-a439-daa1a89e3aa3",
|
|
664
|
+
"type": "network"
|
|
665
|
+
}]
|
|
666
|
+
},
|
|
667
|
+
"payer": {
|
|
668
|
+
"data": null
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
}]]);
|
|
672
|
+
exports.providersMap = providersMap;
|
|
673
|
+
//# sourceMappingURL=mockProviders.js.map
|