-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataToParse.json
50 lines (50 loc) · 1.23 KB
/
dataToParse.json
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
{
"planCostShares": {
"deductible": 2000,
"_org": "example.com",
"copay": 23,
"objectId": "1234vxc2324sdf-501",
"objectType": "membercostshare"
},
"linkedPlanServices": [{
"linkedService": {
"_org": "example.com",
"objectId": "1234520xvc30asdf-502",
"objectType": "service",
"name": "Yearly physical"
},
"planserviceCostShares": {
"deductible": 10,
"_org": "example.com",
"copay": 0,
"objectId": "1234512xvc1314asdfs-503",
"objectType": "membercostshare"
},
"_org": "example.com",
"objectId": "27283xvx9asdff-504",
"objectType": "planservice"
},
{
"linkedService": {
"_org": "example.com",
"objectId": "1234520xvc30sfs-505",
"objectType": "service",
"name": "well baby"
},
"planserviceCostShares": {
"deductible": 10,
"_org": "example.com",
"copay": 175,
"objectId": "1234512xvc1314sdfsd-506",
"objectType": "membercostshare"
},
"_org": "example.com",
"objectId": "27283xvx9sdf-507",
"objectType": "planservice"
}],
"_org": "example.com",
"objectId": "12xvxc345ssdsds-508",
"objectType": "plan",
"planType": "inNetwork",
"creationDate": "12-12-2017"
}