Produced by Araxis Merge on 4/18/2019 5:56:03 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_Vistalink\SwaggerUI\dist | mccfVistaLink.json | Wed Apr 3 02:27:46 2019 UTC |
2 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_Vistalink\SwaggerUI\dist | mccfVistaLink.json | Wed Apr 17 17:33:25 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 1010 |
Changed | 1 | 2 |
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 | { | |
2 | "swagger ": "2.0", | |
3 | "info": { | |
4 | "descr iption": " The follow ing specif ication is for the c urrent imp lementatio n of the R est Gatewa y Server t hat can be accessed by the FHI R server t o communic ate with m ultiple Vi sta Reposi tories. Th e Vista re pository i s the data base of re cord and w ill be use d for all restful op erations t hat includ e Create/R ead/Update and Delet ing of dat a. This AP I is usefu l for anyo ne wanting to extrac t data fro m the data base of re cord and u ses standa rd Rest AP I construc ts, Vista rpc's, Por ts and Vis ta Listene rs to conn ect and pr ovide data and execu te related operation s.", | |
5 | "versi on": "0.0. 1", | |
6 | "title ": "Rest G ateway Ser ver Access to Vista" | |
7 | }, | |
8 | "host": "DNS.URL", | |
9 | "basePat h": "/dev_ 0001", | |
10 | "schemes ": [ | |
11 | "https " | |
12 | ], | |
13 | "securit y": [ | |
14 | { | |
15 | "acc essroles": [], | |
16 | "vis taid": [] | |
17 | } | |
18 | ], | |
19 | "paths": { | |
20 | "/HEAL TH": { | |
21 | "get ": { | |
22 | "t ags": [ | |
23 | "HEALTH" | |
24 | ], | |
25 | "s ummary": " Provides a response for the vi sta listen ers", | |
26 | "p roduces": [ | |
27 | "applicati on/json" | |
28 | ], | |
29 | "r esponses": { | |
30 | "200": { | |
31 | "descrip tion": "su ccessful o peration", | |
32 | "schema" : { | |
33 | "$ref" : "#/defin itions/hea lth" | |
34 | } | |
35 | }, | |
36 | "500": { | |
37 | "descrip tion": "un successful operation ", | |
38 | "schema" : { | |
39 | "$ref" : "#/defin itions/duz " | |
40 | } | |
41 | } | |
42 | } | |
43 | } | |
44 | }, | |
45 | "/TAS8 37": { | |
46 | "get ": { | |
47 | "t ags": [ | |
48 | "TAS837" | |
49 | ], | |
50 | "s ummary": " Find all 8 37 Transac tions in V ista", | |
51 | "p roduces": [ | |
52 | "applicati on/json" | |
53 | ], | |
54 | "r esponses": { | |
55 | "200": { | |
56 | "descrip tion": "su ccessful o peration", | |
57 | "schema" : { | |
58 | "$ref" : "#/defin itions/inf o" | |
59 | } | |
60 | }, | |
61 | "500": { | |
62 | "descrip tion": "un successful operation ", | |
63 | "schema" : { | |
64 | "$ref" : "#/defin itions/duz " | |
65 | } | |
66 | } | |
67 | } | |
68 | } | |
69 | }, | |
70 | "/TAS8 37/{rid}": { | |
71 | "get ": { | |
72 | "t ags": [ | |
73 | "TAS837" | |
74 | ], | |
75 | "s ummary": " Find a spe cific 837 Transactio n in Vista ", | |
76 | "p roduces": [ | |
77 | "applicati on/json" | |
78 | ], | |
79 | "o perationId ": "get837 ById", | |
80 | "p arameters" : [ | |
81 | { | |
82 | "in": "p ath", | |
83 | "name": "rid", | |
84 | "descrip tion": "Re source Ide ntifier", | |
85 | "require d": true, | |
86 | "type": "integer" | |
87 | }, | |
88 | { | |
89 | "in": "q uery", | |
90 | "name": "RESOURCE" , | |
91 | "descrip tion": "Re soure to r eturn or * for all", | |
92 | "require d": true, | |
93 | "type": "string", | |
94 | "default ": "*" | |
95 | }, | |
96 | { | |
97 | "in": "q uery", | |
98 | "name": "FIELDS", | |
99 | "descrip tion": "Sh ow all fie lds even i f null", | |
100 | "require d": false, | |
101 | "type": "string", | |
102 | "default ": "ALL" | |
103 | } | |
104 | ], | |
105 | "r esponses": { | |
106 | "200": { | |
107 | "descrip tion": "su ccessful o peration", | |
108 | "schema" : { | |
109 | "$ref" : "#/defin itions/gbi " | |
110 | } | |
111 | }, | |
112 | "500": { | |
113 | "descrip tion": "un successful operation ", | |
114 | "schema" : { | |
115 | "$ref" : "#/defin itions/duz " | |
116 | } | |
117 | } | |
118 | } | |
119 | } | |
120 | }, | |
121 | "/EPAY RPT": { | |
122 | "get ": { | |
123 | "t ags": [ | |
124 | "EPAYRPT" | |
125 | ], | |
126 | "s ummary": " Find a spe cific EPAY RPT Transa ction in V ista", | |
127 | "p roduces": [ | |
128 | "applicati on/json" | |
129 | ], | |
130 | "o perationId ": "getEpa yRptByIdRe source", | |
131 | "p arameters" : [ | |
132 | { | |
133 | "in": "q uery", | |
134 | "name": "RESOURCE" , | |
135 | "descrip tion": "Re source: <b r> - Claim res calls {RCTAS EPA Y GET} <br > - Payrec {RCTAS EP AY GET} <b r> - Find with FROM and TO cal ls {RCTAS EPAY FIND LEGACY} <b r> - Find with just FROM calls {RCTAS EP AY FIND CH ANGES}]", | |
136 | "require d": true, | |
137 | "type": "string", | |
138 | "enum": [ | |
139 | "CLAIM RES", | |
140 | "PAYRE C", | |
141 | "FIND" | |
142 | ] | |
143 | }, | |
144 | { | |
145 | "in": "q uery", | |
146 | "name": "FROM", | |
147 | "descrip tion": "Be g date to use for se lection of data", | |
148 | "require d": false, | |
149 | "type": "string", | |
150 | "default ": "YYYYMM DD" | |
151 | }, | |
152 | { | |
153 | "in": "q uery", | |
154 | "name": "TO", | |
155 | "descrip tion": "En d date to use for se lection of data", | |
156 | "require d": false, | |
157 | "type": "string", | |
158 | "default ": "YYYYMM DD" | |
159 | } | |
160 | ], | |
161 | "r esponses": { | |
162 | "200": { | |
163 | "descrip tion": "su ccessful o peration", | |
164 | "schema" : { | |
165 | "$ref" : "#/defin itions/epa yrpt" | |
166 | } | |
167 | }, | |
168 | "500": { | |
169 | "descrip tion": "un successful operation ", | |
170 | "schema" : { | |
171 | "$ref" : "#/defin itions/duz " | |
172 | } | |
173 | } | |
174 | } | |
175 | } | |
176 | } | |
177 | }, | |
178 | "securit yDefinitio ns": { | |
179 | "acces sroles": { | |
180 | "typ e": "apiKe y", | |
181 | "in" : "header" , | |
182 | "nam e": "ACCES SROLES" | |
183 | }, | |
184 | "vista id": { | |
185 | "typ e": "apiKe y", | |
186 | "in" : "header" , | |
187 | "nam e": "vista id" | |
188 | } | |
189 | }, | |
190 | "definit ions": { | |
191 | "epayr pt": { | |
192 | "typ e": "objec t", | |
193 | "pro perties": { | |
194 | "i nfo": { | |
195 | "$ref": "# /definitio ns/epayrpt message" | |
196 | } | |
197 | } | |
198 | }, | |
199 | "epayr ptmessage" : { | |
200 | "typ e": "objec t", | |
201 | "pro perties": { | |
202 | "c ode": { | |
203 | "type": "i nteger", | |
204 | "format": "int32", | |
205 | "example": "200" | |
206 | }, | |
207 | "c odeMessage ": { | |
208 | "type": "a rray", | |
209 | "items": { | |
210 | "$ref": "#/definit ions/epayr ptresponse " | |
211 | } | |
212 | } | |
213 | } | |
214 | }, | |
215 | "epayr ptresponse ": { | |
216 | "typ e": "objec t", | |
217 | "pro perties": { | |
218 | "i en": { | |
219 | "type": "s tring", | |
220 | "example": "99999" | |
221 | } | |
222 | } | |
223 | }, | |
224 | "healt h": { | |
225 | "typ e": "objec t", | |
226 | "pro perties": { | |
227 | "i nfo": { | |
228 | "$ref": "# /definitio ns/healthm essage" | |
229 | } | |
230 | } | |
231 | }, | |
232 | "healt hmessage": { | |
233 | "typ e": "objec t", | |
234 | "pro perties": { | |
235 | "c ode": { | |
236 | "type": "i nteger", | |
237 | "format": "int32", | |
238 | "example": "200" | |
239 | }, | |
240 | "c odeMessage ": { | |
241 | "type": "a rray", | |
242 | "items": { | |
243 | "$ref": "#/definit ions/healt hresponse" | |
244 | } | |
245 | } | |
246 | } | |
247 | }, | |
248 | "healt hresponse" : { | |
249 | "typ e": "objec t", | |
250 | "pro perties": { | |
251 | "s tatus": { | |
252 | "type": "s tring", | |
253 | "example": "RUNNING" | |
254 | }, | |
255 | "i en": { | |
256 | "type": "s tring", | |
257 | "example": "1" | |
258 | }, | |
259 | "p ort": { | |
260 | "type": "s tring", | |
261 | "example": "9125" | |
262 | }, | |
263 | "a ssociatedc onfigurati on": { | |
264 | "type": "s tring", | |
265 | "example": "" | |
266 | }, | |
267 | "u serrespons ible": { | |
268 | "type": "s tring", | |
269 | "example": "POSTMAST ER" | |
270 | }, | |
271 | "f ile": { | |
272 | "type": "s tring", | |
273 | "example": "18.04" | |
274 | }, | |
275 | "b oxvolumepa ir": { | |
276 | "type": "s tring", | |
277 | "example": "ROU:VIST AS1" | |
278 | }, | |
279 | "l aststatusd atetime": { | |
280 | "type": "s tring", | |
281 | "example": "JUL 13, 2018@08:42 :28" | |
282 | } | |
283 | } | |
284 | }, | |
285 | "duz": { | |
286 | "typ e": "objec t", | |
287 | "pro perties": { | |
288 | "i nfo": { | |
289 | "$ref": "# /definitio ns/duzmess age" | |
290 | } | |
291 | } | |
292 | }, | |
293 | "duzme ssage": { | |
294 | "typ e": "objec t", | |
295 | "pro perties": { | |
296 | "c ode": { | |
297 | "type": "i nteger", | |
298 | "format": "int32", | |
299 | "example": "1008" | |
300 | }, | |
301 | "c odeMessage ": { | |
302 | "type": "a rray", | |
303 | "items": { | |
304 | "type": "string", | |
305 | "example ": "securi ty duz not provided" | |
306 | } | |
307 | } | |
308 | } | |
309 | }, | |
310 | "info" : { | |
311 | "typ e": "objec t", | |
312 | "pro perties": { | |
313 | "i nfo": { | |
314 | "$ref": "# /definitio ns/infomes sage" | |
315 | } | |
316 | } | |
317 | }, | |
318 | "infom essage": { | |
319 | "typ e": "objec t", | |
320 | "pro perties": { | |
321 | "c ode": { | |
322 | "type": "i nteger", | |
323 | "format": "int32", | |
324 | "example": "200" | |
325 | }, | |
326 | "c odeMessage ": { | |
327 | "type": "a rray", | |
328 | "items": { | |
329 | "$ref": "#/definit ions/infor esponse" | |
330 | } | |
331 | } | |
332 | } | |
333 | }, | |
334 | "infor esponse": { | |
335 | "typ e": "objec t", | |
336 | "pro perties": { | |
337 | "s ite": { | |
338 | "type": "i nteger", | |
339 | "format": "int64", | |
340 | "example": "442" | |
341 | }, | |
342 | "i en": { | |
343 | "type": "i nteger", | |
344 | "format": "int64", | |
345 | "example": "2113071" | |
346 | }, | |
347 | "t ype": { | |
348 | "type": "s tring", | |
349 | "enum": [ | |
350 | "DENTAL" , | |
351 | "PROFESS IONAL", | |
352 | "INSTITU TIONAL" | |
353 | ] | |
354 | }, | |
355 | "s tatus": { | |
356 | "type": "s tring", | |
357 | "enum": [ | |
358 | "live" | |
359 | ] | |
360 | } | |
361 | } | |
362 | }, | |
363 | "gbi": { | |
364 | "typ e": "objec t", | |
365 | "pro perties": { | |
366 | "i nfo": { | |
367 | "$ref": "# /definitio ns/gbimess age" | |
368 | } | |
369 | } | |
370 | }, | |
371 | "gbime ssage": { | |
372 | "typ e": "objec t", | |
373 | "pro perties": { | |
374 | "c ode": { | |
375 | "type": "i nteger", | |
376 | "format": "int32", | |
377 | "example": "200" | |
378 | }, | |
379 | "c odeMessage ": { | |
380 | "type": "a rray", | |
381 | "items": { | |
382 | "$ref": "#/definit ions/gbire sponse" | |
383 | } | |
384 | } | |
385 | } | |
386 | }, | |
387 | "gbire sponse": { | |
388 | "typ e": "objec t", | |
389 | "pro perties": { | |
390 | "B undle": { | |
391 | "type": "o bject", | |
392 | "propertie s": { | |
393 | "Conditi on": { | |
394 | "type" : "string" , | |
395 | "enum" : [ | |
396 | { | |
397 | "v alueString ": "identi fier", | |
398 | "v alue": "va lue" | |
399 | } | |
400 | ] | |
401 | }, | |
402 | "Practit ioner": { | |
403 | "type" : "string" , | |
404 | "enum" : [ | |
405 | { | |
406 | "v alueString ": "identi fier", | |
407 | "v alue": "va lue" | |
408 | } | |
409 | ] | |
410 | }, | |
411 | "Basic": { | |
412 | "type" : "string" , | |
413 | "enum" : [ | |
414 | { | |
415 | "v alueString ": "identi fier", | |
416 | "v alue": "va lue" | |
417 | } | |
418 | ] | |
419 | }, | |
420 | "Organiz ation": { | |
421 | "type" : "string" , | |
422 | "enum" : [ | |
423 | { | |
424 | "v alueString ": "identi fier", | |
425 | "v alue": "va lue" | |
426 | } | |
427 | ] | |
428 | }, | |
429 | "Encount er": { | |
430 | "type" : "string" , | |
431 | "enum" : [ | |
432 | { | |
433 | "v alueString ": "identi fier", | |
434 | "v alue": "va lue" | |
435 | } | |
436 | ] | |
437 | }, | |
438 | "Patient ": { | |
439 | "type" : "string" , | |
440 | "enum" : [ | |
441 | { | |
442 | "v alueString ": "identi fier", | |
443 | "v alue": "va lue" | |
444 | } | |
445 | ] | |
446 | }, | |
447 | "Procedu re": { | |
448 | "type" : "string" , | |
449 | "enum" : [ | |
450 | { | |
451 | "v alueString ": "identi fier", | |
452 | "v alue": "va lue" | |
453 | } | |
454 | ] | |
455 | }, | |
456 | "Coverag e": { | |
457 | "type" : "string" , | |
458 | "enum" : [ | |
459 | { | |
460 | "v alueString ": "identi fier", | |
461 | "v alue": "va lue" | |
462 | } | |
463 | ] | |
464 | }, | |
465 | "Explana tionOfBene fit": { | |
466 | "type" : "string" , | |
467 | "enum" : [ | |
468 | { | |
469 | "v alueString ": "identi fier", | |
470 | "v alue": "va lue" | |
471 | } | |
472 | ] | |
473 | }, | |
474 | "ValueSe t": { | |
475 | "type" : "string" , | |
476 | "enum" : [ | |
477 | { | |
478 | "v alueString ": "identi fier", | |
479 | "v alue": "va lue" | |
480 | } | |
481 | ] | |
482 | }, | |
483 | "Claim": { | |
484 | "type" : "string" , | |
485 | "enum" : [ | |
486 | { | |
487 | "v alueString ": "identi fier", | |
488 | "v alue": "va lue" | |
489 | } | |
490 | ] | |
491 | }, | |
492 | "Locatio n": { | |
493 | "type" : "string" , | |
494 | "enum" : [ | |
495 | { | |
496 | "v alueString ": "identi fier", | |
497 | "v alue": "va lue" | |
498 | } | |
499 | ] | |
500 | } | |
501 | } | |
502 | } | |
503 | } | |
504 | } | |
505 | } | |
506 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.