简体   繁体   English

解析CDA hl7文档

[英]Parsing CDA hl7 documents

I'm working on a project that given some CDA hl7 documents, parse and extract the data and save them in a database. 我正在开发一个项目,该项目给出了一些CDA hl7文档,解析并提取数据并将它们保存在数据库中。 I can't find any good parser/library that reads the CDA (XML) and returns different sections. 我找不到任何好的解析器/库来读取CDA(XML)并返回不同的部分。 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? 但我无法成像没有库将CDC解析为对象?

MDHT https://www.projects.openhealthtools.org/sf/projects/mdht/ Java API创建,使用和验证CDA文档

由HL7赞助的这次C-CDA挑战赛( http://www.hl7.org/events/toolingchallenge.cfm )获奖者将于2016年9月公布,我相信会有大量的C-CDA解析器样本供您使用从中选择。

HAPI is an open source library in java which provides supporting for parsing HL7 messages to object and vice versa HAPI是java中的一个开源库,它支持将HL7消息解析为对象,反之亦然

http://hl7api.sourceforge.net/ http://hl7api.sourceforge.net/

There is also the Everest framework ( http://everest.marc-hi.ca ) that can parse any HL7v3 instance (CDA is a v3 based standard). 还有Everest框架( http://everest.marc-hi.ca )可以解析任何HL7v3实例(CDA是基于v3的标准)。 Its for .NET and Java, although the .NET one works better and is more mature. 它适用于.NET和Java,虽然.NET更好用,也更成熟。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM