This repository was archived by the owner on Oct 6, 2025. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
Stand Alone Validation v0.7.0
        Hauke Hund edited this page Oct 18, 2022 
        ·
        1 revision
      
    ToDo additional config options (Cache location, Proxy server), description of behavior and result format.
- The validation tool requires Java 11 to run
- Unzip codex-process-data-transfer-validator-0.7.0.zip (79MB)
- Edit application.properties with location of DFN client certificate and private-key
 Default:client_certificate.pemandclient_private-key.pemin execution folder
- Edit appplication.properties with private key password if private key is encrypted
- Execute validation tool, provide filenames to single FHIR resources or bundles as .jsonor.xmlfiles as parameters (1 or more, space separated)
Unix (one line):
java -cp lib/*:codex-process-data-transfer-0.7.0.jar 
  de.netzwerk_universitaetsmedizin.codex.processes.data_transfer.validation.ValidationMain <file ...>
Windows (one line):
java -cp lib/*;codex-process-data-transfer-0.7.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.