COHHIO / COHHIO_HMIS

Code for pulling in HMIS data, writing it out to reports
GNU Affero General Public License v3.0
10 stars 5 forks source link

Add Data Quality errors for Vaccine questions #143

Closed kiadso closed 3 years ago

kiadso commented 3 years ago

Feb 5th, users began collecting vaccine data and for the BoS, it is required, so I'm adding it to the Data Quality report.

Finding the exact cohort of households that should be checked will be the main issue. Here's how we're doing this:

Create Error: Missing Vaccine Data

Error is thrown if the client is in the cohort described above and neither the consent question is answered nor do they have a vaccination sub.

Considered having 2 errors, one for if the client is current and one for if they aren't, but that will fluctuate, and would be kind of complicated to keep up with.