Catch-up Scheduling for Childhood Immunization

Size: px
Start display at page:

Download "Catch-up Scheduling for Childhood Immunization"

Transcription

1 Catch-up Scheduling for Childhood Immunization Faramroze Engineer 1 Pinar Keskinocak 2 Larry Pickering 3 1 University of Newcastle 2 Georgia Institute of Technology 3 Centers of Disease Control and Prevention ISYE 4803 Fall 2009 Outline The catch-up scheduling problem Current paradigm The need for an automated tool Problem description A Dynamic Programming (DP) algorithm Usage and dissemination Summary and ongoing work Catch-up Scheduling for Childhood immunization 1

2 Problem Description: The Recommended Schedule Catch-up Scheduling for Childhood immunization Problem Description: The Catch-up Guidelines Catch-up Scheduling for Childhood immunization 2

3 Problem Description: Untimely Vaccination Statistics from Luman et al : Only 9% of children received all recommended vaccines at the recommended ages. 55% of children did not receive all recommended doses by 2 years of age. 8% of children received at least 1 vaccination dose too early to be considered valid. More recent statistics from NIS 2 suggest only slight improvements. 1 E.T. Luman, M.M. Mc Cauley, S. Stokley, S.Y. Chu, and L.K. Pickering, Timeliness of Childhood Immunizations, American Journal of Preventive Medicine 110 (2002). 2 Catch-up Scheduling for Childhood immunization Problem Description: Causes of Untimely Vaccination Reasons often cited for incorrect and untimely vaccination: parental negligence and misinformation incomplete or incorrect schedules constructed by health professionals due to: insufficient knowledge and addition of new vaccines to the lineup, 3, 4 problem complexity and tedious process of manual construction. missed opportunities for vaccination 5 environmental and socioeconomic standings. 3 P. LaRussa, S. Chen, P. Sternfels, L. Cooper, A. Caesar, M. Ewing, M. Irigoyen and S. Findley, Impact of immunization schedule changes on missed opportunities for vaccination, The 37th National Immunization Conference Chicago, IL, N.J. Cohen, D.S. Lauderdale, P.B. Shete, J.B. Seal, and R.S. Daum, Physician knowledge of catch-up regimens and contraindications for childhood immunizations, Pediatrics 111 (2003). 5 P.G. Szilagyi, L.E. Rodewald, S.G. Humiston, R.F. Raubertas, L.A. Cove, C.B. Doane, P.H. Lind, M.S. Tobin, K.L. Roghmann, and C.B. Hall, Missed opportunities for childhood vaccination in office practices and the effect on vaccination status, Pediatrics 91 (1993). Catch-up Scheduling for Childhood immunization 6/28 3

4 Problem Description: The Remedy Aim Provide a freely available and easy to use automated tool for constructing catch-up schedules aimed at providers and caretakers Immediate benefits: Eliminate human error. Speedup process. Improve public access to vital information. Long-term benefits: Alleviate missed opportunities. Improve timely vaccination rates. Improve awareness and parental participation. Catch-up Scheduling for Childhood immunization 7/28 The Catch-up Scheduling Problem Paradigm Given past vaccination history for a child, each remaining dose that can be feasibly administered and not contraindicated must be scheduled. Feasibility requirements: minimum and maximum age requirement for each dose of each vaccine. Gap between (not necessarily successive) doses of the same vaccine must not violate the minimum allowed. This gap may vary by vaccine, dose, current age and/or age at which pervious dose is administered. Live-virus vaccines may be administered during the same visit or at least 28 days apart. Catch-up Scheduling for Childhood immunization 8/28 4

5 The Catch-up Scheduling Problem Paradigm Given past vaccination history for a child, each remaining dose that can be feasibly administered and not contraindicated must be scheduled. Possible contraindications: The previous dose is administered at an age that no longer warrants further vaccination. The current age of the child no longer warrants further vaccination. Example (Contraindicating PCV) The second dose of PCV is deemed final if the first dose is administered after age 12 months or the current age is months. In either case, the third and fourth doses are unnecessary.. Catch-up Scheduling for Childhood immunization 9/28 The Catch-up Scheduling Problem Paradigm Given past vaccination history for a child, each remaining dose that can be feasibly administered and not contraindicated must be scheduled. Discretionary measures: The aggressiveness of catch-up regime, i.e. Administer when recommended Vs Administer as soon as feasibly possible The maximum number of simultaneous administrations. The number of doctor s visits. Catch-up Scheduling for Childhood immunization 10/28 5

6 The Catch-up Scheduling Problem & Machine Scheduling Machine scheduling Catch-up Scheduling Similarities Jobs Vaccine doses Release and due dates Window for each dose Number of processors Number of simultaneous administrations i ti Separation time between jobs Spacing between doses (Chain) Precedence Doses must be given in sequence Dissimilarities Processing time Doses can be administered instantly Typically single objective (i.e. Multilevel objective: makespan, tardiness etc.) 1. Maximize completable vaccination series. 2. Maximize number of administered doses. 3. Minimize total delay in administering doses. Typically constant separation times or setup time depends only on previous job Spacing may vary by age and age any previous dose is given Proposition The catch-up scheduling gproblem remains NP-hard: 1. without minimum gap between doses and live vaccines, 2. without any maximum age for a dose and without live vaccines, and 3. without a limit on the number of simultaneous administrations. The catch-up scheduling problem is polynomially solvable without live vaccines and without any limit on the number of simultaneous administrations. Catch-up Scheduling for Childhood immunization 11/28 The Tool Child s vaccination history. INPUT SCHEDULER OUTPUT Vaccine Modeling Language (VML). Algorithms to construct schedule. Charts containing schedule for all remaining doses. Catch-up Scheduling for Childhood immunization 12/28 6

7 The Tool (User Input and Interface) Catch-up Scheduling for Childhood immunization 13/28 The Tool (Vaccine Modeling Language) Example (VML for PCV) ID Name Live? Num. Doses Num. Dose Constraints 5 PCV No 4 6 Dose Min Age Max Age Max Age Prev. Dose Rec. Gap to Rec. Age Next Dose Min Max Min Max 1 6w 5y _ 2m 2m 4w 4w 2 10w 5y 2y 4m 4m 8w 8w 3 14w 5y 2y 6m 6m 6m 6m 4 12m 5y 2y 12m 15m Current Age Age of Prev Dose Min Gap Next Dose Prev Dose Between Final Dose? Min Max Min Max Dose <24m 0 <12m 4w No _ 12m _ 8w Yes m 59m 0 _ 8w Yes <12m 0 _ 4w No m _ 0 _ 8w Yes _ 0 _ 8w Yes Catch-up Scheduling for Childhood immunization 14/28 7

