Produced by Araxis Merge on 4/18/2019 5:55:13 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\ecme | mock-claim.js | Wed Apr 3 02:27:36 2019 UTC |
2 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\ecme | mock-claim.js | Tue Apr 16 13:20:39 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 5 | 748 |
Changed | 4 | 8 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | // any cha nges to th e config n eed to cha nge the en dpoint-cla imresponse .js mocha test | |
2 | module.exp orts.CONFI G = { | |
3 | "tasFHIREn dpoint": " https:// DNS . URL /VA-FHIR-S erver/fhir ", | |
4 | "opera tion": "SE ARCH", | |
5 | "fhirR esourceBun dle": "Bun dle", | |
6 | "fhirR esourceCla im": "Clai m", | |
7 | "extra ctTimestam p" : "1235 6", | |
8 | "vista Instance": "ePharmac y_dev", | |
9 | "lastU pdated": " 2017-04-17 ", | |
10 | "reque stedBy": " Doug Fresh ", | |
11 | "confi gTimestamp ": "2018-0 4-12", | |
12 | "repor tType": "n tr", | |
13 | "vista Id": "519| 520824645^ PN^519^USV HA|A", | |
14 | "use": "ECMEIENS ", | |
15 | "from" : "2015073 0", | |
16 | "limit ": "5", | |
17 | "log": "1", | |
18 | "descr iption": " mock ntr" | |
19 | } | |
20 | ||
21 | ||
22 | // { | |
23 | // "pa rams": { | |
24 | // "tasFHIREn dpoint": " https:// DNS . URL /VA-FHIR-S erver/fhir ", // do w e want the UI to be able to sp ecify the target | |
25 | ||
26 | // "use": "E CMEIENS", // used in the top l evel query | |
27 | // "location s": [{ | |
28 | // " station": "589-E" | |
29 | // }, | |
30 | // { | |
31 | // " station": "442" | |
32 | // }, | |
33 | // { | |
34 | // " station": "575" | |
35 | // } | |
36 | // ], | |
37 | // "beginDat e": "1/1/2 011", | |
38 | // "endDate" : "12/31/2 016", | |
39 | // "from": " 20150730", // TODO: Need inpu t from Pau l for begi n, end dat e support | |
40 | // "limit": "5", // th is limit i s ignored by VA_FHIR _Server, b ut used by business. js to thro ttle throu ghput | |
41 | // "log": "1 ", // opt ional argu ement to t he VA_FHIR _Server | |
42 | // "reportTy pe": "fsc" , // used by dashboa rd | |
43 | // "descript ion": "TAS _UI extrac t + data t ime stamp or other g uid", // t his is use d by the d ashboard t o sort out where the extract w as initate d | |
44 | // } | |
45 | // } | |
46 | ||
47 | module.exp orts.MOCK_ ECME_IENS_ FOR_MOCHA = { | |
48 | "resou rceType": "Bundle", | |
49 | "id": "54756465- ba6e-4240- b3b9-ac241 723c7c7", | |
50 | "meta" : { | |
51 | "l astUpdated ": "2018-1 1-29T15:43 :06.131-06 :00" | |
52 | }, | |
53 | "type" : "collect ion", | |
54 | "link" : [{ | |
55 | "r elation": "self", | |
56 | "url": "ht tp:// DNS . URL /VA-FHIR-S erver/fhir /Bundle?fr om=0101201 3&limit=10 00&locatio n=ePharmac y_dev&use= RECIENS" | |
57 | }], | |
58 | "entry ": [{ | |
59 | "resourc e": { | |
60 | "res ourceType" : "Claim", | |
61 | "id" : "2363514 .00021" | |
62 | } | |
63 | }, | |
64 | { | |
65 | "resourc e": { | |
66 | "res ourceType" : "Claim", | |
67 | "id" : "2529012 .00001" | |
68 | } | |
69 | }, | |
70 | { | |
71 | "resourc e": { | |
72 | "res ourceType" : "Claim", | |
73 | "id" : "2515180 .00021" | |
74 | } | |
75 | }, | |
76 | { | |
77 | "resourc e": { | |
78 | "res ourceType" : "Claim", | |
79 | "id" : "2519712 .00011" | |
80 | } | |
81 | }, | |
82 | { | |
83 | "resourc e": { | |
84 | "res ourceType" : "Claim", | |
85 | "id" : "2466658 .00051" | |
86 | } | |
87 | } | |
88 | ] | |
89 | } | |
90 | ||
91 | ||
92 | module.exp orts.MOCK_ NTR_FOR_MO CHA = { | |
93 | "resou rceType": "Bundle", | |
94 | "id": "8dc166cd- f419-473f- a4a3-5668b 75b960f", | |
95 | "meta" : { | |
96 | "l astUpdated ": "2018-1 1-29T19:57 :06.442-06 :00" | |
97 | }, | |
98 | "type" : "searchs et", | |
99 | "link" : [{ | |
100 | "r elation": "self", | |
101 | "url": "ht tp:// DNS . URL /VA-FHIR-S erver/fhir /Bundle?_i d=3024829. 00001&loca tion=ePhar macy_dev&u se=REC" | |
102 | }], | |
103 | "entry ": [{ | |
104 | "resourc e": { | |
105 | "res ourceType" : "Basic", | |
106 | "ide ntifier": [{ | |
107 | "system": "urn:va:vi sta:900231 3.59_3_ECM ENumber", | |
108 | "value": " 0000030248 29" | |
109 | }], | |
110 | "cod e": { | |
111 | "coding": [{ | |
112 | "s ystem": "u rn:va:vist a:REJ_BPSR PC03", | |
113 | "c ode": "REJ " | |
114 | }, | |
115 | { | |
116 | "s ystem": "u rn:va:vist a:9002313. 59_901.04_ ELIGIBILIT Y", | |
117 | "c ode": "C" | |
118 | }, | |
119 | { | |
120 | "s ystem": "u rn:va:vist a:9002313. 59_18_COB_ INDICATOR" , | |
121 | "c ode": "p" | |
122 | }, | |
123 | { | |
124 | "s ystem": "u rn:va:vist a:9002313. 0301_511_M ultipleRej ects", | |
125 | "c ode": "N" | |
126 | } | |
127 | ] | |
128 | } | |
129 | } | |
130 | }, | |
131 | { | |
132 | "resourc e": { | |
133 | "res ourceType" : "Claim", | |
134 | "ext ension": [ { | |
135 | "url": nul l, | |
136 | "valueCode ableConcep t": { | |
137 | "codin g": [{ | |
138 | "s ystem": "u rn:va:vist a:9002313. 02_OPEN_CL OSED", | |
139 | "c ode": "O" | |
140 | }] | |
141 | } | |
142 | }], | |
143 | "ide ntifier": [{ | |
144 | "system": "urn:va:vi sta:900231 3.59_3_Cla imID", | |
145 | "value": " VA2018=179 0743797=09 0007=01957 96" | |
146 | }], | |
147 | "sub Type": [{ | |
148 | "coding": [{ | |
149 | "syste m": "urn:v a:vista:90 02313.57_1 3_Touched" , | |
150 | "code" : "1" | |
151 | }] | |
152 | }], | |
153 | "ite m": [{ | |
154 | "unitP rice": { | |
155 | "v alue": 5.0 , | |
156 | "s ystem": "u rn:va:vist a:9002313. 0201_412_D ispensingF ee" | |
157 | } | |
158 | }, | |
159 | { | |
160 | "net": { | |
161 | "v alue": 0.0 1, | |
162 | "s ystem": "u rn:va:vist a:9002313. 0201_409_I ngredientC ost" | |
163 | } | |
164 | } | |
165 | ], | |
166 | "tot al": { | |
167 | "value": 5 .0107, | |
168 | "system": "urn:va:vi sta:900231 3.59_505_B illedAmoun t" | |
169 | } | |
170 | } | |
171 | }, | |
172 | { | |
173 | "resourc e": { | |
174 | "res ourceType" : "ClaimRe sponse", | |
175 | "pay ment": { | |
176 | "amount": { | |
177 | "value ": 0.0, | |
178 | "syste m": "urn:v a:vista:43 0_71_Colle ctedAmount " | |
179 | } | |
180 | } | |
181 | } | |
182 | }, | |
183 | { | |
184 | "resourc e": { | |
185 | "res ourceType" : "ClaimRe sponse", | |
186 | "pay ment": { | |
187 | "amount": { | |
188 | "value ": 0.0, | |
189 | "syste m": "urn:v a:vista:90 02313.0301 _509_Insur ancePaidAm ount" | |
190 | } | |
191 | } | |
192 | } | |
193 | }, | |
194 | { | |
195 | "resourc e": { | |
196 | "res ourceType" : "ClaimRe sponse", | |
197 | "out come": { | |
198 | "coding": [{ | |
199 | "code" : "NN", | |
200 | "displ ay": "Tran saction Re jected At Switch Or Intermedia ry" | |
201 | }] | |
202 | }, | |
203 | "dis position": "E REJECT ED" | |
204 | } | |
205 | }, | |
206 | { | |
207 | "resourc e": { | |
208 | "res ourceType" : "Coverag e", | |
209 | "gro uping": { | |
210 | "group": " C1GRP NUM MCCF345", | |
211 | "groupDisp lay": "urn :va:vista: 9002313.02 _301_Group ID" | |
212 | } | |
213 | } | |
214 | }, | |
215 | { | |
216 | "resourc e": { | |
217 | "res ourceType" : "Locatio n", | |
218 | "typ e": { | |
219 | "coding": [{ | |
220 | "syste m": "urn:v a:vista:52 _11_MAIL_W INDOW", | |
221 | "code" : "W" | |
222 | }] | |
223 | } | |
224 | } | |
225 | }, | |
226 | { | |
227 | "resourc e": { | |
228 | "res ourceType" : "Medicat ion", | |
229 | "tex t": { | |
230 | "status": "generated ", | |
231 | "div": "<d iv xmlns=\ "http://ww w.w3.org/1 999/xhtml\ "><div cla ss=\"hapiH eaderText\ ">true</di v></div>" | |
232 | }, | |
233 | "cod e": { | |
234 | "coding": [{ | |
235 | "syste m": "urn:v a:vista:50 _.01_GENER IC_NAME_52 _27_NDC", | |
236 | "code" : "00054-0 017-29", | |
237 | "displ ay": "PRED NISONE 10M G TAB" | |
238 | }] | |
239 | } | |
240 | } | |
241 | }, | |
242 | { | |
243 | "resourc e": { | |
244 | "res ourceType" : "Medicat ionDispens e", | |
245 | "ext ension": [ { | |
246 | "url": "urn:va:v ista:ELAPS E_BPSRPC03 ", | |
247 | "value String": " 4" | |
248 | }, | |
249 | { | |
250 | "url": "urn:va:v ista:90023 13.59_.501 _Quantity" , | |
251 | "value Integer": 1 | |
252 | }, | |
253 | { | |
254 | "url": "urn:va:v ista:90023 13_9_Refil l", | |
255 | "value String": " 0" | |
256 | }, | |
257 | { | |
258 | "url": "urn:va:v ista:50_.0 1_GENERIC_ NAME_52_27 _NDC", | |
259 | "value String": " 0/00000302 4829" | |
260 | } | |
261 | ], | |
262 | "typ e": { | |
263 | "coding": [{ | |
264 | "syste m": "urn:v a:vista:90 02313_1201 _RX_ACTION ", | |
265 | "code" : "RT" | |
266 | }] | |
267 | } | |
268 | } | |
269 | }, | |
270 | { | |
271 | "resourc e": { | |
272 | "res ourceType" : "Medicat ionRequest ", | |
273 | "ide ntifier": [{ | |
274 | "syste m": "urn:v a:vista:50 _.01_GENER IC_NAME-50 _2_VA_CLAS SIFICATION ", | |
275 | "value ": "PREDNI SONE 10MG TAB-HS051" | |
276 | }, | |
277 | { | |
278 | "syste m": "urn:v a:vista:50 _.01_GENER IC_NAME_52 _27_NDC", | |
279 | "value ": "259475 6" | |
280 | } | |
281 | ] | |
282 | } | |
283 | }, | |
284 | { | |
285 | "resourc e": { | |
286 | "res ourceType" : "Message Header", | |
287 | "ext ension": [ { | |
288 | "url": "urn:va:v ista:52_10 0", | |
289 | "value String": " SEP 13, 20 18@13:50:4 9" | |
290 | }, | |
291 | { | |
292 | "url": "urn:va:v ista:52_10 0", | |
293 | "value String": " EX/N" | |
294 | } | |
295 | ], | |
296 | "eve nt": { | |
297 | "system": "urn:va:vi sta:TTYPE_ BPSRPC03", | |
298 | "code": "S UBMIT" | |
299 | } | |
300 | } | |
301 | }, | |
302 | { | |
303 | "resourc e": { | |
304 | "res ourceType" : "Organiz ation", | |
305 | "ide ntifier": [{ | |
306 | "syste m": "urn:v a:vista:90 02313.02_1 01_BIN", | |
307 | "value ": "610144 " | |
308 | }, | |
309 | { | |
310 | "syste m": "urn:v a:vista:90 02313.59_1 .07_PHARMA CY", | |
311 | "value ": "CHEYEN NE VAMC" | |
312 | } | |
313 | ], | |
314 | "nam e": "CHAMP VA" | |
315 | } | |
316 | }, | |
317 | { | |
318 | "resourc e": { | |
319 | "res ourceType" : "Patient ", | |
320 | "tex t": { | |
321 | "status": "generated ", | |
322 | "div": "<d iv xmlns=\ "http://ww w.w3.org/1 999/xhtml\ "><div cla ss=\"hapiH eaderText\ "><b>PDC,A -LNAME </b ></div><ta ble class= \"hapiProp ertyTable\ "><tbody>< tr><td>Ide ntifier</t d><td>PDC, A-LNAME-53 5P</td></t r></tbody> </table></ div>" | |
323 | }, | |
324 | "ide ntifier": [{ | |
325 | "syste m": "urn:v a:vista:2_ .01_NAME-2 _.09_SOCIA L_SECURITY _NUMBER", | |
326 | "value ": "PDC,A- LNAME-535P " | |
327 | }, | |
328 | { | |
329 | "syste m": "urn:v a:vista:2_ .09_SOCIAL _SECURITY_ NUMBER", | |
330 | "value ": "535P" | |
331 | } | |
332 | ], | |
333 | "nam e": [{ | |
334 | "family": "PDC,A-LNA ME" | |
335 | }] | |
336 | } | |
337 | }, | |
338 | { | |
339 | "resourc e": { | |
340 | "res ourceType" : "Payment Reconcilia tion", | |
341 | "det ail": [{ | |
342 | "extension ": [{ | |
343 | "url": "urn:va:v ista:90023 13.59_7_Co mpletedDat e", | |
344 | "value String": " SEP 13, 20 18@13:50:4 9" | |
345 | }] | |
346 | }] | |
347 | } | |
348 | }, | |
349 | { | |
350 | "resourc e": { | |
351 | "res ourceType" : "Practit ioner", | |
352 | "ide ntifier": [{ | |
353 | "syste m": "urn:v a:vista:20 0_41.99_NP I", | |
354 | "value ": "LOCKET ,SOFIA L-1 316092638" | |
355 | }, | |
356 | { | |
357 | "syste m": "urn:v a:vista:20 0_.01_NAME -200_41.99 _NPI", | |
358 | "value ": "131609 2638" | |
359 | } | |
360 | ], | |
361 | "nam e": [{ | |
362 | "family": "LOCKET,SO FIA L" | |
363 | }] | |
364 | } | |
365 | }, | |
366 | { | |
367 | "resourc e": { | |
368 | "res ourceType" : "Substan ce", | |
369 | "cod e": { | |
370 | "coding": [{ | |
371 | "syste m": "urn:v a:vista:50 _2_VA_CLAS SIFICATION ", | |
372 | "displ ay": "HS05 1" | |
373 | }] | |
374 | } | |
375 | } | |
376 | } | |
377 | ] | |
378 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.