Chat.HL7.org Zulip Archive

For questions about this archive, please contact webmaster@hl7.org.

Stream: general

Topic: ORM^O01 Medications


view this post on Zulip Julie Paulson (Feb 19 2020 at 21:28):

I am trying to determine how to correlate medication orders (ORM^O01 messages) that we receive from an external system. These 3 messages appear to all belong to the same order. This is what it "appears" to be....first ORM for patient Joe Smith orders acetaminophen at hospital A. Then the next 2 are both status chance messages. ORM 2 appears to "complete that order" . What is ORM 3 doing? is the fact that the ORC-3 value in ORM 3 matches the ORC-2 value in ORM 1 and ORM 2 mean that this order was 'filled" at a different hospital (hospital B)? Is that how I should be interpreting this? Also, what date is better used to determine how the sequence of events should be looked at - ORC-9(transaction date) or ORC-15(Effective date)?

ORM MSH-4 ORC-2 ORC-3 ORC-1 ORC-5 ORC-9 ORC-15 RXO-2
-------- ---------- ---------- ----------

view this post on Zulip Julie Paulson (Feb 19 2020 at 21:44):

This refers to question above:

ORM | MSH-4 ORC-2 ORC-3 ORC-1 ORC-5 ORC-9 ORC-15 RXO-2
------ -------- -------- --------- ----------- ---------- ------------------ ----------------- ---------
ORM_1 A 11111 NULL NW NW 20200116152856 20200116152856 pillA
ORM_2 A 11111 NULL SC CM 20200130070130 20200130070130 pillA
ORM_3 B 22222 11111 SC CM 20200130070139 20200130070139 pillA

view this post on Zulip Julie Paulson (Feb 19 2020 at 22:04):

MSG MSH-4 ORC-2 ORC-3 ORC-1 ORC-5 ORC-9 ORC-15 RXO-2
ORM_1 A 11111 NW NW 20200116153030 20200116153030 pillA
ORM_2 A 11111 SC CM 20200130070130 20200130070130 pillA
ORM_3 B 22222 11111 SC CM 20200116153039 20200116153039 pillA

view this post on Zulip Scott Robertson (Feb 20 2020 at 01:18):

I'm surprised to see ORM^O01 messages. These were deprecated in v2.4 (2007). It would be clearer if it was using OMP^O09, RDE^O11 and RDS^013. But, to address these messages:

Other comments

Hope that helps

view this post on Zulip Julie Paulson (Feb 20 2020 at 15:35):

Thank you Scott....yes the ORM^O01 messages we will be receiving are not "typical" - they will contain the ORC/RXO/RXR/RXC/OBX segments. I mistyped the RXO-2 and shoudl have been RXO-1. You answered my main question and that was, does the 3rd ORM in my table indicate the order(from ORM_1/ORM_2) was filled? These are test messages we are receiving so that may account for the oddity in the dates....thank you again for your clarifications and taking the time to answer.


Last updated: Mar 23 2020 at 00:02 UTC