-
Notifications
You must be signed in to change notification settings - Fork 0
Schema Validation
Rich Howell edited this page Oct 28, 2025
·
2 revisions
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.
Click Reload Schema to refresh the current validation rules without restarting the application.