Skip to main content
Document validation varies by organization, document type, role, market and more. We’ve designed the validation framework to be customizable and extendable, as well as transparent and auditable. As part of the implementation, the validation rules are configured and tested to ensure they conform to the business processes.

Validation Rule Structure

Each validation follows this standard pattern:
The conditions can be either:
  • Object: For simple validations with a single condition
  • Array: For complex validations with multiple sub-conditions

Condition Object Structure

When conditions is an object, it contains:
  • valid: boolean indicating if the condition passed
  • type: validation type (e.g., “equals”, “name_fuzzy_match”, “date_difference_lte”, “count_gte”)
  • description: human-readable description of the condition
For example, the validation results for a Hepatitis B vaccination or positive titer may look like so:

View and manage validations

From the Configurations and Validation tab in the Admin Dashboard, the validation rules can be managed.