Stream: implementers
Topic: HL7 Integration with Java application
battestia cole (Dec 11 2018 at 22:05):
How can Integrate HL7 into my java application to decode HL7 messages ? Is there an HL7 API or what is the procedure ?
Lloyd McKenzie (Dec 11 2018 at 22:10):
Are you interested in HL7 v2, v3, CDA, FHIR or something else? (HL7 is an organization - we have quite a few standards and the answer to your question will depend on what standard you're trying to use.)
sai charan (Dec 12 2018 at 04:24):
@Lloyd McKenzie Hi, I am interested to convert HL7 v2x. messages to fhir resource conversion. Is there any open source. Or any api?
Lloyd McKenzie (Dec 12 2018 at 04:37):
Each v2 implementation tends to be different, so there isn't a one-size fits all solution. You may find the discussion on the #v2 to FHIR stream helpful.
sai charan (Dec 12 2018 at 04:44):
@Lloyd McKenzie Thank You
Last updated: Apr 12 2022 at 19:14 UTC