简体   繁体   English

如何使用 HL7 消息在 DCM4CHE 中为患者创建模态工作列表?

[英]How do I create Modality Worklist for a patient in DCM4CHE using HL7 message?

I have managed to create Patients in DCM4CHEE using HL7 messages.我已经设法使用 HL7 消息在 DCM4CHEE 中创建了患者。 I have also created Studies, Series and Observation Reports for respective Patients using only HL7 messages.我还仅使用 HL7 消息为各个患者创建了研究、系列和观察报告。 But I am stuck at Modality Worklist.但我被困在模态工作列表中。 I cannot find sample HL7 messages to create MWLs.我找不到用于创建 MWL 的示例 HL7 消息。 Help will be greatly appreciated.帮助将不胜感激。

Figured it out.弄清楚了。

I basically used this ER7 sample message to create a patient along with a Modality Worklist in my DCM4CHEE:我基本上使用这个ER7示例消息在我的 DCM4CHEE 中创建一个患者以及一个模态工作列表:

MSH|^~\&|HMIS|DUHS|PACS||20181016115248||OMI^O23^OMI_O23|20181016115248|P|2.5.1||||||UNICODE UTF-8
PID|||18131495254749211102 71^^^FR&UNKNOWN&ISO^NH~DDS-30938^^^DDS&1.3.6.1.4.1.12559.11.1.4.1.2&ISO^PI||Isidor^Raphaël||19281231201400|M|||
ORC|NW|12028^IHE_OM_OP^1.3.6.1.4.1.12559.11.1.2.2.4.2^ISO|12841^IHE_OM_OF^1.3.6.1.4.1.12559.11.1.2.2.4.3^ISO||SC||||||||||||
OBR|1|12028^IHE_OM_OP^1.3.6.1.4.1.12559.11.1.2.2.4.2^ISO||MAWF0017^Breast Specimen Mammography, left^99IHE^9MAWF0017^MG: Breast specimen, left^99IHE|||||||||||||||OMRP1345|OMSPS1372||||CT||||||||||||||||||||MAWF0017^Brest Specimen Mammography, left^IHE99

The key was to use OMI^O23^OMI_O23 as the trigger event and providing Modality at OBR-24 , and (for some reason) not leaving OBR-19 and OBR-20 empty.关键是使用OMI^O23^OMI_O23作为触发事件并在OBR-24提供OBR-24态,并且(出于某种原因)不要将OBR-19OBR-20留空。

I am not sure about your exact workflow and I do not know DCM4CHEE.我不确定您的确切工作流程,也不了解 DCM4CHEE。 I am answering in terms of HL7 only.我只回答 HL7。

ORM (Order Entry) message is generally good candidate to process Orders. ORM(订单输入)消息通常是处理订单的好选择。 The Order is then converted to Modality Worklist Item.然后将订单转换为模态工作列表项。 I do not know if this works with DCM4CHEE though.我不知道这是否适用于 DCM4CHEE。

Following is general template of ORM message O01 event:以下是ORM消息O01事件的通用模板:

MSH|^~\&|HIS_APP|HIS_FACILITY|PACS_APP|PACS_FACILITY|20130614131415||ORM^O01|MsgCtrlId_ORM|P|2.3
PID|1||PatientID||Patient Name||20000514|F||||||||||AdmID
PV1|1|OP||||||^Ref Phy||||||||||||50
ORC|NW|||||||||||^Req Phy|||||^Institution Name
OBR|1|ACC.NO.01||SPSID^SPSDesc|ROUTINE||||||||||RPDesc|||SSName|RPID|SPSLocation|SSAETitle|||CT|||||||Reason For Proc|||SchPerPhyName||20130614132030
ZDS|StudyIUID

This is from 2.3 version;这是从 2.3 版本开始的; you are using 2.5.1.您正在使用 2.5.1。 All 2.x versions are backward compatible;所有 2.x 版本都向后兼容; so I hope that should not be an issue.所以我希望这不成问题。

Note the ZDS segment which also accepts Study Instance UID.注意ZDS段,它也接受研究实例 UID。

Following links may be helpful:以下链接可能会有所帮助:

https://datica.com/academy/hl7-203-the-hl7-orm-order-entry-message/ https://datica.com/academy/hl7-203-the-hl7-orm-order-entry-message/
https://corepointhealth.com/resource-center/hl7-resources/hl7-orm-message/ https://corepointhealth.com/resource-center/hl7-resources/hl7-orm-message/

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

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