I have been trying all week to build quick text to pull lab values into a chart note (similar to how .med pulls current medications in.) however, I cannot seem to get more than one to pull. For example: .lab={LAST_SIGNED_OBS_VALUEDATE("wbc")} will produce the wbc value. However, I want several values to pull using the same quick text code (.lab). I have tried listing them within the brackets, or listing them all out (ex: {LAST_SIGNED_OBS_VALUEDATE("wbc")} {LAST_SIGNED_OBS_VALUEDATE("rbc")} ) but this does not work. Help, please!!
I am not sure if this is what you are looking for but here you go:
HYPERCHOLESTEROLEMIA: last LDL was {OBSANY("LDL")} on {LASTOBSDATE("LDL")}. Not on meds for this, trying lifestyle modifications.
Hi Beth,
Thank you for your response. I was looking to have all of the flowsheet lab values brought into the note using quick text:
.cbc returns:
WBC: 10 (03/07/2012 8:52:19 AM)
RBC: 20 (03/07/2012 8:52:19 AM)
HGB: 30 (03/07/2012 8:52:19 AM)
HCT: 11 (03/07/2012 8:53:56 AM)
Using your help I think I got it!
Can you post what you did please? I would love to know!!
I did exactly what I posted in my original message. However, I just needed to map each test that was on the flowsheet individually.={LAST_SIGNED_OBS_VALUEDATE("wbc")} ={LAST_SIGNED_OBS_VALUEDATE("bg random")} etc etc.
Feel free to contact me via email if you need more help:
Jennifer Rodriguez
EMR Implementation and Training Specialist
MedCentrix, Inc/Ingalls Health Systems
PTATSS said:
I did exactly what I posted in my original message. However, I just needed to map each test that was on the flowsheet individually.={LAST_SIGNED_OBS_VALUEDATE("wbc")} ={LAST_SIGNED_OBS_VALUEDATE("bg random")} etc etc.
Feel free to contact me via email if you need more help:
Jennifer Rodriguez
EMR Implementation and Training Specialist
MedCentrix, Inc/Ingalls Health Systems
Thank you!! I'm going to try this
Not sure if this will help anyone but we also have quick text set up to take you directly to a web site:
{RUNPROCESS("cmd", " /c start " + " http://www.cdc.gov/vaccines/pu.....efault.htm ","","")}
Awesome...thanks Beth
Which version of Centricity are you using?
EMR 9.5