Skip to content

Schema Validation

Rich Howell edited this page Oct 28, 2025 · 2 revisions

HL7 Schema Validation

The app validates incoming HL7 messages based on a local hl7_schema.json file.

This schema defines:

  • Which message types and segments are expected.
  • Which fields are required.
  • Which positions each field should occupy.

If the schema file is missing or invalid, messages will still be processed, but validation warnings will appear in red in the log.

Reloading the Schema

Click Reload Schema to refresh the current validation rules without restarting the application.

Clone this wiki locally