Validate HL7 Transformer Extension Library
The Validate HL7 Transformer extension adds the Validate HL7 Message activity. It helps you catch bad structure, missing data, or rule failures early so you can route, log, alert, or stop problem messages before they affect downstream systems.
Download IntegrationSoup.ValidateHl7Transformer.msi
Using It In A Workflow
1. Run the MSI on the machine hosting Integration Soup.
2. Restart the Integration Soup service if needed.
3. Add Validate HL7 Message after the receiver or earlier step that supplies the HL7 message.
4. In the activity message template, right click and choose Insert Activity Message so the HL7 message from the earlier step flows into the validator.
5. Enter the name of the validation profile you want to apply.
What To Place In The Parameters
- Profile: enter the exact name of the HL7 Soup validation set you want this activity to run.
What To Place In The Activity Message
The incoming message must be an HL7 message in the HL7 message template, not plain text. The simplest way to do that is to insert the message directly from an earlier HL7 receiver or HL7 activity.
If the incoming content has been flattened into plain text before it reaches this activity, the validator will not be able to treat it as an HL7 message.
What The Activity Returns
The response message is JSON describing the validation outcome for the profile you selected. You can use that JSON in later workflow steps for logging, branching, or alerting.
Typical Uses
- Rejecting or quarantining invalid messages before transformation or delivery.
- Logging validation failures for troubleshooting or reporting.
- Using validation results to drive workflow decisions automatically.
- Extension Library Directory
- HTML to PDF
- RTF to PDF
- Azure Activities
- AWS Activities
- Encryption Activities
- SFTP Activities
- Validate HL7 Transformer