Hi All -
This may be a silly question but I thought I'd ask anyways.
Recently an issue came up in regards to patient educational handouts. Right now we are printing handouts from Healthwise patient education materials. But our providers here print a lot of sports medicine handouts from books and there is no way to capture these in the EMR or for MU because they're paper forms. If we were to create buttons in an EMR form where they would bring up electronic PDF versions of these sports med forms, would we still be able to have this count towards MU? Or would it still not count as electronic patient education handouts?
Thanks,
AC
Yes, you can count paper handouts towards MU. What I read in CMS guidelines indicates that you can use any kind of educational resource as long as it comes up in the EMR based on the patient's current condition. We have a form that uses MEL commands. Here's an example of how to record it so that CQR can find it:
ADD_MUACTIVITY_LOG(12,find("_UserSearch","loginname","RealName",Document.provider),"Handout given: 1st trimester pack")
Is it required to have the doctor signed the update in which the handout was generated? Or does it correctly count the Document.provider regardless of who signs?
Thanks in advance!
The MEL command above is based on the responsible provider of the document, not on who does the actual signing. The MU activity log entries don't seem to care who signs.
Can you confirm your MEL above? looks like there an error in the number of "s. Thanks!
I copied and pasted this straight from working code, starting with Add_ and ending with pack"). Quotes look like good pairs to me.
Can you send me a screenshot of the code? Perhaps CHUG formatting is fighting it? I don't see the corresponding opening " for the given: 1st trimester pack section. Here's my email: [email protected]
Thanks