Testing HL7 Messages

2019-03-13 16:16发布

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 testing Api or a module, it seems like I will have to deal with bit of bureaucracy to get any help from them.

Is there an easy way to test my HL7 module?

标签: hl7 hl7-v2
9条回答
祖国的老花朵
2楼-- · 2019-03-13 16:50

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.

查看更多
ら.Afraid
3楼-- · 2019-03-13 16:51

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

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

查看更多
迷人小祖宗
4楼-- · 2019-03-13 16:52

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.

查看更多
登录 后发表回答