Parsing CDA hl7 documents

2020-06-04 02:51发布

I'm working on a project that given some CDA hl7 documents, parse and extract the data and save them in a database. I can't find any good parser/library that reads the CDA (XML) and returns different sections. Any idea what is the best way to approach this? I'm pretty new to the healthcare's tech field, so I might be missing something? But I can't imaging there is no library that parse an CDC to an object?

4条回答
女痞
2楼-- · 2020-06-04 03:15

MDHT https://www.projects.openhealthtools.org/sf/projects/mdht/ Java API creates, consumes, and validates CDA document

查看更多
迷人小祖宗
3楼-- · 2020-06-04 03:16

There was this C-CDA challenge competition sponsored by HL7 (http://www.hl7.org/events/toolingchallenge.cfm) Winners will be announced September 2016, I am sure there will be plenty of C-CDA parser samples for you to choose from.

查看更多
祖国的老花朵
4楼-- · 2020-06-04 03:22

HAPI is an open source library in java which provides supporting for parsing HL7 messages to object and vice versa

http://hl7api.sourceforge.net/

查看更多
Bombasti
5楼-- · 2020-06-04 03:25

There is also the Everest framework (http://everest.marc-hi.ca) that can parse any HL7v3 instance (CDA is a v3 based standard). Its for .NET and Java, although the .NET one works better and is more mature.

查看更多
登录 后发表回答