Report Definition: Stock Out
Definition
There is a stock-out of a product if:
- The health was visited and existing stock is zero  (epi_inventory = 0)Â
If the health center is not visited, there is not a stock out.
If the health was visited and epi_inventory for the product is null, there is not a stock out.
Summary
And | Â | |
HU Vistied? | epi_inventory for product | Stock Out? |
---|---|---|
Y | null | N Â |
Y | 0 | Y |
Y | integer > 0 | N |
N | n/a | N |
Tableau Calculation
sum(if (([visited]=1) and ([epi_inventory_measles_existing] = 0)) then 1 else 0 end)
Compared to vrMIS
Data should match vrMIS
Change History
Date | Change | Why | Decider |
---|---|---|---|
3/4 | when health center is visited, but N/R (null) is recorded for a product, it should not count as a stock out | Originally Wendy thought that in this scenario it should count as a stock-out, but we discovered several issues during the data analysis that changed her mind:
| Wendy |
 |  |  |  |
 |  |  |  |