Versions Compared

Key

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

The CDA Validation 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 CDAVALIDATOR Library) 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.

...

Expand
titleSTEP 2: Optionally, create a CDA document to validate using the CDA Creator component

If you don’t have an existing CCDA document that needs validating, you can create a sample document using the https://interfaceware.atlassian.net/wiki/x/JICqrw CDA Creator .

Expand
titleSTEP 3: Specify the CCDA file to validate and the version it should be validated against

Set a target CCDA via the CCDAFilepath custom field to specify where the CCDA that will be validated is stored. Specify the CCDAversion that the component should use for validation.

image-20250127-164901.png

...