The CDA Validator component is used as an example component for validating CCDA documents and parsing the validation results (via the https://interfaceware.atlassian.net/wiki/x/AQAyyw ) This is useful for ensuring documents you’ve created are compliant with HL7 CCDA specifications, whether during the development process or as part of your integration workflow. It identifies all the CCDA Schema errors, Shall errors, and Should errors present in the validated CCDA.
Running the Component
The CDAVALIDATOR library uses third party utilities (xsltproc and xmllint) to validate the CCDA document. These are included in the library for Windows. For MacOS and Linux, the component will indicate on start up if they are missing and require manual installation.