Hi, I am a physician and had our programmers make a change to the patient banner. Since Medicare exams can only be performed every 365 days, we had the last OBS VAL added to the tool bar. I wanted to see if the same could be done for non-medicare patients, who are billed preventive CPT code 99395, 99396, etc
Here is the code used and it works great for medicare:
{PATIENT.LABELNAME} "{PATIENT.NICKNAME}" {if LASTOBSVALUE("PATPORTALPIN") = 1 then "FMH" else "" endif} {if PATIENT.PSTATUS = "X" then "DECEASED: " + PATIENT.DATEOFDEATH else "" endif}{if PATIENT.PSTATUS = "I" then "INACTIVE" else "" endif}{if PATIENT.PSTATUS = "O" then "OBSOLETE" else "" endif}{if PATIENT.PSTATUS = "A" then "Patient ID: " + PATIENT.PATIENTID else "" endif} Home: {if PATIENT.ALTPHONE = "" then "None" else PATIENT.ALTPHONE endif} Work: {if PATIENT.WORKPHONE = "" then "None" else PATIENT.WORKPHONE endif} Cell: {if PATIENT.CELLPHONE = "" then "None" else PATIENT.CELLPHONE endif}
{PATIENT.FORMATTEDAGE} {PATIENT.SEX} (DOB: {Patient.DateOfBirth}) PCP: {if PATIENT.PCP <> "" then PATIENT.PCP endif} Insurance: {INS_PLAN()} Last OV: {LASTOBSDATE("CHIEF CMPLNT")} Next Appt: {global apptinfo = getfield(Appt_Next(),",","") apptinfo[1] } Mcare Wellness: {LASTOBSDATE("MCAREANEXAM")} Reg Notes: {PATIENT.REGNOTE}