Is there a way to create a quicktext that would add labs results to the chart note.
Ex. addlabsdate
The provider would enter .addlabs091215 and the quicktext would pull in the labs from that specific date?
Any Ideas????
Since lab results are OBS terms you would have to use something like this:
.cho
Cholesterol: {LAST_SIGNED_OBS_VALUEDATE("CHOLESTEROL")}
LDL: {LAST_SIGNED_OBS_VALUEDATE("LDL")}
and so forth.
Laurie
You are not able to pass a data to a quicktext. so typing addlabs090115 would not work through quicktext. Like Ljburnham suggestes, you can get the latest labs in a quicktext through {LAST_SIGNED_OBS_VALUEDATE} and it should show you the value and the date it was last done.
We are using quicktext to show a set of labs with the dates they were done, but not by selecting a date. the best way to do that would be to build a form that could accept a date and then search through the labs.
@ dcarpenter
could you please post the programming behind the quick text for labs with dates done. I would love to make a quick text for labs signed today. Would make adding hospital morning labs to a progress note so much easier
Thanks JJC