SQL: Vaccine Record Error

About

Finds vaccine records in OP without CVX codes. Records without CVX codes will not compute vaccine predictive logic accuracy and may cause errors when interacting with your state vaccine registry.

A sample image of this SQL report run in the Database Viewer is shown below:


Caveats

This identifies vaccine entries which lack a CVX code.

Code

To highlight and copy the code below to your clipboard, simply click the Copy button.

select * from vaccine1 where cvxcode is null or cvxcode= ''