8 Optimization Models (Integer Programming) - Decision variables: x t = 1 if a doctor s visit is scheduled on day t; 0 otherwise. y (v,k,t) = 1 if the kth dose of vaccine v is administered on day t; 0 otherwise. min and max age requirements Penalize deviation from discretionary objectives such - Minimize i i Linear Objective Function: F f(x,y) as: Delay in administering doses - Subject to Linear Constraints: Deviation form recommended Constraint 1: h 1 (x,y) < b 1 gaps Constraint 2: h 2 (x,y) < b 2 Number of Doctor visits Constraint 3: h 3 (x,y) < b 3 : : : : : : : Constraint k: h k (x,y) < b k Min gap constraints Premature series termination constraints Max age of prev dose Prev dose deemed final Prev dose skipped and may not be replaced Catchup Scheduling for Childhood Immunization Optimization Models (Integer Programming) Parameters: τ = time horizon V = set of vaccines n(v) = number of doses of vaccine v V τ(v, k) ={t τ : minage(v, k) t maxage(v, k) } Decision variables: x t = 1 if a doctor s visit is scheduled on day t; 0 otherwise. y (v,k,t) = 1 if the k th dose of vaccine v is administered on day t; 0 otherwise. Constraints: C1. Administer each dose at-most once: Catchup Scheduling for Childhood Immunization 8

9 Optimization Models (Integer Programming) Parameters: τ = time horizon, V = set of vaccines, n(v) = number of doses of vaccine v V R(v) = the number of rows from the second part of the VML input Rows r = 1,...,R(v) Decision variables: x t = 1 if a doctor s visit is scheduled on day t and 0 otherwise. y (v,k,t) = 1 if the k th dose of vaccine v is administered on day t and 0 otherwise. Constraints: C3. Regulating gap between doses: Engineer Catchup Scheduling for Childhood Immunization Optimization Models (Integer Programming) Parameters: τ = time horizon V = set of vaccines n(v) = number of doses of vaccine v V Decision variables: x t = 1 if a doctor s visit is scheduled on day t and 0 otherwise. y (v,k,t) = 1 if the k th dose of vaccine v is administered on day t and 0 otherwise. Constraints: C4. Scheduling doctor visits: Engineer Catchup Scheduling for Childhood Immunization 9

10 Optimization Models (Integer Programming) Parameters: τ = time horizon V = set of vaccines n(v) = number of doses of vaccine v V Decision variables: x t = 1 if a doctor s visit is scheduled on day t and 0 otherwise. y (v,k,t) = 1 if the k th dose of vaccine v is administered on day t and 0 otherwise. Constraints: C5. Limiting number of simultaneous administrations: Engineer Catchup Scheduling for Childhood Immunization Optimization Models (Integer Programming) Parameters: τ = time horizon V = set of vaccines n(v) = number of doses of vaccine v V Decision variables: x t = 1 if a doctor s visit is scheduled on day t and 0 otherwise. y (v,k,t) = 1 if the k th dose of vaccine v is administered on day t and 0 otherwise. Objective Function: Large reward for administering dose Penalize delay in administering dose Penalize deviation from recommended gap Engineer Catchup Scheduling for Childhood Immunization 10

11 A DP Algorithm Day t S 0 Partial (initial) Schedule Schedule vaccine A Schedule vaccine B Schedule vaccine A & B Day t + 1 No vaccine scheduled Day t + 2 Day t + 3 Catch-up Scheduling for Childhood immunization 21/28 A DP Algorithm Day t Day t + 1 S 0 Partial (initial) Schedule S 1 S 2 S 3 S 4 Schedule vaccine A Schedule vaccine B Schedule vaccine A & B No vaccine scheduled Day t + 2 Day t + 3 Catch-up Scheduling for Childhood immunization 22/28 11

12 A DP Algorithm Day t Day t + 1 S 0 Partial (initial) Schedule S 1 S 2 S 3 S 4 Schedule vaccine A Schedule vaccine B Schedule vaccine A & B No vaccine scheduled Day t + 2 Day t + 3 Catch-up Scheduling for Childhood immunization 23/28 A DP Algorithm Day t Day t + 1 S 0 Partial (initial) Schedule S 1 S 2 S 3 S 4 Schedule vaccine A Schedule vaccine B Schedule vaccine A & B No vaccine scheduled Day t + 2 S 5 S 6 S 7 S 8 S 5 S 6 S 7 S 8 Day t + 3 Catch-up Scheduling for Childhood immunization 24/28 12

13 A DP Algorithm Day t Day t + 1 S 0 Partial (initial) Schedule S 1 S 2 S 3 S 4 Schedule vaccine A Schedule vaccine B Schedule vaccine A & B No vaccine scheduled Day t + 2 S 5 S 6 S 7 S 8 S 5 S 6 S 7 S 8 S 9 S 10 S 11 S 12 S 13 S 14 S 15 S 16 Day t + 3 S 29 S 30 S 31 S 32 S17 S 18 S 19 S 20 S 21 S 22 S 23 S 24 S 25 S 26 S 27 S 28 Catch-up Scheduling for Childhood immunization 25/28 A DP Algorithm d i Scheduled dose S X A B C d 1 d 2 d 3 d 1 d 2 d 1 Time Dominance criteria Schedule S X dominates S Y if: 1. The number of doses administered in S X is no less than S Y for each vaccine, 2. The timing of each critical dose S Y A B C d 1 d 2 d 1 d 2 d 1 Time Today administered in S Y is no earlier than in S X, and 3. The total delay in administering doses in common is less in S X. Proposition If S X dominates S Y then any completion of S Y cannot be better than the best completion of S X and thus, S Y is unwarranted. Catch-up Scheduling for Childhood immunization 26/28 13

