Our physicians dislike the immunization HTML form, so we've decided to modify our existing VFE immunization form to support the new IMMUN_ADD function call.
I've got the function calls working, but for some reason the interface doesn't pick up any data. What am I missing? It's been quite a while since we did the initial setup, so it's not exactly fresh in my mind.
I am also trying to do the same.
The MEL code I am trying to use is:
{IMMUN_ADD('Influenza^' + OBSNOW("FLU VAX") + '^' + OBSNOW("FLU VAX") + '^^Y^^N^^' + OBSNOW("VFC ELIGIBLE") + '^^^^^^^' + OBSNOW("FLU VAX DSE") + '^mL^' + OBSNOW("FLU VAXRTE") + '^^' + OBSNOW("FLU VAX SITE") + '^^' + OBSNOW("FLU VAXMFR") + '^^' + OBSNOW("FLU VAXLOT") + '^' + OBSNOW("FLU VAX EXP") + '^' + OBSNOW("FLU VAX VIS") + '^' + OBSNOW("FLU VAXBY") + '^' + str(._TODAYSDATE) + '^D^^^^^^^^^^')}
But its not working, anyone have any tips?
A successful call looks like this:
IMMUN_ADD("Influenza^Fluzone Quadrivalent Preservative Free^^1^Y^^N^^V01^^^^^^150^^^IM^C28161^right arm^RA^Sanofi Pasteur Inc.^PMC^235524^02/08/2018^^emaher^02/13/2017^^^^^^^^^^")
Basically, your responses need to be codified. V01=Vaccines for Children code, 150=Fluzone Quad cvx code, C28161 = Intramuscular, RA=Right Arm, PMC=Manufacturer code. You should be able to get this information from your state immunization registry.
It's a pain. We wrote functions to crosswalk the responses on the immunization form to the codes.
-Eric
Also, trade names need to match what's set up under Go->Setup->Settings->Chart->Immunization Custom Lists.
-Eric