+ CDC 2025 catch-up immunization schedule — minimum ages and intervals per vaccine. +
+| Dose | +Min age | +Min interval from prev | +Notes | +
|---|---|---|---|
| Dose {s.dose} | +{s.minimumAge || '—'} | +{s.minimumIntervalToPrev || '—'} | +{s.notes || ''} | +
+ AAP/ACIP 2025 complete immunization schedule (0–18 years). +
+| + Vaccine + | + {visitsWithVax.map((v) => ( ++ {v.label} + | + ))} +|
|---|---|---|
| + {data.vaccineFullNames[key] || key} + | + {visitsWithVax.map((v) => { + const vaxList = data.periodicity[v.id].vaccines || []; + const match = vaxList.find((d) => d.vaccine === key); + if (!match) return; + const label = typeof match.dose === 'number' ? '#' + match.dose : (match.dose || '•'); + return ( + | + {label} + | + ); + })} +
+ Hover any filled cell for notes. Sources: AAP/Bright Futures (Feb 2025), CDC Child & Adolescent Immunization Schedule (2025). +
+