Does anyone have an editable file for a patient banner similair to the default one? I like the way it is set up with the dividing bar but I want to replace a few fields per provider requests. We are using CPS 10. Thanks!
same here, would love to keep the original banner and modify it a bit. In my case, add the patient portal pin obs term.
How about posting the default one with the bar and we customize it?
We are on EMR 9.5, not sure if this is what you are looking for but here you go:
{PATIENT.LABELNAME} Patient SS#: {PATIENT.SOCSECNO} Home: {if PATIENT.ALTPHONE = "" then "None" else PATIENT.ALTPHONE endif} Work: {if PATIENT.WORKPHONE = "" then "None" else PATIENT.WORKPHONE endif} Cell Phone: {PATIENT.CELLPHONE}
{PATIENT.FORMATTEDAGE} {PATIENT.SEX} (DOB: {Patient.DateOfBirth}) PCP: {if PATIENT.RespProvID = "" then "None" else PATIENT.RespProvID endif} Insurance: {INS_PLAN()} Group: {INS_GRP()} Email address: {if (match(PATIENT.EMAIL, "@")<>0 OR MATCH(PATIENT.EMAIL,".")<>0) AND PATIENT.EMAIL<>""THEN "EMAIL" ELSE "No Email" ENDIF}
{global usernotified if usernotified<>PATIENT.PATIENTID then usernotified =
PATIENT.PATIENTID local r="" if Patient.Regnote=="" then "" else local
a=getfield(Patient.Regnote,"\r","\n") while size(a) > 0 do if
match(a[1],'!!') > 0 then if r<>"" then r = r + "\r\n" + a[1] else r = a[1]
endif endif remove(a, 1) endwhile endif if r<>"" then a=userok(r) endif
endif ""}