14 A DP Algorithm S X S Y Min-Gap between doses d i Scheduled dose Delay in administering dose d j Dose to be scheduled A B C A B d 1 d 2 d 3 Dominance criteria Schedule S X dominates S Y if: d 1 d 2 d 3 1. The number of doses administered in d 1 d 2 Time d 1 d 2 d 1 d 2 C d 2 d 1 Time Today d 3 d 3 S X is no less than S Y for each vaccine, 2. The timing of each critical dose administered in S Y is no earlier than in S X, and 3. The total delay in administering doses in common is less in S X. Proposition If S X dominates S Y then any completion of S Y cannot be better than the best completion of S X and thus, S Y is unwarranted. Catch-up Scheduling for Childhood immunization 27/28 A DP Algorithm S X S Y Min-Gap between doses d i Scheduled dose Delay in administering dose d j Dose to be scheduled A d 1 d 2 d 3 B d 1 d 2 C A B d 1 Time d 1 d 2 d 1 d 2 d 1 d 3 d 2 C d 2 Time Today critical dose d 3 d 3 Dominance criteria Schedule S X dominates S Y if: 1. The number of doses administered in S X is no less than S Y for each vaccine, 2. The timing of each critical dose administered in S Y is no earlier than in S X, and 3. The total delay in administering doses in common is less in S X. Proposition If S X dominates S Y then any completion of S Y cannot be better than the best completion of S X and thus, S Y is unwarranted. Catch-up Scheduling for Childhood immunization 28/28 14

15 The Tool (Output Charts) Scenario 1 A 4 month old child who has received 1 dose of HepB at birth and one each of DTaP, Hib and PCV at 2 months of age. Catch-up Scheduling for Childhood immunization 29/28 The Tool (Output Charts) Scenario 1 cont. A 4 month old child who has received 1 dose of HepB at birth and one each of DTaP, Hib and PCV at 2 months of age. Catch-up Scheduling for Childhood immunization 30/28 15

16 The Tool (Output Charts) Scenario 2 A 1 year old child who is presumed not received any vaccination to date. Catch-up Scheduling for Childhood immunization The Tool (Output Charts) Scenario 2 cont. A 1 year old child who is presumed not received any vaccination to date. Catch-up Scheduling for Childhood immunization 16

17 Usage and Dissemination 36,000+ downloads since June 2008 Referenced in AAP Red Book Tested by CDC and AAP Used by physicians at CHOA Catch-up Scheduling for Childhood immunization Summary and Ongoing Work Prototype Handover to CDC/AAP for piloting and validation Disseminate through www 36,000+ downloads since June 08 Guide rule makers in stating rules for new vaccines Combination vaccines Adolescent and adult vaccination Schedules for immunosuppressed children (children with diabetes, HIV, undergoing therapy, etc.) Extend to other countries Catch-up Scheduling for Childhood immunization 17

Immunizations (Guideline Intervals Using The Rule of Six for Vaccines Birth to Six Years)

Immunizations (Guideline Intervals Using The Rule of Six for Vaccines Birth to Six Years) Immunizations (Guideline Intervals Using The Rule of Six for Vaccines Birth to Six Years) Guideline developed by Shelly Baldwin, MD, in collaboration with the ANGELS Team. Last reviewed by Shelly Baldwin,

More information

What DO the childhood immunization footnotes reveal? Questions and answers

What DO the childhood immunization footnotes reveal? Questions and answers What DO the childhood immunization footnotes reveal? Questions and answers Stanley E. Grogg, DO, FACOP, FAAP he Advisory Committee on Immunization Practices (ACIP) recommends the childhood vaccination

More information

Release Notes Medtech Evolution General Practice

Release Notes Medtech Evolution General Practice Release Notes Medtech Evolution General Practice Version 1.9 Build 1.9.0.15 (June 2017) These release notes contain important information for Medtech Evolution users. Please ensure that they are circulated

More information

NYSIIS. Immunization Evaluator and Manage Schedule Manual. October 16, Release 1.0

NYSIIS. Immunization Evaluator and Manage Schedule Manual. October 16, Release 1.0 NYSIIS Immunization Evaluator and Manage Schedule Manual October 16, 2007 Release 1.0 Revision History Release Modifications Author Revision Date 1.0 Initial Draft R Savage 10/16/2007 INTRODUCTION: 1 BUILDING

More information

3 rd dose. 3 rd or 4 th dose, see footnote 5. see footnote 13. for certain high-risk groups

3 rd dose. 3 rd or 4 th dose, see footnote 5. see footnote 13. for certain high-risk groups Figure 1. Recommended immunization schedule for persons aged 0 through 18 years 2013. (FOR THOSE WHO FALL BEHIND OR START LATE, SEE THE CATCH-UP SCHEDULE [FIGURE 2]). These recommendations must be read

More information

Improving Immunization Rates

Improving Immunization Rates Improving Immunization Rates Donna L. Weaver, RN, MN, Nurse Educator National Center for Immunization and Respiratory Diseases Brentwood, TN July 31, 2009 Disclosures The speaker is a federal government

More information

NOTE: The above recommendations must be read along with the footnotes of this schedule.

NOTE: The above recommendations must be read along with the footnotes of this schedule. Figure 1. Recommended immunization schedule for persons aged 0 through 18 years 2013. (FOR THOSE WHO FALL BEHIND OR START LATE, SEE THE CATCH-UP SCHEDULE [FIGURE 2]). These recommendations must be read

More information

An Evaluation of Immunization Education Resources by Family Medicine Residency Directors

An Evaluation of Immunization Education Resources by Family Medicine Residency Directors 715 An Evaluation of Immunization Education Resources by Family Medicine Residency Directors Mary Patricia Nowalk, PhD, RD; Richard K. Zimmerman, MD, MPH, Donald B. Middleton, MD; Roger A. Sherwood, CAE;

More information

Immunization Scheduler Quick Start Guide

Immunization Scheduler Quick Start Guide Immunization Scheduler Quick Start Guide The Scheduler About This Tool This 2017 Catch-Up Immunization Scheduler tool uses a child's birth date and vaccination history to automatically create a personalized

More information

Decision-making by the Advisory Committee on Immunization Practices

Decision-making by the Advisory Committee on Immunization Practices Decision-making by the Advisory Committee on Immunization Practices Melinda Wharton, MD, MPH Deputy Director, National Center for Immunization & Respiratory Diseases Institute of Medicine 9 February 2012

More information

NOTE: The above recommendations must be read along with the footnotes of this schedule.

NOTE: The above recommendations must be read along with the footnotes of this schedule. Figure 1. Recommended immunization schedule for persons aged 0 through 18 years United States, 2014. (FOR THOSE WHO FALL BEHIND OR START LATE, SEE THE CATCH-UP SCHEDULE [FIGURE 2]). These recommendations

More information

Agenda. Richard Moriarty, MD, FAAP, Co-Director, MCAAP Immunization Initiative. Pentacel Vaccine Shortage Update MMRV Vaccine (Proquad ) Update

