Notifications
Clear all
General Discussion
5
Posts
3
Users
0
Reactions
83
Views
Topic starter
We are trying to change our patient banner to reflect the PCP to be the patient's primary care rather than their responsible provider but I can't seem to find the obs terms for the primary care. If someone could please help that would be great!
Posted : June 13, 2019 1:48 am
This is what we use:
PCP: {if PATIENT.RespProvID = "" then "None" else PATIENT.RespProvID endif}
Posted : June 13, 2019 2:12 am
Topic starter
That's how it reads now but we are wanting to pull the information from the Primary Care slot instead of the Responsible Provider but can't find the specific obs terms to change that.
Posted : June 13, 2019 2:28 am
{PATIENT.PCP}
Posted : June 13, 2019 3:13 am
Topic starter
Thank you!! That is exactly what I wanted!
Posted : June 13, 2019 3:20 am