Sidebar

How can I create an output report of specific fields from inbound messages?

0 votes
271 views
asked May 23, 2019 by michael-h-5027 (14,350 points)
I want to see a report of my patient's first name and last name from all of my HL7 messages

1 Answer

+1 vote

There are two options to get this kind of data from QIE.

1. You can create a custom view of the messages data in the "Message Data To Display" options.

- right click on the channel
- select "Properties"
- click on the "Advanced" tab
- update the "Messages and Inbound tabs" to a value like : "{PID-5.2},{PID-5.1}" (without the quotes)
- save your channel.
- select your "Messages" tab (you may need to refresh or clear to update the list

 

2. If you wanted to create a csv of the message data you could export by the same filter above

- select the "Messages" tab
- click the "..." ellipses to search. This must be done so that we can access the "Export All" option
- enter a date of one month ago or year ago depending on how much data has been logged and your message retention.
-  select "Export All"
- select "Custom message data"
- enter your fields like : "{PID-5.2},{PID-5.1}" (without the quotes)
- click "Export"

answered May 23, 2019 by michael-h-5027 (14,350 points)
...