@medipass/utils 11.67.0 → 11.68.1-fix-package-release.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [11.68.0](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.67.0...@medipass/utils@11.68.0) (2022-08-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* eclipse reporting ([#675](https://github.com/medipass/web-medicules/issues/675)) ([1643308](https://github.com/medipass/web-medicules/commit/1643308))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [11.67.0](https://github.com/medipass/web-medicules/compare/@medipass/utils@11.66.6...@medipass/utils@11.67.0) (2022-08-16)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/utils",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.68.1-fix-package-release.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"redux-thunk": "^2.2.0",
|
|
49
49
|
"rimraf": "^2.6.2"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "6ecfa646a05c421be0479c389a938cd4a99f7a38"
|
|
52
52
|
}
|
|
@@ -63,7 +63,142 @@ var paymentReportDefault = {
|
|
|
63
63
|
amountBenefitPaidString: '$43.50',
|
|
64
64
|
amountDepositedString: '$12.50'
|
|
65
65
|
}]
|
|
66
|
+
}; // Eclipse fixtures
|
|
67
|
+
|
|
68
|
+
var processingReportEclipseDefault = {
|
|
69
|
+
transactionId: 'PAO00000J4aw564Wtde1UeJe',
|
|
70
|
+
status: 'SUCCESS',
|
|
71
|
+
report: {
|
|
72
|
+
status: 'COMPLETE',
|
|
73
|
+
claimSummary: {
|
|
74
|
+
accountReferenceId: '1234'
|
|
75
|
+
},
|
|
76
|
+
medicareStatus: {
|
|
77
|
+
status: {
|
|
78
|
+
code: 0,
|
|
79
|
+
text: 'Patient is eligible to claim for Medicare with details provided.'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
healthFundStatus: {
|
|
83
|
+
status: {
|
|
84
|
+
code: 0,
|
|
85
|
+
text: 'Patient is known to the Health Fund specified in the request.'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
healthFundAssessment: {
|
|
89
|
+
medicalEvent: [{
|
|
90
|
+
id: '01',
|
|
91
|
+
service: [{
|
|
92
|
+
explanation: [{
|
|
93
|
+
code: 2013,
|
|
94
|
+
text: 'Charge is equal to or less than MBS fee'
|
|
95
|
+
}],
|
|
96
|
+
assessmentCode: 'A',
|
|
97
|
+
benefit: 592,
|
|
98
|
+
chargeAmount: 23680,
|
|
99
|
+
dateOfService: '2022-07-01',
|
|
100
|
+
id: '0101',
|
|
101
|
+
itemNumber: '11018',
|
|
102
|
+
scheduleFee: 23680,
|
|
103
|
+
benefitString: '$5.92',
|
|
104
|
+
chargeAmountString: '$236.80',
|
|
105
|
+
scheduleFeeString: '$236.80'
|
|
106
|
+
}, {
|
|
107
|
+
explanation: [{
|
|
108
|
+
code: 2013,
|
|
109
|
+
text: 'Charge is equal to or less than MBS fee'
|
|
110
|
+
}],
|
|
111
|
+
assessmentCode: 'A',
|
|
112
|
+
benefit: 324,
|
|
113
|
+
chargeAmount: 12975,
|
|
114
|
+
dateOfService: '2022-07-08',
|
|
115
|
+
id: '0102',
|
|
116
|
+
itemNumber: '11235',
|
|
117
|
+
scheduleFee: 12975,
|
|
118
|
+
benefitString: '$3.24',
|
|
119
|
+
chargeAmountString: '$129.75',
|
|
120
|
+
scheduleFeeString: '$129.75'
|
|
121
|
+
}]
|
|
122
|
+
}],
|
|
123
|
+
explanation: [{
|
|
124
|
+
code: 0,
|
|
125
|
+
text: 'Claim has been successfully assessed'
|
|
126
|
+
}],
|
|
127
|
+
assessmentCode: 'A',
|
|
128
|
+
authorityToPayInd: 'Y'
|
|
129
|
+
},
|
|
130
|
+
medicareAssessment: {
|
|
131
|
+
currentPatient: {
|
|
132
|
+
currentMembership: {}
|
|
133
|
+
},
|
|
134
|
+
medicalEvent: [{
|
|
135
|
+
service: [{
|
|
136
|
+
id: '0101',
|
|
137
|
+
benefit: 17760,
|
|
138
|
+
chargeAmount: 23680,
|
|
139
|
+
dateOfService: '2022-07-01',
|
|
140
|
+
explanationCode: '0',
|
|
141
|
+
itemNumber: '11018',
|
|
142
|
+
scheduleFee: 23680,
|
|
143
|
+
benefitString: '$177.60',
|
|
144
|
+
chargeAmountString: '$236.80',
|
|
145
|
+
scheduleFeeString: '$236.80'
|
|
146
|
+
}, {
|
|
147
|
+
id: '0102',
|
|
148
|
+
benefit: 9735,
|
|
149
|
+
chargeAmount: 12975,
|
|
150
|
+
dateOfService: '2022-07-08',
|
|
151
|
+
explanationCode: '0',
|
|
152
|
+
itemNumber: '11235',
|
|
153
|
+
scheduleFee: 12975,
|
|
154
|
+
benefitString: '$97.35',
|
|
155
|
+
chargeAmountString: '$129.75',
|
|
156
|
+
scheduleFeeString: '$129.75'
|
|
157
|
+
}],
|
|
158
|
+
id: '01',
|
|
159
|
+
cardFlagCode: ' '
|
|
160
|
+
}],
|
|
161
|
+
claimId: '30670',
|
|
162
|
+
fundLocationId: 'AAA99556',
|
|
163
|
+
lodgementDate: '2022-07-08'
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
};
|
|
167
|
+
var paymentReportEclipseDefault = {
|
|
168
|
+
transactionId: 'AAA99556ffff62c76f48e700',
|
|
169
|
+
status: 'SUCCESS',
|
|
170
|
+
report: {
|
|
171
|
+
partNumber: 1,
|
|
172
|
+
partTotal: 1,
|
|
173
|
+
payeeLocationId: 'PAO00000',
|
|
174
|
+
remittanceAdviceId: 'TSTADV123',
|
|
175
|
+
paymentInfo: {
|
|
176
|
+
accountInfo: {
|
|
177
|
+
accountName: 'Dummy Health Fund Account',
|
|
178
|
+
accountNumber: '*****6789',
|
|
179
|
+
bsbCode: '002913'
|
|
180
|
+
},
|
|
181
|
+
depositAmount: 28411,
|
|
182
|
+
paymentReference: 'HHF00041012NAB2004REMADVA99967',
|
|
183
|
+
depositAmountString: '$284.11'
|
|
184
|
+
},
|
|
185
|
+
paymentRun: {
|
|
186
|
+
payerName: 'Mock Health Fund Pty Ltd',
|
|
187
|
+
runDate: '2022-07-08'
|
|
188
|
+
},
|
|
189
|
+
claimSummary: [{
|
|
190
|
+
accountReferenceId: '1234',
|
|
191
|
+
benefit: 28411,
|
|
192
|
+
channelCode: 'SB4',
|
|
193
|
+
claimId: '30670',
|
|
194
|
+
lodgementDate: '2022-07-08',
|
|
195
|
+
transactionId: 'PAO00000J4aw564Wtde1UeJe',
|
|
196
|
+
benefitString: '$284.11'
|
|
197
|
+
}]
|
|
198
|
+
}
|
|
66
199
|
};
|
|
67
200
|
|
|
68
201
|
exports.paymentReportDefault = paymentReportDefault;
|
|
202
|
+
exports.paymentReportEclipseDefault = paymentReportEclipseDefault;
|
|
69
203
|
exports.processingReportDefault = processingReportDefault;
|
|
204
|
+
exports.processingReportEclipseDefault = processingReportEclipseDefault;
|