35. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:55:18 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.

35.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\health mock-claim.js Wed Apr 3 02:27:34 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\health mock-claim.js Tue Apr 16 13:20:39 2019 UTC

35.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 168
Changed 3 6
Inserted 0 0
Removed 0 0

35.3 Comparison options

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

35.4 Active regular expressions

No regular expressions were active.

35.5 Comparison detail

  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       "fhirR esourceBun dle": "Bun dle",
  5       "vista Instance":  "ePharmac y_dev",
  6       "lastU pdated": " 2017-04-17 ",
  7       "extra ctTimestam p": "2018- 04-12",
  8       "vista Id": "519| 520824645^ PN^519^USV HA|A",
  9       "use":  "healthCH eck",
  10       "servi ces": [
  11             { "name":  "VA_FHIR_S erver", "u rl": "http s:// DNS . URL /VA-FHIR-S erver/fhir ", "creden tials": {} , "doCheck ": "true"  }
  12       ]
  13   }
  14  
  15   module.exp orts.FHIR  = {
  16       "resou rceType":  "Bundle",
  17       "id":  "ee4dca72- 0967-4a4b- aebf-f5bfd cb68e63",
  18       "meta" : {
  19           "l astUpdated ": "2019-0 2-26T14:26 :38.533-05 :00"
  20       },
  21       "type" : "searchs et",
  22       "total ": 1,
  23       "link" : [
  24           {
  25                "relatio n": "self" ,
  26                "url": " http://loc alhost:808 0/VA-FHIR- Server/fhi r/Endpoint ?location= dev_0001&u se=healthC heck"
  27           }
  28       ],
  29       "entry ": [
  30           {
  31                "fullUrl ": "http:/ /localhost :8080/VA-F HIR-Server /fhir/Endp oint/1",
  32                "resourc e": {
  33                    "res ourceType" : "Endpoin t",
  34                    "id" : "1",
  35                    "ext ension": [
  36                         {
  37                             "url":  "urn:va:v ista:port" ,
  38                             "value String": " 9125"
  39                         },
  40                         {
  41                             "url":  "urn:va:v ista:file" ,
  42                             "value String": " 18.04"
  43                         }
  44                    ],
  45                    "ide ntifier":  [
  46                         {
  47                             "syste m": "IEN",
  48                             "value ": "1"
  49                         },
  50                         {
  51                             "syste m": "BOX-V OLUME PAIR ",
  52                             "value ": "ROU:VI STAS1"
  53                         },
  54                         {
  55                             "syste m": "STATI ON",
  56                             "value ": "442"
  57                         }
  58                    ],
  59                    "sta tus": "act ive",
  60                    "con nectionTyp e": {
  61                         "system":  "http://te rminology. hl7.org/Co deSystem/e ndpoint-co nnection-t ype",
  62                         "code": "h l7-fhir-re st"
  63                    },
  64                    "nam e": "HEALT H",
  65                    "con tact": [
  66                         {
  67                             "value ": "POSTMA STER"
  68                         }
  69                    ],
  70                    "per iod": {
  71                         "end": "20 19-02-15T1 4:26:38-05 :00"
  72                    },
  73                    "pay loadType":  [
  74                         {
  75                             "codin g": [
  76                                 {
  77                                      "system" : "some Vi stA system  being eva luated",
  78                                      "code":  "SystemHea lthCheck"
  79                                 }
  80                             ]
  81                         }
  82                    ],
  83                      "address":  "https:// DNS . URL "
  84                }
  85           }
  86       ]
  87   }