Notifications
Clear all
Topic starter
I'd like to add a drop down list to a form that contains a list of the patient's insurance plans. Has anyone created a function that returns such a list?
The reason I need this function is that the insurance information in our EMR is populated by interface and the sequence is often incorrect. I can't trust the primary insurance returned by the INS_PLAN function to be accurate.
Eric Maher
Systems Analyst
Slocum Dickson Medical Group, PLLC
Posted : May 9, 2012 1:08 am
Have you figured this out yet?
One way you could do this would be to pull INS_PLAN 3 times for each "type" and separate all of them with commas. The 3 different types for this function are:
INS_PLAN("P"), INS_PLAN("S"), and INS_PLAN("O") which are primary, secondary, and other respectively.
Posted : May 21, 2012 2:34 am