简体   繁体   English

HL7 V3和CDA有什么区别?

[英]What Difference HL7 V3 and CDA?

What Difference HL7 V3 and CDA, really until now I haven't got precise answer please help me 有什么区别HL7 V3和CDA,真的到现在为止我还没有得到精确答案请帮帮我

Thanks. 谢谢。

HLv2.x is messaging protocol which was mostly ascii/text based, and also had an xml support to it. HLv2.x是消息传递协议,主要基于ascii / text,并且还支持xml。 The problem was that HL7v2.x had boundaries for customization to about 20 percent That is why some times HL7 is also referred to as an open standard. 问题是HL7v2.x的定制界限大约为20%。这就是为什么有时HL7也被称为开放标准。

In order to scrap off customization, attain consistency and enable Plug N Play messaging, RIM - Reference Information Model was created. 为了取消定制,获得一致性并启用Plug N Play消息,创建了RIM - Reference Information Model That gave an Object oriented approach to HL7 messaging standard. 这为HL7消息传递标准提供了面向对象的方法。

Based on RIM, CDA Clinical Document Architecture was developed.If you say you using v3 or CDA both mean the same . 基于RIM,开发了CDA Clinical Document Architecture如果您说使用v3或CDA,则两者的含义相同 v3 message is completely XML based allowing no region for customization unlike v2.7. 与v2.7不同,v3消息完全基于XML,不允许自定义区域。

UPDATE : This question here also adds more information about the schemas used by v3 and CDA. 更新 :此问题还添加了有关v3和CDA使用的模式的更多信息。

Key Differences 关键差异

HL7 V2 HL7 V2

  1. Not “Plug and Play” – it provides 80 percent of the interface and a framework to negotiate the remaining 20 percent on an interface-by-interface basis 不是“即插即用” - 它提供了80%的界面和一个框架,用于在逐个接口的基础上协商剩余的20%
  2. Historically built in an ad hoc way because no other standard existed at the time 历史上以临时方式建造,因为当时没有其他标准存在
  3. Generally provides compatibility between 2.X versions 通常提供2.X版本之间的兼容性
  4. Messaging-based standard built upon pipe and hat encoding 基于消息传递的标准,基于管道和帽子编码
  5. V2 is what most people think of when people say “HL7″ 当人们说“HL7”时,V2是大多数人想到的

HL7 V3 HL7 V3

  1. Approaching “Plug and Play” – less of a “framework for negotiation” 接近“即插即用” - 少于“谈判框架”
  2. Many decades of effort over ten year period reflecting “best and brightest” thinking NOT backward compatible with V2 在十年期间花费了数十年的努力,反映出“最好和最聪明”的想法,而不是向后兼容V2
  3. Model-based standard built upon Reference Information Model (RIM) provides consistency across entire standard 基于参考信息模型(RIM)的基于模型的标准提供了整个标准的一致性
  4. Messaging in XML format. 以XML格式传递消息。
  5. Clinical Document Architecture (CDA) is what most people think of when people say “HL7 V3″ 当人们说“HL7 V3”时,大多数人都会想到临床文档架构(CDA)

Example

v3 V3

<author>
<time value="200202150730"/>
<modeCode code="WRITTEN"/>
<signatureCode code="S"/>
<assignedEntity>
<id root="2.16.840.1.113883.19.1122.3" extension="444-444-4444"/>
  <assignedPerson>
     <name>
        <given>Harold</given>
        <given>H</given>
        <family>Hippocrates</family>
        <suffix qualifier="AC">MD</suffix>
     </name>
  </assignedPerson>
</assignedEntity>

v3 is under continous development. v3正在不断发展。 Even today, most of the healthcare applications, still continue to use v2.x. 即使在今天,大多数医疗保健应用仍然继续使用v2.x.

CDA are HL7 documents, while HL7 Vx are messages. CDAHL7文档,而HL7 Vx是消息。 Long story short, the CDA aims for human readability AND machine processing while messages only aim for machine processing. 简而言之,CDA旨在提供人类可读性和机器处理,而消息仅针对机器处理。

Here's a good link which describes both paradigms. 这是描述两种范式的良好链接。

A CDA is self-contained and static while a HL7 message describes a dynamic action on a object ( A08 for example to update a visit's details or A05 to pre-admitt a patient.) CDA是自包含且静态的,而HL7消息描述对对象的动态操作( A08例如更新访问的详细信息或A05以预先允许患者进入)。

HL7 Vx messages are purely event driven while the content (Such as an OBX-5 field) may contain a static value. HL7 Vx消息纯粹是事件驱动的,而内容(例如OBX-5字段)可能包含静态值。 We for example used ORU messages to embedd x-ray results as binary stream. 例如,我们使用ORU消息将x射线结果嵌入为二进制流。

I think you need to be a bit more specific on HL7. 我认为你需要对HL7更具体一些。 Do you mean HL7 V2 or HL7 V3. 你的意思是HL7 V2或HL7 V3。

CDA is a specific model created using HL7V3 ( and its underlying Reference Information Model ) to represent a clinical document. CDA是使用HL7V3(及其基础参考信息模型)创建的特定模型,用于表示临床文档。 So in fact CDA is HL7v3, in as much it is an instance of a model created using HL7V3. 所以实际上CDA是HL7v3,因为它是使用HL7V3创建的模型的实例。

From my knowledge of CDA and the wider use of HL7V3, CDA is by far the most successful and widespread use of HL7V3. 根据我对CDA的了解和HL7V3的广泛使用,CDA是迄今为止HL7V3最成功和最广泛的应用。

CDA is an specification of HL7 v3. CDA是HL7 v3的规范。 V3 is divided in domains, and CDA is like one specific domain for clinical documents. V3分为域,CDA就像临床文档的一个特定域。 The Reference Information Model (RIM) of v3 is the general model for all v3 based standards, CDA is just one of those standards. v3的参考信息模型(RIM)是所有基于v3的标准的通用模型,CDA只是这些标准之一。

CDA和HL7 v 3.x是同义词。

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

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