@@ -17,26 +17,26 @@ class TravelPay
17
17
property :id , type : :string , example : '33333333-5555-4444-bbbb-222222444444'
18
18
property :claimNumber , type : :string , example : 'TC1234123412341234'
19
19
property :claimStatus , type : :string , enum : [
20
- 'Pre Approved For Payment ' ,
20
+ 'Pre approved for payment ' ,
21
21
'Saved' ,
22
- 'In Process ' ,
22
+ 'In process ' ,
23
23
'Pending' ,
24
- 'On Hold ' ,
25
- 'In Manual Review ' ,
26
- 'Submitted For Payment ' ,
27
- 'Claim Paid ' ,
24
+ 'On hold ' ,
25
+ 'In manual review ' ,
26
+ 'Submitted for payment ' ,
27
+ 'Claim paid ' ,
28
28
'Incomplete' ,
29
29
'Appeal' ,
30
30
'Denied' ,
31
- 'Closed With No Payment ' ,
32
- 'Claim Submitted ' ,
33
- 'Approved For Payment ' ,
34
- 'Approved For Payment Incomplete ' ,
35
- 'Payment Canceled ' ,
36
- 'Partial Payment ' ,
37
- 'Fiscal Rescinded ' ,
31
+ 'Closed with no payment ' ,
32
+ 'Claim submitted ' ,
33
+ 'Approved for payment ' ,
34
+ 'Approved for payment incomplete ' ,
35
+ 'Payment canceled ' ,
36
+ 'Partial payment ' ,
37
+ 'Fiscal rescinded ' ,
38
38
'Unspecified'
39
- ] , example : 'Claim Paid '
39
+ ] , example : 'Claim paid '
40
40
property :appointmentDateTime , type : :string , example : '2024-06-13T13:57:07.291Z'
41
41
property :facilityName , type : :string , example : 'Cheyenne VA Medical Center'
42
42
property :createdOn , type : :string , example : '2024-06-13T13:57:07.291Z'
0 commit comments