Is there any way to pull the appointment notes from the schedule into an encounter form?
{PATIENT.REGNOTE}
We use it in our banner so pretty sure you can use it in an encounter form
Ah - no, not that one. Sorry about that, I was thinking registration notes. Sorry- it's Monday 🙂
I know there are vendors that can write to that field though for patient self-scheduling so there has to be a way..... Hopefully you will get some other responses here!
Oh no problem. I appreciate you looking into this and responding.
Thanks
Use this -
{find("_PatientAppointments","Notes","AppointmentsID",find("Document","AppointmentsID"))}
To pull in appointment notes for appointment linked to the document. This is for CPS, I didn't check cEMR but its probably the same
This worked perfectly - Thank you!!