Hello, after completing the installation of Senaite v2.6, I finished the full translation of the *.po files and managed to create a complete blood count exam with all 14 analytes that are part of this test. At this moment, I would like to test sending sample results from the equipment to Senaite. My intention is to use the HL7 protocol (since all the equipment we use is compatible with this protocol). The ASTM protocol is only available on some of them. I found an add-on for ASTM in the project’s GIT repository, but I couldn’t find one for HL7. Does anyone know if it’s possible to use HL7 with Senaite? If so, what would be the way to do it?
I´m still trying to test Senaite but the ASTM and HL7 communication is not working.
Any help?
hi
we do receive, parse and process HL7 FHIR messages from other systems . However, you need setup you own machinery for doing that.
Hello,
The ASTM results from my Icon-5 are now reaching Senaite.
Regarding HL7, I have no idea of where/how to start.
In our setup, we run a middleware microservice (built on Micronaut Framework and HAPI library) that listens for HL7 messages and converts them into the appropriate requests for the Senaite instance.
OK.
So… create your own solution is the way.
Tks.