302. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/4/2017 8:04:42 AM Central 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.

302.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\tests\acceptance-tests\features F323_Terminology_Vitals_FHIR.feature Mon Aug 21 12:51:01 2017 UTC
2 rdk.zip\rdk\product\tests\acceptance-tests\features F323_Terminology_Vitals_FHIR.feature Tue Oct 3 20:18:12 2017 UTC

302.2 Comparison summary

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

302.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

302.4 Active regular expressions

No regular expressions were active.

302.5 Comparison detail

  1   @terminolo gy @debug  @DE1010
  2   Feature: F 323  Norma lization o f Vitals D ata
  3  
  4   #This feat ure item a dds standa rdized cod ing values  and descr iptions fo r Vitals.  (VUID to L OINC (VA d ata), NCID  to LOINC  (DoD data) )
  5  
  6  
  7   @terminolo gy_vitals  @FHIR 
  8   Scenario:  An authori zed user c an access  VA Vitals  and see st andardized  LOINC val ues when d efined
  9     Given a  patient wi th "vitals " in multi ple VistAs
  10       And a pati ent with p id " R E D A CTED ;100022" h as been sy nced throu gh the RDK  API
  11       When the c lient requ ests vital s for the  patient " R E D A CTED ;100022" i n FHIR for mat
  12     Then a s uccessful  response i s returned   
  13     And the  FHIR resul ts contain  "vitals t erminology  from VUID  to LOINC  (VA)"
  14         | fi eld                         | va lue                     |
  15         #Loi nc code
  16         | co ntent.name .coding.co de    | 84 80-6                    |
  17         | co ntent.name .coding.sy stem  | ht tp://loinc .org         |
  18         | co ntent.name .coding.di splay | Sy stolic blo od pressur e |
  19     And the  FHIR resul ts contain  "vitals t erminology  from VUID  to LOINC  (VA)"
  20         | fi eld                         | va lue                      |
  21         #Loi nc code
  22         | co ntent.name .coding.co de    | 84 62-4                     |
  23         | co ntent.name .coding.sy stem  | ht tp://loinc .org          |
  24         | co ntent.name .coding.di splay | Di astolic bl ood pressu re |
  25  
  26             
  27   @terminolo gy_vitals1  @FHIR  
  28   Scenario:  An authori zed user c an access  DOD Vitals  and see s tandardize d LOINC va lues when  defined
  29     Given a  patient wi th "vitals " in multi ple VistAs
  30       And a pati ent with p id " R E D A CTED ;8" has be en synced  through th e RDK API
  31       When the c lient requ ests vital s for the  patient " R E D A CTED ;8" in FHI R format
  32     Then a s uccessful  response i s returned   
  33     And the  FHIR resul ts contain  "vitals t erminology  from DOD  Ncid, VUID  to LOINC  (VA)"
  34         | fi eld                         | va lue                 |
  35         #Loi nc code
  36         | co ntent.name .coding.co de    | 31 41-9                |
  37         | co ntent.name .coding.sy stem  | ht tp://loinc .org     |
  38         | co ntent.name .coding.di splay | Bo dy weight  Measured |
  39         #DOD  code
  40         | co ntent.name .coding.sy stem  | ht tp://loinc .org     |
  41         | co ntent.name .coding.sy stem  | DO D_NCID              |
  42         | co ntent.name .coding.co de    | 21 78                  |
  43        
  44     And the  FHIR resul ts contain  "vitals t erminology  from DOD  Ncid, VUID  to LOINC  (VA)"
  45         | fi eld                         | va lue             |
  46         #Loi nc code
  47         | co ntent.name .coding.co de    | 83 10-5            |
  48         | co ntent.name .coding.sy stem  | ht tp://loinc .org |
  49         | co ntent.name .coding.di splay | Bo dy tempera ture |
  50         #DOD  code
  51         | co ntent.name .coding.sy stem  | DO D_NCID          |
  52         | co ntent.name .coding.co de    | 21 54              |
  53     
  54  
  55       
  56    #    * Using Ma ppingTable s_prod.zip  to verify  the data.  https://w iki.vistac ore.us/dis play/ DNS  RE/JLV+Ter minology+H andling
  57