My application is receiving an HL7 2.5.1 message, and I'd like to begin my FHIR implementation by using HAPI FHIR for internal messaging within our system. Can I take a HAPI 2.5.1 object, or a HL7 2.5.1 message and parse it into the FHIR object model?
I haven't been able to find any documentation on getting a message from HL7 2.x into the HAPI FHIR object model, which makes me think I'm viewing the problem incorrectly.
Does anyone have a suggestion on how to do that, documentation on doing that, or how to think about this process differently? Thanks!
Josh