Agenda. Richard Moriarty, MD, FAAP, Co-Director, MCAAP Immunization Initiative. Pentacel Vaccine Shortage Update MMRV Vaccine (Proquad ) Update Massachusetts Department of Public Health Division of Epidemiology and Immunization Agenda Introduction Richard Moriarty, MD, FAAP, Co-Director, MCAAP Immunization Initiative Pentacel Vaccine Shortage

More information

WHY WE RE HERE. Melinda Wharton, MD, MPH Director, Immunization Services Division. National Center for Immunization & Respiratory Diseases

WHY WE RE HERE. Melinda Wharton, MD, MPH Director, Immunization Services Division. National Center for Immunization & Respiratory Diseases National Center for Immunization & Respiratory Diseases WHY WE RE HERE Melinda Wharton, MD, MPH Director, Immunization Services Division AIM Leadership Conference February 8, 2017 Vaccines save lives.

More information

The Use of Combination Vaccines in the United States

The Use of Combination Vaccines in the United States The Use of Combination Vaccines in the United States John W Ward, MD Senior Scientist, CDC Director, Program for Viral Hepatitis Elimination Task Force for Global Health Revised 2018 Combination Vaccine

More information

Managing Immunizations

Managing Immunizations Managing Immunizations In this chapter: Viewing Immunization Information Entering Immunizations Editing Immunizations Entering a Lead Test Action Editing a Lead Test Action Entering Opt-Out Immunizations

More information

Running the Improbable Shot Report

Running the Improbable Shot Report Minnesota Immunization Information Connection (MIIC) PO Box 64975 St. Paul, MN 55164-0975 Web: www.health.state.mn.us/miic Running the Improbable Shot Report MIIC User Guidance MIIC users with the Administrator

More information

Immunization Safety Office: Overview and Considerations on Safety of Alternative Immunization Schedules

Immunization Safety Office: Overview and Considerations on Safety of Alternative Immunization Schedules Immunization Safety Office: Overview and Considerations on Safety of Alternative Immunization Schedules Frank DeStefano MD, MPH Immunization Safety Office Division of Healthcare Quality Promotion, National

More information

RECOMMENDED IMMUNIZATIONS

RECOMMENDED IMMUNIZATIONS Recommended Immunization Schedule for Persons Aged 0 Through 6 Years United States 2010 1 2 4 6 12 15 18 19 23 2 3 4 6 Vaccine Age Birth month months months months months months months months years years

More information

THE AFIX PRODUCT TRAINING MANUAL

THE AFIX PRODUCT TRAINING MANUAL THE AFIX PRODUCT TRAINING MANUAL Last Updated: 11/30/2018 Table of Contents The AFIX Product End User Training AFIX Cohort. 4 Provider Selection... 4 Assessment Selection..... 7 Reports.......10 Flexible

More information

PROGRAM PRACTICES SUBMISSION FORM

PROGRAM PRACTICES SUBMISSION FORM PROGRAM PRACTICES SUBMISSION FORM IMMUNIZATION PROGRAM PRACTICES INFORMATION Name: Erika Lobe, MPH Email address: erika.lobe@doh.nj.gov Program: New Jersey Department of Health, Vaccine Preventable Disease

More information

Current National Immunisation Schedule Dr Brenda Corcoran National Immunisation Office.

Current National Immunisation Schedule Dr Brenda Corcoran National Immunisation Office. Current National Immunisation Schedule 2012 Dr Brenda Corcoran National Immunisation Office Objectives To outline immunisation schedules in Ireland Primary childhood schedule Vaccine uptake rates School

More information

Update on Vaccine Recommendations. Objectives. Childhood Immunization Schedule At the Turn of the Century. New Horizons in Pediatrics April 30, 2017

Update on Vaccine Recommendations. Objectives. Childhood Immunization Schedule At the Turn of the Century. New Horizons in Pediatrics April 30, 2017 Centers for for Disease Disease Control Control and and Prevention Prevention National Center for Immunization and Respiratory Diseases Update on Vaccine Recommendations New Horizons in Pediatrics April

More information

Immunization Guidelines for the Use of State Supplied Vaccine April 18, 2013

Immunization Guidelines for the Use of State Supplied Vaccine April 18, 2013 DTaP / DT DTaP/IPV/Hep B Combination (Pediarix ) Children from 6 weeks of age up to the 7 th birthday Children from 2 months of age up to the 7th birthday: Indicated for the primary doses of DTaP, IPV,

More information

SCHEDULING AND ROUTING

SCHEDULING AND ROUTING SCHEDULING AND ROUTING I. Scheduling and routing coordination 2 communities Scheduling community Routing community Scheduling community Scheduling with transportation Example : Job-Shop with transport

More information

The Childhood Immunization Schedule and the National Immunization Survey

The Childhood Immunization Schedule and the National Immunization Survey The Childhood Immunization Schedule and the National Immunization Survey Melinda Wharton, MD, MPH Deputy Director, National Center for Immunization & Respiratory Diseases Institute of Medicine 9 February

More information

Vaccination Decision Making: What Providers Need to Know

Vaccination Decision Making: What Providers Need to Know Objectives Vaccination Decision Making: What Providers Need to Know Kelli Smith, RN, BSN Iowa Department of Public Health Immunization Program Catch-up Schedule: how to most efficiently bring persons up-to-date

More information

Immunization Update Texas Immunization Conference

Immunization Update Texas Immunization Conference Immunization Update 2017 Texas Immunization Conference Agenda NIS Child and Teen Coverage Levels Adult Program Updates TVFC Influenza Updates TVFC Program Updates 2 1 CDC National Immunization Survey Childhood

More information

Taking a Shot at Immunization Adherence

Taking a Shot at Immunization Adherence Taking a Shot at Immunization Adherence Group Visits for Vaccine-Averse Parents Nathan Potter, BA Mila Quinn, MD Mark Herring, EdD Wayne Altman, MD Published: 8/31/2017 DOI: 10.22454/PRiMER.2017.983853

More information

Vaccine Finance. Overview of stakeholder input and NVAC working group draft white paper. Walt Orenstein, MD

Vaccine Finance. Overview of stakeholder input and NVAC working group draft white paper. Walt Orenstein, MD Vaccine Finance Overview of stakeholder input and NVAC working group draft white paper Walt Orenstein, MD Consultant to the National Vaccine Program Office July 24, 2008 Number of Vaccines in the Routine

More information

Research Article Immunization Milestones: A More Comprehensive Picture of Age-Appropriate Vaccination

