I have a couple of order rule questions. First, with all of the Meditech rules that have been built at various facilities, is there anywhere to find them all compiled neatly in one place? It would be a big help to those of us that are not very experienced in rule building. All I could find on the Meditech website was the few standard content ones.
Now for the problem at hand, I have adapted a Meditech rule for LAB to preventing ordering an adult test when a pediatric version is available based on age:
"Patient is less that 18 years. Order Pediatric version."^X,
IF{[f pt age lt](18,0,0) [f lord err msg](X);
[f lord ok]};
I have attached it to the tests and it seems to work fine. Now I need the same thing for OE, only in there I need two separate rules. One to do the above, and one to attach to the pediatric tests to prevent someone in OE from ordering the pediatric version on an adult. Any help would be appreciated. My attempt in OE caused both rules to invoke on the same pediatric test order even though only one was attached to the test I was ordering. I'm still trying to figure out what happened there.
Teresa Pervine MT (ASCP)
Clinical Support Specialist
Information Systems
Murray Calloway County Hospital
270-762-1160
tper...@murrayhospital.org
How many times is it appropriate to say "What?" before you just nod and smile because you still didn't hear what they said? ~Anonymous
====================================
Please do NOT send messages that ask "Please post to the list" These are useless messages that just waste the email server's resources. Instead, email the original requester and ask that they send you or post the results of their question.
To UNSUBSCRIBE, go to http://MTUSers.net
for information.
The meditech-l archives (and other tips) can be found at
http://mtusers.net/zarchives
Job opportunities in the Meditech community can be found at
http://mtusers.net/zjobs
We are a C/C 5.64 site and have some order rules built for POM. The
following tells them to not order this test on patients greater than 30
days.
IF{[f pt age gt]("0","0","30") [ord pom]("CMPPOM",1),"OK";1};
We have this rule POM enabled and Evaluate at POM ORD. Under the button
area we have Erase Order.
I hope this helps, let me know if you need more information.
Marti Goodwin, MT (ASCP)
LIS Analyst
Norman Regional Health System
Phone: (405) 307-1020
Pager: (405) 327-0463
mgoo...@nrh-ok.com
Good Morning Everyone,
====================================
<FONT face=Tahoma size=2>
<FONT color=#0000ff><U><FONT size=2>
<P>CONFIDENTIALITY NOTICE:</U></P>
<P>This e-mail communication and any attachments may
contain confidential and privileged information for the use
of the designated recipients named above. If you are not
the intended recipient, you are hereby notified that you
have received this communication in error and that any
review, disclosure, dissemination, distribution, or copying
of it or its contents is prohibited. If you have received
this communication in error, please notify the sender
immediately and destroy all copies of this communication
and any attachments.</FONT></FONT></FONT></P>
Now, on to your rule issue;
"Patient is less than 18 years. Order Pediatric version."^X,
IF{[f pt cur age]<18 [f lord ok];
[f lord err msg](X)};
It is only my individual preference, but I prefer performing the check for acceptable criteria before invoking the error.
Paul Goedicke
Clinical Analyst III
Jackson County Memorial Hospital
1200 E. Pecan Street
Altus, OK 73521
Phone (580) 379-5565
Fax (580) 379-5559
paulgo...@jcmh.com
Albert Einstein: "The secret to creativity is knowing how to hide your sources."
-----Original Message-----
From: meditech-...@mtusers.com
[mailto:meditech-...@mtusers.com]On Behalf Of Pervine, Teresa
Sent: Wednesday, November 04, 2009 7:51 AM
To: medit...@mtusers.com
Subject: [MEDITECH-L] OE order rules for LABs
Good Morning Everyone,
====================================
---------------------------------------------------------------------------------------------
This email has been scanned by the JCMH IronPort appliance and has been cleared for delivery.
If you have any concerns or questions, call the IT Helpdesk at x5550.
---------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------
The documents accompanying this transmission contain confidential information, belonging to the sender, that is legally privileged.
This information is intended only for the use of the individual or entity named above. The authorized recipient of this information
is prohibited from disclosing this information after its stated need has been fulfilled.
If you are not the intended recipient, you are hereby notified that any reading, disclosure, copying, distribution, or action taken
in reliance on the contents of these documents is strictly prohibited. Violators may be prosecuted. If you have received this email
in error, please notify the sender immediately and destroy the transmitted information.
------------------------------------------------------------------------------------------------------------------------------------
IF{[f pt cur age]>5,
"This procedure can only be ordered for patients under 5 years of
age."^X,
[f ord msg](X)};
[f pt cur age]^AGE,
"Patient must be Less than 2 years of age"^MSG,
IF{(AGE#1="M")!(AGE#2="M")!(AGE#1="D")!(AGE#2="D") [f ord ok];
[f ord err msg](MSG)};
Judy Russo, RT(R)(CV)
RIS/PACS Information Analyst
Halifax Health
Daytona Beach, FL
judy....@halifax.org <mailto:judy....@halifax.org>
Do you typically loop through pha.rx.admin as though it were a child of
pha.rx.file by selecting indexed on the mri.urn and also selecting on
the account number, or are there other considerations?
Ganesh Seshadri
Analyst, Indiana Regional Medical Center
(724) 357-7012
How many times is it appropriate to say "What?" before you just nod and smile because you still didn't hear what they said? ~Anonymous
-----Original Message-----
From: Russo, Judy [mailto:judy....@halifax.org]
Sent: Wednesday, November 04, 2009 8:46 AM
To: Goodwin, Marti; Pervine, Teresa; medit...@mtusers.com
Subject: RE: [MEDITECH-L] OE order rules for LABs
We are C/S 554, and I have lots of OE rules. Here are a couple that may help you, they are written in NPR:
IF{[f pt cur age]>5,
"This procedure can only be ordered for patients under 5 years of age."^X,
[f ord msg](X)};
[f pt cur age]^AGE,
"Patient must be Less than 2 years of age"^MSG,
IF{(AGE#1="M")!(AGE#2="M")!(AGE#1="D")!(AGE#2="D") [f ord ok];
[f ord err msg](MSG)};
Judy Russo, RT(R)(CV)
RIS/PACS Information Analyst
Halifax Health
Daytona Beach, FL
<mailto:judy....@halifax.org> judy....@halifax.org
Perhaps I am not internet-savvy (as I should be), but I have repeatedly gone to the Muse Website to enroll in some of the exciting upcoming webcasts, only to be presented with a screen that asks for my credit card number, and there is no indication to me that the site is secure (https:// not present, page properties indicates the page is not encrypted, nothing in that little bottom bar of information on my brownser (IE 6 - I know, a bit outdated - maybe I need to flip a switch on my end???) that shows a locked padlock or anything). If there is another means by which I can be assured that my CC information is secured, could someone tell me what to look for? Perhaps I may be a bit paranoid...
Thank you,
Eric Nelson
San Antonio, Tx
-----Original Message-----
From: meditech-...@mtusers.com [mailto:meditech-...@mtusers.com] On Behalf Of Ganesh Seshadri
Sent: Wednesday, November 04, 2009 10:21 AM
To: medit...@mtusers.com