Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 in during the development process or as part of your integration workflow. It demonstrates how to validate a CCDA document and parse the validation resultsidentifies all the CCDA Schema errors, Shall errors, and Should errors present in the validated CCDA.

Running the Component

Info

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.

...