PHC Hub User Guide
(v. July 2018) |
Create Sample HL7 Messages
The message constructor allows for rapid creation of sample messages
based on the STC HL7 API. Messages contain transactions, which are request/response
combinations. For example, VXU/ADT is an Unsolicited Update (VXU) Transaction.
You generally create and test messages when the interface is created.
To create a sample HL7 message, click the Test
> Message constructor menu link. When the page opens, select
a transaction type from the drop-down list. Two additional fields appear:
- Message
- Select whether the message is making a Request
or providing a Response
- Segment
- Click Add, after which a
list of each segment field appears. For each segment field, enter
the required information and click Continue.
If there are warnings or errors, correct them and resubmit. (Refer
to the current CDC HL7 Implementation Guide for
Immunization Messaging to populate the message fields with acceptable
values.)
Continue to add additional segments as necessary until the message is
complete, then:
- Review the message - see Review
Test Messages
- Process the message - see Process
Test Messages
Related topics: