CDA Redaction Web Service and Application

CDA Redaction Web Service

The CDA Web Service implements a "reduce" call which operates as follows:

  1. Accepts a list of files
  2. Looks through the list to determine is a consent document has been supplied
  3. Generates a redaction map based on supplied consent information
  4. Converts clinical documents to a single VMR
  5. Submits the VMR to the redaction OpenCDS service
  6. The redaction OpenCDS service classifies the VMR entries with a set of ILHIE redaction states
  7. Receives the response back from the redaction OpenCDS service
  8. Applies the consent map decisions with respect to the redaction OpenCDS service classifications
  9. Redacts the original clinical documents accordingly
  10. Returns the documents redacted to the caller

CDA Redaction Web Application

The CDA Redaction Web Application is a simple tool for submitting a single clinical document for redaction and reviewing the web service output. The UI displays any clinical document parsing issues, the cdsInput, cdsOutput, and the redacted clinical document.

Downloads and Installation