A question from our pharmacist.
Hello everyone,
We are trying to come up with a process to capture pediatric medication order co-signatures on drug dictionary entries that are also used for adult dosing. Currently we have an eMAR assessment attached at our Pediatric Order type’s level that prompts a soft stop co-signature. This works well if the default order type in the drug dictionary is a pediatric one.
Meditech is stating a rule is not capable of invoking the co-signature function. We would be interested in knowing if any other facilities have a work around for this issue.
Thanks,
Tracie
Colleen Beres RN, MSN
Sr. Clinical Analyst
Fauquier Health | 500 Hospital Drive Warrenton, VA 20186
o: (540) 316-5524 | f: (540) 316-5501 |
Ber...@fauquierhealth.org
The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or proprietary information. Any use, review, retransmission, dissemination or other use of, or pursuing of any action in reliance upon this information by persons or entities other than the intended recipient is strictly prohibited. If you are the recipient of this e-mail transmission in error, please reply to the sender and delete the material from any computer. Thank you.
Colleen, you can add an addition co-sign via a cds query that is attribute conditional on age,etc. The macro in the cds query attribute calls
%PHA.RX.pro.nur.doc.cosigner.chk which will give you co-sign box that you can use to capture the co-sign user’s inits in the cds, for the documentation.
Enjoy!
Mike
Michael Carpenter | Sr.Systems Analyst | ENGAGE | michael....@thinkengage.com | 509.232.8340 | engage.xyz
Hi Colleen,
We had asked Meditech for this about 2 years ago, and were told the same thing. Our pediatric population is small, so we did something similar to what you did, but it’s an intervention that the nurses document on after giving the med.
If you get any personal replies, would you share them?
Thanks
Ann
From: Meditech-l [mailto:meditech-...@mtusers.com]
On Behalf Of Beres Colleen - Fauquier
Sent: Thursday, July 27, 2017 1:55 PM
To: medit...@mtusers.com
Subject: [MT-L] Pediatric medication orders w/co-signature
A question from our pharmacist.
I had recently inquired with Meditech about the ability to requiring a co-signature for a specific medication but limiting it to a patient’s location and received this response:
Unfortunately the only limiting factors at this time are by MED and IV order
types and by control schedule in the NUR eMAR Access group. There is proposal
14233/ IDEA-3827 currently that has been submitted that would add co-signatures
by location/age/weight.
I had our task set to a status of “Idea/Proposal” so we may be notified if this ever makes it to development. Maybe if others inquire about this proposal it may move it along?? I can always hope.
Thanks,
Lorna
Lorna Schledorn, CPhT
Systems Analyst, Clinical
Information Systems
UR Medicine/Noyes Health
111 Clara Barton St
Dansville, NY 14437
Are you Magic, Client server or 6.1? In 5.67 C/S In the drug dictionary under the PCS/POM tab, PCS co-sign, there is a location box. I can make individual units a co-sign by selecting the unit and placing a Y in the eMAR co-sign field.
Stacy Stanford, Pharm.D., BCPS
Clinical Informatics Pharmacist
Salina Regional Health Center
785-452-6884
Stacy,
I failed to mention we are Magic 5.67sr20, the only option we have is on page 4 of the PHA drug dictionary, Co-Signature for Doc MED? and Co-Signature for Doc IV? Y or N.
Thanks,
Lorna
Ask about a custom using a custom keyword allowing rules to pull in the cosignature functionality on eMAR. (Magic)
Jeff Lee, MS, RPh
Pharmacy Manager Informatics
DCH Health System
809 University Blvd E
Tuscaloosa AL 35401

From: Meditech-l [mailto:meditech-...@mtusers.com] On Behalf Of Ann M. Higgins
Sent: Friday, July 28, 2017 8:40 AM
To: Beres Colleen - Fauquier; medit...@mtusers.com
If I remember correctly, Kevin McConnell discussed this during his MUSE presentation this year! I believe he has a rule built to require cosignatures that can be formatted to require based on age or other criteria. http://www.webcastingconferences.com/content/723_muse_2017/video.php?id=1015
Katie J. Sams
Clinical Informatics Analyst
Mercy Medical Center
MAGIC 5.64+…you can build a PHA Keyword using the code as well.
Here’s the program to call the cosign:
%PHA.RX.pro.nur.doc.cosigner.chk(“ASK”)
Here’s an attribute example:
IFE=IF{[ANS,"RX.COSIG01"]|0 "";
IFE=%PHA.RX.pro.nur.doc.cosigner.chk("ASK"),
IFE=P(R,S,@t.MIS.USER.initials^/[ANS%0,/S.LAST.QUERY]|0)^#,""}
![]()
From: Katie Sams <Katie...@cantonmercy.org>
Date: Monday, July 31, 2017 at 7:11 AM
To: "Lee, Jeffrey A" <Jeffr...@dchsystem.com>, "Ann M. Higgins" <ahig...@lcmh.org>, Beres Colleen - Fauquier <Ber...@fauquierhealth.org>, meditech-l <medit...@mtusers.com>
Subject: Re: [MT-L] Pediatric medication orders w/co-signature
If I remember correctly, Kevin McConnell discussed this during his MUSE presentation this year! I believe he has a rule built to require cosignatures that can be formatted to require based on age or other criteria. http://www.webcastingconferences.com/content/723_muse_2017/video.php?id=1015
Katie J. Sams
Clinical Informatics Analyst
Mercy Medical Center
From: Lee, Jeffrey A [mailto:Jeffr...@dchsystem.com]
Sent: Friday, July 28, 2017 11:41 AM
To: Ann M. Higgins; Beres Colleen - Fauquier; medit...@mtusers.com
Subject: Re: [MT-L] Pediatric medication orders w/co-signature
Ask about a custom using a custom keyword allowing rules to pull in the cosignature functionality on eMAR. (Magic)
Jeff Lee, MS, RPh
Pharmacy Manager Informatics
DCH Health System
809 University Blvd E
Tuscaloosa AL 35401