Research Article Immunization Milestones: A More Comprehensive Picture of Age-Appropriate Vaccination Hindawi Publishing Corporation Journal of Biomedicine and Biotechnology Volume 2010, Article ID 916525, 10 pages doi:10.1155/2010/916525 Research Article Immunization Milestones: A More Comprehensive Picture

More information

Mission Health System Pat Brown, MD June Pediatric WCC CPM

Mission Health System Pat Brown, MD June Pediatric WCC CPM Mission Health System Pat Brown, MD June 2017 Pediatric WCC CPM Why focus on child well care? Well Child Care (WCC) is one of the primary means of ensuring that primary care clinicians can provide appropriate

More information

Immunization Guidelines for the Use of State Supplied Vaccine May 17, 2015

Immunization Guidelines for the Use of State Supplied Vaccine May 17, 2015 DTaP / DT DTaP/IPV/Hep B Combination (Pediarix ) Children from 6 weeks of age up to the 7 th birthday Children from 2 months of age up to the 7th birthday: Indicated for the primary doses of DTaP, IPV,

More information

Help protect your child. At-a-glance guide to childhood vaccines.

Help protect your child. At-a-glance guide to childhood vaccines. Help protect your child. At-a-glance guide to childhood vaccines. 40976_CDCupdate.indd 1 Why vaccines matter. Thanks to widespread vaccination programs, several diseases that can infect our children have

More information

Chapter 1 Public Health Modeling at the Centers for Disease Control and Prevention

Chapter 1 Public Health Modeling at the Centers for Disease Control and Prevention Chapter 1 Public Health Modeling at the Centers for Disease Control and Prevention Arielle Lasry, Michael L. Washington, Hannah K. Smalley, Faramroze Engineer, Pinar Keskinocak, and Larry Pickering Abstract

More information

Immunization Guidelines For the Use of State Supplied Vaccine July 1, 2011

Immunization Guidelines For the Use of State Supplied Vaccine July 1, 2011 DTaP / DT DTaP/IPV/Hep B Combination (Pediarix ) Children from 6 weeks of age up to the 7 th birthday Children from 2 months of age up to the 7th birthday: Indicated for the primary doses of DTaP, IPV,

More information

Immunizations are among the most cost effective and widely used public health interventions.

Immunizations are among the most cost effective and widely used public health interventions. Focused Issue of This Month Recommended by the Korean Pediatric Society, 2008 Hoan Jong Lee, MD Department of Pediatrics, Seoul National University College of Medicine E mail : hoanlee@snu.ac.kr J Korean

More information

A parallel algorithm for optimal job shop scheduling of semi-constrained details processing on multiple machines

A parallel algorithm for optimal job shop scheduling of semi-constrained details processing on multiple machines INSTITUTE OF INFORMATION AND COMMUNICATION TECHNOLOGIES BULGARIAN ACADEMY OF SCIENCE A parallel algorithm for optimal job shop scheduling of semi-constrained details processing on multiple machines Daniela

More information

Massachusetts Department of Public Health Recommended Immunization Schedule for Persons Aged 0-6 Years, 2007

Massachusetts Department of Public Health Recommended Immunization Schedule for Persons Aged 0-6 Years, 2007 Vaccine Hepatitis B 1 Birth HepB 1 month Rotavirus 2 Rota Rota Rota Diphtheria, Tetanus, Pertussis 3 DTaP DTaP DTaP Haemophilus influenzae type b 4 Hib Hib Hib 4 Pneumococcal 5 PCV PCV PCV Inactivated

More information

Note from the National Guideline Clearinghouse (NGC): The guideline recommendations are presented in the form of tables with footnotes (see below).

Note from the National Guideline Clearinghouse (NGC): The guideline recommendations are presented in the form of tables with footnotes (see below). Brief Summary GUIDELINE TITLE Recommended immunization schedules for persons aged 0 through 18 years: United States, 2009. BIBLIOGRAPHIC SOURCE(S) American Academy of Pediatrics Committee on Infectious

More information

POLICIES AND PROCEDURES

POLICIES AND PROCEDURES Purpose: To establish guidelines for Childhood Preventive Care Screening.To specify and define the Alliance guidelines for periodic health screening and preventive health services for members up to 21

More information

Recommended Health Screenings

Recommended Health Screenings Recommended Health Screenings UnitedHealthcare appreciates the preventive care you deliver to our members. Please use the below health screening chart to schedule screenings based on the member s age and

More information

Childhood Immunisations Template Guide 2016

Childhood Immunisations Template Guide 2016 Childhood Immunisations Template Guide 2016 1 Template Control Page Childhood Immunisations Template Guide Title Childhood Immunisations Author CEG Version 9 Description Supports the schedule of Childhood

More information

Preventive care guidelines for children and adults.

Preventive care guidelines for children and adults. Preventive care guidelines for children and adults. Keeping a focus on regular preventive care can help you and your family stay healthy. Preventive care can help you avoid potentially serious health conditions

More information

ACIP Meeting Update, New Recommendations and Pending Influenza Season

ACIP Meeting Update, New Recommendations and Pending Influenza Season ACIP Meeting Update, New Recommendations and Pending Influenza Season February 17 th 2011 www.immunizetexas.com ACIP Upcoming Agenda and New Recommendations ACIP (February 23-24 th 2011) Topics for meeting

More information

Release Notes. Medtech Evolution General Practice. Version Build (June 2016)

Release Notes. Medtech Evolution General Practice. Version Build (June 2016) Release Notes Medtech Evolution General Practice Version 1.5.7 Build 1.5.7.72 (June 2016) These release notes contain important information for Medtech Evolution users. Please ensure that they are circulated

More information

NJ Department of Health Vaccine Preventable Disease Program

NJ Department of Health Vaccine Preventable Disease Program FOR LOCAL HEALTH DEPARTMENTS AND HEALTH CARE PROVIDERS: CHILD CARE/PRESCHOOL REQUIREMENTS FOR LOCAL HEALTH DEPARTMENTS AND HEALTH CARE PROVIDERS CHILD CARE/PRESCHOOL REQUIREMENTS NJ Department of Health

More information

I mun u i n s i atio i n o n u p u d p a d te

I mun u i n s i atio i n o n u p u d p a d te Immunisation update Brian Eley Paediatric Infectious Diseases Unit Red Cross War Memorial Children s Hospital Department of Paediatrics and Child Health University of Cape Town Immunisation schedules,

More information

