My small company provides hospitals with a bug prevalence report. Earlier, we had only 1 customer who provides the necessary data for the application (patient demographics, culture details, antibiotic dosage etc) in a CSV dump for us to ingest. Now, we have larger hospitals interested in our product who have HL7 V2.5. I've found that people use Mirth connect for interfacing but very little on how this entire setup works. As a vendor, what are the things I need to do to make the integration possible?
From what I've read one of the approaches is the following:
- Set up a https server. Install and run mirth on it.
- The hospital will now send HL7 messages (are these text files?) to this server on a Mirth channel. Mirth can help me parse these messages and extract the data.
- I build further processing mechanisms to ingest that data into my application that the hospital will use.
Also, what is the standard followed when hospitals send HL7 messages? Do the hospital systems provide a consolidated HL7 file for the required data? Or will I as the vendor have to collect separate files and parse them to convert data into usable format?