The CDA Validator component is used as an example component for validating CCDA documents (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 in the development process or as part of your integration workflow. It demonstrates how to validate a CCDA document and parse the validation results.
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 but may require manual installation if running Iguana on MacOS or Linux.