We have a custom Immunization form that has been revised to send to the new Immunization table on the database with EMR 9.8. We have been able to get everything coded correctly and sent to the table and picked up by QIE to send on to the State Registry except for the Manufacturer. It stops at the Immunization table and isn't picked up from there. Qvera says that it is a form issue but if the data is seen in the table on the database, I don't understand why it isn't picked up by Qvera. Does anyone have a custom form that sends the manufacturer and uses QIE that might be able to send me their code?
I am having a somewhat similar problem finding an XML code which is I think what the QIE picks up. Not sure how you get those.
Is your custom form HTML or CCC/VFE?
When you record data into imms table, there are 2 field associated with manufacture:
manufacture and manufacturerCode.
Most likely you fill only the manufacture and not the manufacturerCode.
Thanks to Alexander (aaltotsky) for the tip on the 2 fields associated with manufacture. That is what we were missing! We added in the name and the code and it has resolved our issue. Thanks so much!