Open Source HL7 V3 CDA.NET API

I am looking for an open source HL7 V3 Clinical Document Architecture API. Preferably, something like nHapi (a structured object model for creating specific message types), except that it has message classes for creating V3 messages (and not just v2.x messages such as nHapi).

I looked at MirthConnect, but primarily in Java and Javascript ... I also haven’t seen a single really strong candidate for Google, so I hope someone can know about it.

+7
hl7 hl7- cda cda
source share
4 answers

I suggest you try MARC_HI Everest on this site.

You may also find these two documents useful:

Finally, I want to say that you do not need to spend time on RIMBAA, this is not a very active community.

+4
source share

I believe this question has been asked before, but the requirement was for the Java open-source Java API HL7 v3, like HAPI. See Link.

The solutions currently offered are the property of HL7, focused on improving and developing RIM - a reference information model. This is the committee of the RIMBAA Architecture Architecture Working Group - RIM. See the page for a nice discussion about RIMBAA. In general, the open source APIs for v3 in both areas - java and .net are not currently available.

I believe that the HAPI and nHAPI teams may come up with something in the near future, or maybe they are already starting to work on it. You can write to the HAPI team for more information.

Good luck

0
source share

I highly recommend the Everest API .

0
source share

I just found this ... This is GPL v2

HL7 SDK

0
source share

All Articles