ProduceanHL7message
HL7 Plugin – Produce an HL7 Message
Summary (SEO Meta Description):
The HL7 Producer in WeHub generates HL7 v2.x messages from structured workflow data.
Supports multiple HL7 versions and triggers to create standards-compliant messages.
Overview
The Produce an HL7 Message action transforms workflow data into a valid HL7 v2.x message.
It allows healthcare applications and workflows to communicate with systems that require HL7 input, such as EMRs, LIS, RIS, and billing systems.
This action is widely used to send structured data back into clinical and operational environments where HL7 is the standard.
⚙️ Configuration Options
| Field | Type | Description | 
|---|---|---|
| Label | String | Custom name for the node (e.g., "Generate ADT Message"). | 
| Version | Enum | Select the HL7 version to generate. Options: V210,V220,V230,V231,V240,V250,V251,V260,V270,V271,V280. | 
| Triggers | Enum | Choose the HL7 event type for the message. Examples: ADT_A01,ORM_O01,ORU_R01, etc. | 
💡 Example Use Cases
- 
Admissions (ADT_A01 – Admit/Visit Notification) 
 Generate an admission message from structured workflow data and send it to an EMR.
- 
Lab Results (ORU_R01 – Observation Result) 
 Transform lab result data into HL7 format to send to downstream healthcare systems.
- 
Orders (ORM_O01 – General Order Message) 
 Produce HL7 order messages for integration with pharmacy, radiology, or lab systems.
- 
Billing (DFT_P03 – Detailed Financial Transaction) 
 Output financial transaction messages for billing or accounting integration.
FAQ
Q: Do I need to match schema with version and trigger?
A: Yes. Ensure your workflow data matches the schema expected for the selected HL7 version and trigger.
Q: Can I generate multiple message types in one workflow?
A: Yes, add multiple producer nodes with different triggers and versions.
Q: What output format do I get?
A: The node produces a raw HL7 string message that can be sent to external systems.
Keywords: WeHub HL7 Producer, Generate HL7 v2.x message, ADT_A01, ORU_R01, healthcare data integration, produce HL7 message