Testing HL7 Messages

前端 未结 10 665
天涯浪人
天涯浪人 2021-02-04 17:03

I am in the process of implementing an HL7 Module in our EMR, but I am confused as how to test the messages. I was looking at LabCorp and Surescripts and was unable to find a te

相关标签:
10条回答
  • 2021-02-04 17:06

    On my experience as an automation tester working in a EMR software solution I'm getting great results using HL7 Soup combined with the automation software.

    Not only it can be handled quite easily with the automation tool I'm using (TestComplete), but helped me to improve my level of understanding on HL7 messages (didn't have any experience in HL7 before).

    So my suggestions would be first automate the testing process, and second use a good HL7 editor as HL7 Soup to get the most of it.

    0 讨论(0)
  • 2021-02-04 17:07

    I'm late to answer this. In case anyone is still searching for a answer, try using HL7 Soup. After installing HL7 Soup you can create your own sending profile and send HL7 messages to your HL7 module.

    0 讨论(0)
  • 2021-02-04 17:09

    We always use the 7edit Editor for all HL7 v2 messages (all versions supported) and a great Documentation is being delivered with the editor too.

    http://www.7edit.com/

    0 讨论(0)
  • 2021-02-04 17:14

    For HL7 v3 messages, consider Test Level 7 (TL7).

    http://tl7.intelliware.ca/index.faces

    0 讨论(0)
  • 2021-02-04 17:18

    Labcorp is a pretty hideous offender when it comes to HL7. We've always said at my company that if there were such a thing as an "HL7 Police" then Labcorp would be their first stop. FYI, Quest is almost as bad.

    I've done many interfaces with Labcorp and here are a few tips if you're just getting started or trying to get started with them. They are notoriously uncooperative when it comes to working with developers who approach them "unsolicited".

    1. You absolutely NEED a customer of YOURS who is also a customer of THEIRS (or one who does a lot of labs and will at least tease them). If you've got a customer who does any volume of labs with them at all you will discover that an entirely new world will open up for you with them. If your customer does 5000 labs a month, they will put somebody on a bicycle, drive the HL7 messages to your office and hand deliver them on a thumb drive, and then drop your kids off at school on their way back.

    2. Once you've got the customer let them be the middleman for the first few contacts with Labcorp. You'll want to get Labcorps HL7 specification AND, this is critical, you'll want to get some EXAMPLE messages. Remember that if you're doing BOTH Lab Orders AND Lab Results you'll want to get example HL7 messages for both the Lab Order and the Lab Result.

    3. One thing that I've found is that they are always "stingy" on their example messages so you'll likely get only 1 or 2 examples. Use a good HL7 editor like the Hermetech HL7 Notepad http://www.hermetechnz.com/documentation/UltraPort/HL7Notepad/index.html to take your example messages and "clone" them into several hundreds or thousands of unique messages so that you can do some "volume" testing on your interface.

    0 讨论(0)
  • 2021-02-04 17:19

    For testing HL7 interfaces I use 3 tools all the time:

    • HAPI Test Panel: to send sample messages http://hl7api.sourceforge.net/hapi-testpanel/
    • Mirth Connect: to see messages coming through http://www.mirthcorp.com/products/mirth-connect
    • WireShark: as a low-level debugger (packet sniffer) https://www.wireshark.org/
    0 讨论(0)
提交回复
热议问题