I'm working on a referral letter template for a provider, and I'm wondering if anyone can think of a MEL function that I can build in the letter template that will pull his last visit note into the letter. I'm a little lost here, so any help would be appreciated!
You need to identify the obs terms that contain the information you want to send to the referring physician. Then construct the letter including these obs terms. Here is a snippet of a letter:
Reason for Visit: {OBSANY("CHIEF CMPLNT")}
Vital Signs: BP {OBSANY("BP SYSTOLIC")}/{OBSANY("BP DIASTOLIC")}, HR {OBSANY("PULSE RATE")}, Weight {OBSANY("Weight")}
You may want to check out this previous question and answer: http://centricityusers.com/forum/letterchart-note-to-referring-physicians/
John, that's exactly what I ended up doing. It works!