We are migrating from osbterms to CVX for immunizations.
Does Visual Form Editor allow its forms to map to both obsterms and CVX? Right now I only see capability for obsterms.
CVX is a coding system for vaccines like NDC is a coding system for medications. What you are looking for are the IMMUN_ADD(), IMMUN_UPDATE(), IMMUN_REMOVE(), and IMMUN_GETLIST(). They will allow you to write the immunization information to the new immunization table. You can also save a copy of it in observation terms using traditional methods.
Thank you, so through these data symbols, I can write to the CVX tables in VFE? Would I have to do this for each field (manufacturer, route, date, etc?)
..this sounds like a huge project 🙂
They write to the Immunization table, which includes a CVX field. The "master" CVX data is in Imm_VaccineGroupName table I believe. IMMUN_ADD() has fields for all of those items and plenty more.
It is a pretty big project, but at least those symbols are actually well documented 🙂
Hi, do you happen to have an example of a form that has this? It would be greatly appreciated! I'm lost as to how to code this. [email protected] Thank you in advanced!