I am trying to teach myself to use the Hapi Fhir api and I'm starting by creating an HL7 message from Java. I have been able to do so by looking at this example from the official documentation page. However, now I would like to add some more information to my message by adding the NK1, PV1 and AL1 segments to the message (now it only contains the MSH and PID). I couldn't find any more complete examples, even looking into github code. How can I tackle this? Thanks in advance
Asked
Active
Viewed 315 times