Immunization Rates Report Quick Guide

Immunization Rates Report Quick Guide Immunization Rates Report Quick Guide This document is intended to provide guidance on, and clarification to, the parameters in the Immunization Rates report listed under the Coverage Statistics menu on

More information

A Guide to Algorithm Design: Paradigms, Methods, and Complexity Analysis

A Guide to Algorithm Design: Paradigms, Methods, and Complexity Analysis A Guide to Algorithm Design: Paradigms, Methods, and Complexity Analysis Anne Benoit, Yves Robert, Frédéric Vivien To cite this version: Anne Benoit, Yves Robert, Frédéric Vivien. A Guide to Algorithm

More information

Take advantage of preventive care to help manage your health

Take advantage of preventive care to help manage your health Take advantage of preventive care to help manage your health Preventing disease and detecting health issues at an early stage, if they occur, are important to living a healthy life. Following these recommended

More information

Recommended Immunization Schedules for Persons Aged 0 Through 18 Years UNITED STATES, 2016

Recommended Immunization Schedules for Persons Aged 0 Through 18 Years UNITED STATES, 2016 Recommended Immunization Schedules for Persons Aged 0 Through 18 Years UNITED STATES, 2016 This schedule includes recommendations in effect as of January 1, 2016. Any dose not administered at the recommended

More information

SHOTS ADDING VFC VACCINES

SHOTS ADDING VFC VACCINES Florida SHOTS ADDING VFC VACCINES Contact Information www.flshots.com Free help desk: 877-888-SHOT (7468) Monday Friday, 8 A.M. to 5 P.M. Eastern Quick Content Finder ADDING A VFC VACCINATION RECORD 1

More information

Recommended Childhood Immunization Schedu...ates, January - December 2000, NP Central

Recommended Childhood Immunization Schedu...ates, January - December 2000, NP Central Recommended Childhood Immunization Schedule United States, January - December 2000 Vaccines 1 are listed under routinely recommended ages. Solid-colored bars indicate range of recommended ages for immunization.

More information

9/21/2015. Concepts in Vaccine Practice. Disclosures. Objectives

9/21/2015. Concepts in Vaccine Practice. Disclosures. Objectives Concepts in Vaccine Practice Gary S. Marshall, M.D. Professor of Pediatrics Chief, Division of Pediatric Infectious Diseases Director, Pediatric Clinical Trials Unit University of Louisville School of

More information

General Recommendations. General Best Practice Guidelines 9/10/2018. General Best Practice Guidelines for Immunization Part 1

General Recommendations. General Best Practice Guidelines 9/10/2018. General Best Practice Guidelines for Immunization Part 1 Centers for Disease Control and Prevention National Center for Immunization and Respiratory Diseases General Best Practice Guidelines for Immunization Part 1 Chapter 2 September 2018 Photographs and images

More information

Texas Immunization Coverage Levels TVFC Conference-Permian Basin April 20, 2016

Texas Immunization Coverage Levels TVFC Conference-Permian Basin April 20, 2016 Texas Immunization Coverage Levels TVFC Conference-Permian Basin April 20, 2016 www.immunizetexas.com Impact of Immunization Programs The routine childhood immunization program* of 4.3 million children

More information

NHS public health functions agreement Service specification No.11 Human papillomavirus (HPV) programme

NHS public health functions agreement Service specification No.11 Human papillomavirus (HPV) programme NHS public health functions agreement 2018-19 Service specification No.11 Human papillomavirus (HPV) programme 1 NHS public health functions agreement 2018-19 Service specification No.11 Human papillomavirus

More information

Papillomavirus Rapid Interface for Modelling and Economics Tool. User Manual

Papillomavirus Rapid Interface for Modelling and Economics Tool. User Manual Papillomavirus Rapid Interface for Modelling and Economics Tool User Manual List of abbreviations DALYs disability adjusted life years GDP HPV IARC gross domestic product human papillomavirus International

More information

A Tool to Estimate the Potential Impacts for Stockpiling Vaccines for Vaccine-Preventable Diseases of Children

A Tool to Estimate the Potential Impacts for Stockpiling Vaccines for Vaccine-Preventable Diseases of Children Revised on: 03/30/2009 Beta Test Version 1.0 A Tool to Estimate the Potential Impacts for Stockpiling Vaccines for Vaccine-Preventable Diseases of Children Sundar S. Shrestha, MS, PhD Martin I. Meltzer,

More information

Automated Immunization Evaluation Process

Automated Immunization Evaluation Process University of Medicine and Dentistry of New Jersey - University of Pennsylvania New Jersey Comprehensive Immunization Program (NJ-CIP) Automated Immunization Evaluation Process Working Paper rev. May 11,

More information

CDC s New Milestone Tracker: There s an App for That!

CDC s New Milestone Tracker: There s an App for That! CDC s New Milestone Tracker: There s an App for That! Katie K. Green, MPH, CHES Health Communication Specialist Karnesha Slaughter, MPH Health Communication Specialist CDC s Empowering parents and other

More information

Objectives. Immunity. Childhood Immunization Risk of Non-Vaccinated Children 12/22/2015

Objectives. Immunity. Childhood Immunization Risk of Non-Vaccinated Children 12/22/2015 Childhood Immunization Risk of Non-Vaccinated Children Bertha P. Rojas, Pharm.D. PGY-1 Pharmacy Resident South Miami Hospital Objectives Understand the definition of herd immunity Identify vaccine-preventable

More information

Medtech32 Immunisation Schedule Changes Walkthrough - July 2011

Medtech32 Immunisation Schedule Changes Walkthrough - July 2011 Introduction Medtech32 Immunisation Schedule Changes Walkthrough - July 2011 The Childhood Immunisation Schedule routinely requires updating as new vaccines and disease threats develop. The changes outlined

More information

Vaccines Indicated for Infants, Children, and Adolescents Based on Medical and Other Indications

Vaccines Indicated for Infants, Children, and Adolescents Based on Medical and Other Indications Vaccines Indicated for Infants, Children, and Adolescents Based on Medical and Other Indications Vaccine Prematurity 1 Altered Immunocompetence 2 (excluding human immunodefi ciency virus [HIV] infection)

More information

Vaccines for Children

Vaccines for Children Vaccines for Children 0-9 old Our goal is to offer your family the best care possible, which includes making sure your child is up to date on all vaccines. DTaP (Diptheria, Tetanus, Pertussis) Vaccine

More information

Immunization 201 Challenging Immunization Scenarios. Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/18/18

