Skip to content

Stand Alone Validation v0.5.0

Hauke Hund edited this page Jun 21, 2022 · 8 revisions

Stand Alone Validation

ToDo additional config options (Cache location, Proxy server), description of behavior and result format.

  1. The validation tool requires Java 11 to run
  2. Unzip codex-process-data-transfer-validator-0.5.0.zip (79MB)
  3. Edit application.properties with location of DFN client certificate and private-key
    Default: client_certificate.pem and client_private-key.pem in execution folder
  4. Edit appplication.properties with private key password if private key is encrypted
  5. Execute validation tool, provide filenames to single FHIR resources or bundles as .json or .xml files as parameters (1 or more, space separated)

Unix (one line):

java -cp lib/*:codex-process-data-transfer-0.5.0.jar 
  de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.validation.ValidationMain <file ...>

Windows (one line):

java -cp lib/*;codex-process-data-transfer-0.5.0.jar 
  de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.validation.ValidationMain <file ...>

The validation tool logs to System.err and writes validation results to System.out.

Clone this wiki locally