简体   繁体   English

用于检索数据的 HL7 消息类型

[英]HL7 message type for retrieve data

I'm working on a HL7 system and the client want a HL7 message for retrieve glucommeters data.我在 HL7 系统上工作,客户需要 HL7 消息来检索血糖仪数据。 I will provide it in XML format from an external application.我将从外部应用程序以 XML 格式提供它。

What type of HL7 message should i use?我应该使用哪种类型的 HL7 消息?

There are a lot of variables influencing the answer to this question.有很多变量会影响这个问题的答案。 Are you using HL7 v2 or v3?您使用的是 HL7 v2 还是 v3? If v3, the answer probably depends on what country you're in.如果是 v3,答案可能取决于您所在的国家/地区。

For example, in Canada, using HL7 v3, a glucommeter reading is probably considered to be a basic observation, and you'd probably use a Patient Basic Observation Query (REPC_IN000054CA) to access a reading that had previously been taken.例如,在加拿大,使用 HL7 v3,血糖仪读数可能被视为基本观察,您可能会使用患者基本观察查询 (REPC_IN000054CA) 来访问之前获取的读数。 Or a Record Patient Basic Observation Request message (REPC_IN000051CA) to record a new measure.或记录患者基本观察请求消息 (REPC_IN000051CA) 以记录新措施。

Since you are probably using HL7 version 2.xx (like 99.99% of the rest of the world).因为您可能正在使用 HL7 版本 2.xx(就像世界上 99.99% 的 rest)。 The message type you will want to use is very, very likely ORU (Observation Result Unsolicited).您将要使用的消息类型非常非常有可能是 ORU(主动观察结果)。 Don't let the "Unsolicited" fool you, this is also the same message type used for all Lab Results, Pathology Results, Radiology Results, etc.不要让“未经请求的”愚弄您,这也是用于所有实验室结果、病理学结果、放射学结果等的相同消息类型。

Remember that's the Message Type (MSH Field 9 Component 1).请记住,这是消息类型(MSH 字段 9 组件 1)。 The Message EVENT (MSH Field 9 Component 2) is typically either BLANK or R01 for this type of message.对于此类消息,消息事件(MSH 字段 9 组件 2)通常为空白或 R01。

Hope this helps you.希望这对你有帮助。

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

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