-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.js
58 lines (58 loc) · 1.3 KB
/
sample.js
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
export default {
billing: {
claimsSubmissionAddress:
'Second Floor, Bajaj Insurance, Hi Tech city, Hyderabad',
groupNumber: '12345',
isESInsurance: false,
plan: 'platinum',
policyHolder: {
dob: '05/19/1999',
name: 'Ashfaq',
relationship: 'self'
},
policyNumber: '12345',
primaryInsurance: 'Bajaj',
primaryInsuranceType: 'Private',
priorAuthorizationCode: ''
},
order: {
dateOfOrder: '05/19/1999',
icdCode: 'z12'
},
patient: {
billingAddress: {
city: 'Hyderabad',
line1: 'Flat No 402, Gachibowli',
line2: 'Hyderabad, Telangana',
state: 'Telangana',
zip: '500006'
},
dob: '05/19/1999',
firstName: 'Ashfaq',
id: '12345',
isHispanicLatinoOrigin: false,
languagePreference: 'English',
lastName: 'Nisar',
number: '8328277518',
race: 'Asian',
sex: 'Male',
shippingAddress: {
city: 'Hyderabad',
line1: 'Flat No 402, Gachibowli',
line2: 'Hyderabad',
state: 'Telangana',
zip: '500006'
}
},
provider: {
NPI: 1479560428,
address: 'Flat No 402, Gachibowli',
city: 'Bancroft',
faxNumber: '1234567890',
healthCare: 'Treejoy HealthCare',
name: 'Vamshi',
number: '8328277518',
state: ' Alaska',
zip: ' 870039 '
}
};