Title: Full Deliveries by Product

Description/purpose

Calculate the percentage of health units that received a “full delivery” of PAV related supplies during a field coordinator’s site visit.  

Definitions

Metric Requirements

Calculation Notes

A Full Delivery occurs when the delivered stock amount plus the existing stock amount is greater than or equal to the ideal stock amount.  This is a binary event, either it happened or it didn’t.

 If a facility is not visited, there is not a full delivery

VisitedExisting + Delivered >= ISA for at least one vial sizeFull Delivery
YYY
YNN
Nn/aN

 

Full Delivery Instance Calculation:

Distributed Stock (converted to doses) + Existing Stock (converted to doses) ≥ Ideal Stock Amount

This information comes from the EPI Inventory tab (Section 3 on the Monthly Data Collection Form).  Note that the distributed and existing stock values are entered in vials, while the ISA amount is in doses.

Tableau Calculation

sum(if
(((zn([epi_inventory_penta1_existing])+zn([epi_inventory_penta1_delivered])) * [Doses per Vial - Penta1]) >= [epi_inventory_penta1_isa])
or (((zn([epi_inventory_penta10_existing])+zn([epi_inventory_penta10_delivered])) * [Doses per Vial - Penta10]) >= [epi_inventory_penta10_isa])
then 1 else 0
end)

Calculation/aggregation Rules


 [MK1]Update based on determining methodology to combine product ISA’s into product group ISAs.