107. EPMO Open Source Coordination Office Redaction File Detail Report

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

107.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\production\rdk\src\write\numeric-lab-results numeric-lab-results-resources.md Mon Aug 21 12:51:00 2017 UTC
2 rdk.zip\rdk\product\production\rdk\src\write\numeric-lab-results numeric-lab-results-resources.md Tue Oct 3 18:56:03 2017 UTC

107.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 82
Changed 4 12
Inserted 0 0
Removed 0 0

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

107.4 Active regular expressions

No regular expressions were active.

107.5 Comparison detail

  1   # Group Nu meric Lab  Results
  2  
  3   ## Numeric  Lab Resul ts API [{{ {path}}}]
  4  
  5   This API p rovides nu meric lab  results re sources.  
  6  
  7   ### Save N ote Object  [POST {{{ path}}}/sa ve-note-ob ject]
  8  
  9   First, fin d Clinical  Object in  pJDS.  If  not found , create n ew Clinica l Object.   Lastly, c reate a no te object  in pJDS.
  10  
  11   + Request  JSON Body  (applicati on/json)
  12  
  13       + Body
  14  
  15                {
  16                      "reference Id": "urn: va:lab: R E D A CTED :8:CH;6859 185.83987; 381",
  17                      "patientUi d": "urn:v a:patient: R E D A CTED :100615:10 0615",
  18                      "authorUid ": "urn:va :user: R E D A CTED :100000002 38",
  19                    "vis it": {
  20                          "location" : "urn:va: location: R E D A CTED :285",
  21                         "serviceCa tegory": " PSB",
  22                         "dateTime" : "2016010 2123040"
  23                    },
  24                    "dat a": {
  25                         "madlib":  null,
  26                         "annotatio n": "bar",
  27                          "problemRe lationship ": "urn:va :problem: R E D A CTED :100615:18 3"
  28                    }
  29                }
  30       
  31  
  32   + Response  200 (appl ication/js on)
  33  
  34       + Body
  35  
  36                {
  37                  "data" : {
  38                    "sta tus": 200,
  39                      "data": "h ttp:// IP                /clinicobj /urn:va:eh mp-note: R E D A CTED :100615:67 f4ce62-8f0 f-4c89-9ec 0-4ad83a36 45ef"
  40                  },
  41                  "statu s": 200
  42                }
  43  
  44   :[Response  400]({{{c ommon}}}/r esponses/4 00.md)
  45  
  46   :[Response  500]({{{c ommon}}}/r esponses/5 00.md)
  47