I am looking to see if there is a way with quick text - or another method, that if a patient has wheelchair dependence in their problem list - that when a document is opened, it can automatically insert a statement in the note that the patient is wheelchair dependent without the provider having to do any additional clicking??
A quick look turned up ICD-10 z99.3 as a possible code; there may be others, or simply create your own custom code.
The following is what I have in the banner to look for an older ICD-9 code (which we use to denote High Risk for Hospitalization):
{if match(PROB_AFTER(),1,"V65.8")>0 then "[* High-Risk *]" else "" endif}
I would imagine that this could be coded into a quicktext, or embedded via VFE in a form entry.
Or added to a text component that is inserted in a document template. 🙂