Has anyone had success making a quick text that will add a billing (service) code using the problems that where added to the open CPOE A&P form?
Our providers use CPOE A&P and when they document their problems they want to be able to add a service code that will automatically add the codes that they already assessed.
I am trying to build a quick text using MEL_ADD_ORDER and
DOCUMENT.TEMP_CCC_CPOE_PL_1
DOCUMENT.TEMP_CCC_CPOE_PL_2
etc.
Hi,
Are you willing to modify the CPOE A&P form? We have the functionality you are looking for, but we use a custom A&P and give our providers a drop down and a button. It will push the assessed codes to their E&M or the other items on the list. The button is a bit easier to implement I think than a quick text.
If you have to go the quick text route, you could try and grab what they have assessed from LIST_ASSESSMENTS(), since I don't think you can grab the document variable in a quick text... however, I don't do a lot quick text programming so someone else might be better able to speak to that.
Brad
Brad,
We are interested in modifying the CPOE. I would be interested in seeing how you made it work within the system. The providers here have been asking for this for years so would love to have this.
thank you, Andria
Is your custom CPOE based on the CCC form or was it made completely in house? CPOE is one of the forms I am looking at replacing right now but I would like it to be as close as possible to the CCC form so that we don't need as much training of the providers.