iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With a Database > HL7 to Database > Step 4 - Using Python To Go Beyond Mapping > Examining the Sample Message with the Message Browser |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The first step is to examine a sample ADT^A03 message using the Message Browser:
The Message Browser indicates that the message is Unrecognized. This is because the message identity for the existing message definition only matches messages with a Trigger Event of A04. (The Trigger Event is subfield 2 of field 9 of the MSH segment.) The sample message has a Trigger Event of A03, and therefore is not matched. To recognize messages of this type, you must first import the EVN segment, which is also not recognized. You can then create a message definition for this message type. |