![]() ![]() |
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Let's assume that you have just created your interface that will parse ADT messages and have successfully deployed it at Acme Hospital. However, you have just received a contract to deploy a similar, but slightly different interface at Magic Hospital. This interface must also process ADT messages, but uses a slightly different flavor of HL7. Review the following sample message:
Now examine the other message your application must process for Magic Hospital:
At first glance, you will notice that the segment grammars are slightly different since the second message does not contain a repeating NK1 segment. However, the more important differences are located in the PID segment, namely the Patient Name and Date of Birth fields. These two fields are located in different places for each message.
As an additional requirement, Magic Hospital wants all the leading zeros removed from the Patient Identifier List, which is located in Field 3 of the PID segment. Both hospitals are receiving ADT messages, but each one uses a different flavor of HL7. Since no two sites are set up to receive two identical ADT messages, this is a common customer problem. To deal with this problem, you have a few options:
This tutorial will explain how to accomplish the second objective. |