Immunization 201 Challenging Immunization Scenarios. Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/18/18 Immunization 201 Challenging Immunization Scenarios Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/18/18 Disclosures I, Ronald Samuels, have been asked to disclose

More information

Estimating U.S. national vaccination coverage using IIS Sentinel Site data

Estimating U.S. national vaccination coverage using IIS Sentinel Site data National Center for Immunization & Respiratory Diseases Estimating U.S. national vaccination coverage using IIS Sentinel Site data Xia Lin, PhD, MSPH Immunization Services Division IIS Support Branch AIRA

More information

Immunization 201 Challenging Immunization Scenarios Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/12/17

Immunization 201 Challenging Immunization Scenarios Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/12/17 Immunization 201 Challenging Immunization Scenarios Ronald C. Samuels, MD, MPH Associate Director Children s Hospital Primary Care Center 10/12/17 1 Disclosures I, Ronald Samuels, have been asked to disclose

More information

Appendix An Assessment Tool to Determine the Validity of Vaccine Doses

Appendix An Assessment Tool to Determine the Validity of Vaccine Doses Appendix 4.4 - An Assessment Tool to Determine the Validity of Vaccine Doses Note: Refer to the Canadian Immunization Guide and New Brunswick (NB) immunization program directives for recommendations for

More information

university Center for excellence in DeveLoPMentaL DisaBiLities, education, research, and services (se habla español)

university Center for excellence in DeveLoPMentaL DisaBiLities, education, research, and services (se habla español) CHiLD s name To ensure that no child reaches kindergarten with an undetected developmental condition Other Routine Screening & Immunization Record Developmental Screening record, f i r st edition february

More information

Influences on Immunization Decision-Making among U.S. Parents of Young Children: Results from Three Surveys

Influences on Immunization Decision-Making among U.S. Parents of Young Children: Results from Three Surveys Influences on Immunization Decision-Making among U.S. Parents of Young Children: Results from Three Surveys Yunmi Chung, MPH Judith Weiner, PhD Jay T. Schamel, MS Allison K. Fisher, MPH Paula Frew, PhD,

More information

Pediatric Quality Measure Information Sheet 2017

Pediatric Quality Measure Information Sheet 2017 Prevention and Screening Adolescent Preventive Care Measures (APC) The percentage of adolescents 12-17 years of age who had at least one outpatient visit with a PCP or OB/ GYN practitioner during the measurement

More information

Central Jersey Family Health Consortium 2 King Arthur CT, 2 nd FLR Conference RM, N Brunswick, NJ June 27, 2012

Central Jersey Family Health Consortium 2 King Arthur CT, 2 nd FLR Conference RM, N Brunswick, NJ June 27, 2012 Central Jersey Family Health Consortium 2 King Arthur CT, 2 nd FLR Conference RM, N Brunswick, NJ June 27, 2012 AGENDA Welcome and Introductions Presentation: Using NJIIS for the Public Health Assessment

More information

Help protect your child. At-a-glance guide to childhood vaccines.

Help protect your child. At-a-glance guide to childhood vaccines. Help protect your child. At-a-glance guide to childhood vaccines. Why vaccines matter. Thanks to widespread vaccination programs, several diseases that can infect our children have been eliminated. But

More information

Help protect your child. At-a-glance guide to childhood vaccines.

Help protect your child. At-a-glance guide to childhood vaccines. Help protect your child. At-a-glance guide to childhood vaccines. Why vaccines matter. Thanks to widespread vaccination programs, several diseases that can infect our children have been eliminated. But

More information

Take advantage of preventive care to help manage your health

Take advantage of preventive care to help manage your health Take advantage of preventive care to help manage your health UnitedHealthcare is dedicated to helping people live healthier lives, and we encourage our members to receive age and gender appropriate preventive

More information

A Modeling Tool for Estimating Practice Based Financial Impact of Adult Immunization. An ACP Quality Connect Program

A Modeling Tool for Estimating Practice Based Financial Impact of Adult Immunization. An ACP Quality Connect Program A Modeling Tool for Estimating Practice Based Financial Impact of Adult Immunization An ACP Quality Connect Program National Adult Immunization and Influenza Summit Provider Workgroup December 4, 2014

More information

Immunization Update: New CDC Recommendations. Blaise L. Congeni M.D. 2012

Immunization Update: New CDC Recommendations. Blaise L. Congeni M.D. 2012 Immunization Update: New CDC Recommendations Blaise L. Congeni M.D. 2012 Polysaccharide Vaccines Vaccine Hib capsule polysaccharide PRP (polyribose ribitol phosphate) Not protective in infants

More information

O N E R O O T, M A N Y R O U T E S Impact of User-Based System Design on Immunization Delivery

O N E R O O T, M A N Y R O U T E S Impact of User-Based System Design on Immunization Delivery O N E R O O T, M A N Y R O U T E S Impact of User-Based System Design on Delivery CPHA 2016 Health Protection June 14, 2016 Authors Rosalie Tuchscherer, Saskatchewan Ministry of Health Jill Reedijk, British

More information

Lessons Three and Four Safety, Health, and Care parts 1 and 2 (2 class periods)

Lessons Three and Four Safety, Health, and Care parts 1 and 2 (2 class periods) Parenting: A High School Guide to Parenting Skills for Life Lessons Three and Four Safety, Health, and Care parts 1 and 2 (2 class periods) Please refer to lessons 3.4 and 3.5: Safety, First Aid and Infant

More information

Report on. The feasibility of including blood lead level assessment information in the school records of enrolled children

Report on. The feasibility of including blood lead level assessment information in the school records of enrolled children Report on The feasibility of including blood lead level assessment information in the school records of enrolled children Prepared in Response to the Maine State Legislature Resolve 2008 Chapter 186 January

More information

HPV VACCINATION ROUTINELY RECOMMENDING CANCER PREVENTION

HPV VACCINATION ROUTINELY RECOMMENDING CANCER PREVENTION National Center for Immunization & Respiratory Diseases HPV VACCINATION ROUTINELY RECOMMENDING CANCER PREVENTION Melinda Wharton, MD, MPH Director, Immunization Services Division Mississippi Primary Health

More information

Take advantage of preventive care to help manage your health

Take advantage of preventive care to help manage your health Take advantage of preventive care to help manage your health Preventing disease and detecting health issues at an early stage, if they occur, are important to living a healthy life. Following the recommended

More information

Pediatric HEDIS Measures: Newborn through age 10

