FHIR Chat · Any Lib or Util for java to marshall/unmarshall hl7 CDA(v3) · implementers

Stream: implementers

Topic: Any Lib or Util for java to marshall/unmarshall hl7 CDA(v3)


view this post on Zulip Lily Blooper (Mar 03 2020 at 09:19):

HAPI is a good tool for Java to parse HL7 v2/ FHIR messages 。
However , there're no better utils other than JAXB ( a java common xml parse standard) 。
It's query boring and time-consuming to parse xml to Java Bean case by case 。
is there any tool already ? I dont want to build my own entities one by one。
for example : HAPI v2 has many Bean (ACT , ADT_A01 ) ,

view this post on Zulip James Agnew (Mar 03 2020 at 12:59):

HAPI FHIR is the equivalent library for FHIR: https://hapifhir.io/

view this post on Zulip Lee Surprenant (Mar 03 2020 at 14:45):

I don't know that this question belongs here, because its not really related to FHIR, but for CDA support in Java you could check out https://projects.eclipse.org/projects/modeling.mdht

view this post on Zulip Lloyd McKenzie (Mar 03 2020 at 21:32):

Looks like HL7 plans to move all FHIR discussion to this chat forum, seeing as the community has voted with their feet about where they want to hang out


Last updated: Apr 12 2022 at 19:14 UTC