Pediatric HEDIS Measures: Newborn through age 10 Pediatric HEDIS Measures: Newborn through age 10 September 2016 Presenter: John Dunn, MD, Pediatrician, Assistant Medical Director of Preventive Care Kristine Moore, RN, Clinical Improvement & Prevention

More information

Quest for Quality: Immunizations

Quest for Quality: Immunizations Quest for Quality: Immunizations DANE COUNTY IMMUNIZATION COALITION MEMBERSHIP MEETING November 13, 2012 Elaine Rosenblatt MSN, FNP-BC Director, Quality and Care Management UW Medical Foundation/ Unity

More information

Utah s Immunization Rule Individual Vaccine Requirements

Utah s Immunization Rule Individual Vaccine Requirements Utah s Immunization Rule Individual Vaccine Requirements Which vaccines are required for school entry in Utah? Grades K-6: 5 doses DTaP (4 doses if the 4 th dose was given after the 4 th birthday) 4 doses

More information

Acknowledgment. Natural history of hepatitis B virus (HBV) infection. Background on hepatitis B

Acknowledgment. Natural history of hepatitis B virus (HBV) infection. Background on hepatitis B : How to prevent perinatal HBV transmission Immunization Action Coalition (IAC) Acknowledgment Trudy V. Murphy, MD, (retired), formerly Team Lead, Vaccine Research and Policy, Division of Viral Hepatitis,

More information

Immunization Records. childrens.memorialhermann.org CARE /13

Immunization Records. childrens.memorialhermann.org CARE /13 Immunization Records childrens.memorialhermann.org 713.222.CARE 4400209-4/13 Personal Health Record of The Woodlands Contact Information Date and time of birth Place of birth Pediatrician name, phone number

More information

MMWR. 2009;58(RR02):1-25.

MMWR. 2009;58(RR02):1-25. Immunizations 2009 Chris Feddock, MD, MS, FAAP, FACP Objectives Outline the new ACIP vaccine recommendations Identify the new combination vaccines which are now available Recognize i the current vaccine

More information

GENERAL IMMUNIZATION GUIDE FOR CHILDCARE PROVIDERS August 2018 **CHILD VACCINES** DIPHTHERIA, TETANUS, PERTUSSIS VACCINES

GENERAL IMMUNIZATION GUIDE FOR CHILDCARE PROVIDERS August 2018 **CHILD VACCINES** DIPHTHERIA, TETANUS, PERTUSSIS VACCINES GENERAL IMMUNIZATION GUIDE FOR CHILDCARE PROVIDERS August 2018 **CHILD VACCINES** DIPHTHERIA, TETANUS, PERTUSSIS VACCINES DTaP: Diphtheria, Tetanus, acellular Pertussis Vaccine Infanrix Licensed in 1997

More information

Setting The study setting was primary care. The economic analysis was conducted in the USA.

Setting The study setting was primary care. The economic analysis was conducted in the USA. Predicted effects of a new combination vaccine on childhood immunization coverage rates and vaccination activities Meyerhoff A S, Greenberg D P, Jacobs R J Record Status This is a critical abstract of

More information

Mark H. Sawyer, MD Professor of Clinical Pediatrics UCSD School of Medicine and Rady Children s Hospital San Diego

Mark H. Sawyer, MD Professor of Clinical Pediatrics UCSD School of Medicine and Rady Children s Hospital San Diego Mark H. Sawyer, MD Professor of Clinical Pediatrics UCSD School of Medicine and Rady Children s Hospital San Diego I have no relevant financial relationships with the manufacturer(s) of any commercial

More information

I. In accordance with Virginia Code relative to enrollment of certain children in public schools:

I. In accordance with Virginia Code relative to enrollment of certain children in public schools: Immunization Requirements I. In accordance with Virginia Code relative to enrollment of certain children in public schools: A. Children not properly immunized in accordance with the Virginia Department

More information

AMERICAN ACADEMY OF PEDIATRICS

AMERICAN ACADEMY OF PEDIATRICS AMERICAN ACADEMY OF PEDIATRICS Committee on Infectious Diseases Haemophilus influenzae Type b Conjugate Vaccines: Recommendations for Immunization of Infants and Children 2 Months of Age and Older: Update

More information

Body Mass Index Growth Module in the Michigan Care Improvement Registry. Frequently Asked Questions

Body Mass Index Growth Module in the Michigan Care Improvement Registry. Frequently Asked Questions Body Mass Index Growth Module in the Michigan Care Improvement Registry Frequently Asked Questions 1. Question: What is the BMI Growth Module in the Michigan Care Improvement Registry (MCIR)? Answer: The

More information

New Jersey Department of Health Vaccine Preventable Disease Program Childhood and Adolescent Recommended Vaccines

New Jersey Department of Health Vaccine Preventable Disease Program Childhood and Adolescent Recommended Vaccines New Jersey Department of Health Vaccine Preventable Disease Program Childhood and Adolescent Recommended Vaccines Antigens Vaccine Approved Age Daptacel Diphtheria, Tetanus, and acellular Pertussis (DTaP)

More information

Pertussis. (Whole-cell pertussis vaccines) must not be frozen, but stored at 2 8 C. All wp vaccines have an expiry date of months.

Pertussis. (Whole-cell pertussis vaccines) must not be frozen, but stored at 2 8 C. All wp vaccines have an expiry date of months. Program Management 61_5 The wp vaccines have a considerably lower price than ap vaccines and, where resources are limited and the vaccine is well accepted by the local population, wp vaccine remains the

More information

CHILDHOOD IMMUNIZATIONS

CHILDHOOD IMMUNIZATIONS CHILDHOOD IMMUNIZATIONS APPLICATIONS OBJECTIVE Purpose of Measure: ELIGIBLE POPULATION Which members are included? STANDARD OF CARE What immunizations should be administered? NCQA ACCEPTED CODES DOCUMENTATION

More information

9/12/2018. Hepatitis B Virus Infection. Hepatitis B Infection

9/12/2018. Hepatitis B Virus Infection. Hepatitis B Infection Centers for Disease Control and Prevention National Center for Immunization and Respiratory Diseases Hepatitis B and Hepatitis B Vaccine Adult Track Chapter 10 Photographs and images included in this presentation

More information

Download CoCASA Software Application

Download CoCASA Software Application Comprehensive Clinic Assessment Software Application (CoCASA) 7.0 Instructions Guide for Immunization Service Contractors February 6, 2012 The Comprehensive Clinic Assessment Software Application (CoCASA)

More information