AchievingStars Therapy logo
About Us
Who We HelpOur ProcessOur ReviewsPlay-Based ABA: Our Philosophy & MissionEarly Interventon ABA Therapy
Services
Potty Training SupportInterventions for Physical AggressionPlay Based ABA Therapy ServicesABA Therapy for ODD ABA Therapy for Teens
Locations
ColoradoOhioKansasNew HampshireNew JerseySouth Carolina
Resources
What to Expect With ABAABA ResourcesABA Main Techniques
CareersRefer A PatientContact
(833) 666-3115
<style> :root { --white: #FFFFFF; --off-white: #F9FAFB; --gold: #F5A623; --gold-light: #FEF7E8; --navy: #1A2B4A; --navy-soft: #2D3E5F; --gray: #6B7280; --border: #E5E7EB; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'DM Sans', system-ui, sans-serif; background: var(--off-white); color: var(--navy); line-height: 1.7; font-size: 17px; } h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(28px, 6vw, 42px); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 16px; } h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 600; color: var(--navy); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); } h3 { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; } p { margin-bottom: 14px; color: var(--navy-soft); } a { color: var(--gold); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; } a:hover { color: var(--navy); } ul, ol { margin: 14px 0; padding-left: 24px; } li { margin-bottom: 8px; color: var(--navy-soft); } strong { color: var(--navy); } /* Hero */ .hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 56px 24px 48px; text-align: center; } .hero-inner { max-width: 720px; margin: 0 auto; } .location-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; } .hero p { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 600px; margin: 0 auto; } /* Quick Info */ .quick-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; background: var(--white); border-radius: 12px; padding: 24px; margin: -32px auto 32px; max-width: 800px; box-shadow: 0 4px 20px rgba(26,43,74,0.08); position: relative; z-index: 10; } .info-item { text-align: center; } .info-label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; } .info-value { font-size: 15px; font-weight: 600; color: var(--navy); } /* Content */ .content { max-width: 800px; margin: 0 auto; padding: 24px 24px 72px; } section { margin-bottom: 40px; } /* Highlight Box */ .highlight-box { background: var(--gold-light); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 20px 24px; margin: 24px 0; } .highlight-box p { margin: 0; color: var(--navy); } /* Steps */ .steps-list { counter-reset: step; list-style: none; padding-left: 0; } .steps-list li { counter-increment: step; padding-left: 48px; position: relative; margin-bottom: 20px; } .steps-list li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 32px; height: 32px; background: var(--gold); color: var(--navy); font-weight: 600; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; } .steps-list strong { color: var(--navy); } /* Service Cards */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 24px 0; } .service-card { background: var(--white); border-radius: 10px; padding: 20px 24px; border-left: 4px solid var(--gold); } .service-card h3 { margin-top: 0; font-size: 18px; } .service-card p { font-size: 15px; margin-bottom: 0; } /* Area Tags */ .areas-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; } .area-tag { background: var(--white); padding: 8px 16px; border-radius: 20px; font-size: 14px; color: var(--navy-soft); } .area-tag.primary { background: var(--gold); color: var(--navy); font-weight: 600; } /* Insurance Grid */ .insurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin: 16px 0; } .insurance-item { background: var(--white); padding: 12px 16px; border-radius: 6px; font-size: 15px; color: var(--navy); text-align: center; } /* Insurance Box (Dark) */ .insurance-box { background: var(--navy); border-radius: 12px; padding: 28px; margin: 24px 0; } .insurance-box h3 { color: var(--white); margin-top: 0; font-size: 20px; } .insurance-box p { color: rgba(255,255,255,0.9); } .insurance-box strong { color: var(--gold); } .insurance-box ul { color: rgba(255,255,255,0.9); margin: 14px 0; padding-left: 24px; } .insurance-box li { color: rgba(255,255,255,0.9); margin-bottom: 10px; } .insurance-box li::marker { color: var(--gold); } /* FAQ */ .faq-item { margin-bottom: 24px; } .faq-item h3 { font-size: 17px; margin-bottom: 8px; } .faq-item p { font-size: 16px; } /* Resources */ .resource-card { background: var(--white); border-radius: 10px; padding: 16px 20px; margin-bottom: 12px; border-left: 4px solid var(--gold); } .resource-card h3 { margin: 0 0 6px; font-size: 16px; } .resource-card p { font-size: 15px; margin: 0; } /* CTA */ .cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%); border-radius: 16px; padding: 40px 32px; text-align: center; margin-top: 40px; } .cta-section h2 { color: var(--white); border: none; padding: 0; margin-bottom: 12px; font-size: 28px; } .cta-section p { color: rgba(255,255,255,0.9); margin-bottom: 8px; font-size: 18px; } .cta-section strong { color: var(--gold); } .cta-button { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 600; font-size: 16px; padding: 14px 32px; border-radius: 8px; text-decoration: none; margin-top: 24px; transition: transform 0.2s, box-shadow 0.2s; } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(245,166,35,0.4); color: var(--navy); } .cta-note { color: rgba(255,255,255,0.7); font-size: 14px; margin-top: 16px; } .cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; } .cta-item { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 20px; } .cta-item-label { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; } .cta-item-value { color: var(--white); font-weight: 600; font-size: 16px; } .cta-item-value a { color: var(--white); text-decoration: none; } .cta-item-value a:hover { color: var(--gold); } /* Responsive */ @media (max-width: 600px) { .quick-info { margin: -24px 16px 24px; grid-template-columns: repeat(2, 1fr); } .services-grid { grid-template-columns: 1fr; } .cta-grid { grid-template-columns: 1fr; } .insurance-grid { grid-template-columns: 1fr; } } </style> <!-- Hero --> <div class="hero"> <div class="hero-inner"> <span class="location-badge">New Hampshire Medicaid</span> <h1>Does NH Medicaid Cover ABA Therapy? Yes. Achieving Stars Therapy Accepts It.</h1> <p>New Hampshire Medicaid covers ABA therapy for children under 21 with an autism diagnosis. Achieving Stars Therapy handles all the paperwork so you can focus on your child.</p> </div> </div> <!-- Quick Info --> <div class="quick-info"> <div class="info-item"> <div class="info-label">Coverage</div> <div class="info-value">Connor's Law State</div> </div> <div class="info-item"> <div class="info-label">Medicaid</div> <div class="info-value">Accepted</div> </div> <div class="info-item"> <div class="info-label">Waitlist</div> <div class="info-value">None</div> </div> <div class="info-item"> <div class="info-label">Start Time</div> <div class="info-value">1-2 Weeks</div> </div> </div> <!-- Main Content --> <div class="content"> <!-- Intro --> <section> <p>New Hampshire Medicaid covers ABA therapy for children under 21 with an autism spectrum disorder diagnosis. Achieving Stars Therapy is a Medicaid-approved, in-home ABA provider serving families across Manchester, Nashua, Concord, Dover, Rochester, Derry, Hudson, Londonderry, Merrimack, and Salem.</p> <p>Most families begin therapy within 1-2 weeks of their first call. Achieving Stars Therapy handles all Medicaid paperwork, prior authorizations, and insurance verification.</p> </section> <!-- How Does NH Medicaid Cover ABA --> <section> <h2>How Does New Hampshire Medicaid Cover ABA Therapy?</h2> <p>NH Medicaid covers ABA therapy through the Early and Periodic Screening, Diagnostic, and Treatment (EPSDT) benefit. This federal requirement means New Hampshire must cover all medically necessary services for children under 21, including ABA therapy for autism.</p> <div class="highlight-box"> <p><strong>There is no annual dollar cap on ABA services under NH Medicaid's EPSDT benefit.</strong> Coverage is based entirely on medical necessity, which often means broader access to intensive therapy than private insurance provides.</p> </div> <p>New Hampshire Medicaid is administered through two managed care organizations:</p> <ul> <li><strong>WellSense Health Plan</strong> (formerly BMC HealthNet Plan)</li> <li><strong>AmeriHealth Caritas New Hampshire</strong></li> </ul> <p>Achieving Stars Therapy works with both WellSense and AmeriHealth Caritas to get ABA therapy authorized for your child.</p> <h3>What NH Medicaid Covers for ABA</h3> <div class="services-grid"> <div class="service-card">
<h3>In-Home ABA Sessions</h3> <p>BCBA-supervised therapy delivered in your home by trained therapists</p> </div> <div class="service-card"> <h3>Behavior Assessment</h3> <p>Functional Behavior Assessment (FBA) to identify your child's specific needs and goals</p> </div> <div class="service-card"> <h3>Treatment Planning</h3> <p>Individualized treatment plan with measurable goals, updated every 6 months</p> </div> <div class="service-card"> <h3>Parent Training</h3> <p>Caregiver coaching so you can support your child's progress between sessions</p> </div> <div class="service-card"> <h3>Progress Monitoring</h3> <p>Ongoing data collection and analysis to track your child's growth</p> </div> <div class="service-card"> <h3>Re-Assessments</h3> <p>Regular evaluations every 6 months to adjust goals and treatment intensity</p> </div> </div> </section> <!-- Connor's Law --> <section> <h2>What Is Connor's Law and How Does It Help New Hampshire Families?</h2> <p>Connor's Law (HB 569), passed in 2014, requires private insurance plans in New Hampshire to cover ABA therapy for children with autism. Under Connor's Law, private insurers must cover diagnosis and treatment of autism spectrum disorders for individuals under 21.</p> <p>Connor's Law coverage caps for private insurance:</p> <ul> <li>Under age 12: up to <strong>$36,000 per year</strong></li> <li>Ages 12-21: up to <strong>$27,000 per year</strong></li> </ul> <div class="highlight-box"> <p><strong>These dollar caps apply only to private insurance.</strong> NH Medicaid does not have these caps. Under Medicaid's EPSDT benefit, ABA therapy is covered based on medical necessity with no fixed dollar limit. This makes Medicaid one of the strongest coverage options for intensive ABA therapy in New Hampshire.</p> </div> <p>Achieving Stars Therapy accepts both NH Medicaid and private insurance plans covered under Connor's Law, including Cigna, Aetna, Anthem BCBS, and UnitedHealthcare.</p> </section> <!-- Katie Beckett --> <section> <h2>What Is Katie Beckett Medicaid and Does My Child Qualify?</h2> <p>Katie Beckett Medicaid (also called the TEFRA option) allows children with significant disabilities to qualify for Medicaid based on the child's own income, not the family's income. Here is why that matters: many families earn too much for standard Medicaid but cannot afford 20-40 hours per week of ABA therapy out of pocket. Katie Beckett fills that gap.</p> <p><strong>Your child may qualify for Katie Beckett Medicaid if:</strong></p> <ul> <li>Your child is under 19 years old</li> <li>Your child has a disability that meets SSI criteria (an autism diagnosis often qualifies)</li> <li>Your child needs a level of care that would otherwise require institutional placement</li> <li>Your child lives at home</li> </ul> <p>Katie Beckett Medicaid covers ABA therapy the same way standard NH Medicaid does, with no annual dollar cap on medically necessary services. Achieving Stars Therapy helps families navigate the Katie Beckett application process and can start a benefits check before the application is complete.</p> </section> <!-- Authorization Process --> <section> <h2>How Does Achieving Stars Therapy Handle NH Medicaid Authorization?</h2> <p>Achieving Stars Therapy manages the entire Medicaid authorization process so parents do not have to navigate it alone. Here is how it works:</p> <ol class="steps-list"> <li><strong>Free phone consultation</strong> (15 minutes). Call (833) 666-3115 or book online. Achieving Stars Therapy will ask about your child's diagnosis, current services, and insurance.</li> <li><strong>Benefits verification.</strong> Achieving Stars Therapy contacts WellSense or AmeriHealth Caritas directly to confirm your child's Medicaid coverage. Typical turnaround: 24-48 hours.</li> <li><strong>In-home BCBA assessment.</strong> A Board Certified Behavior Analyst visits your home to evaluate your child's needs and develop an individualized treatment plan with measurable goals.</li> <li><strong>Prior authorization submitted.</strong> Achieving Stars Therapy submits the treatment plan to your child's managed care plan. Standard authorization takes 14 business days.</li> <li><strong>Therapy begins.</strong> Most New Hampshire families start ABA sessions within 1-2 weeks of authorization. Achieving Stars Therapy matches your child with a consistent therapist team.</li> </ol> <div class="highlight-box"> <p><strong>Research shows</strong> that children who begin ABA therapy before age 5 and receive 25-40 hours per week for 2+ years demonstrate significant improvements in language, social skills, and adaptive behavior (Lovaas, 1987). Achieving Stars Therapy tailors hours to each child, typically 10-30 hours per week.</p> </div> </section> <!-- Cities Served --> <section> <h2>What Cities in New Hampshire Does Achieving Stars Therapy Serve?</h2> <p>Achieving Stars Therapy provides in-home ABA therapy across New Hampshire, covering four counties and ten cities:</p> <h3>Hillsborough County</h3> <div class="areas-list"> <span class="area-tag primary">Manchester</span> <span class="area-tag primary">Nashua</span> <span class="area-tag">Hudson</span> <span class="area-tag">Merrimack</span> <span class="area-tag">Londonderry</span> </div> <h3>Rockingham County</h3> <div class="areas-list"> <span class="area-tag">Derry</span> <span class="area-tag">Salem</span> </div> <h3>Merrimack County</h3> <div class="areas-list"> <span class="area-tag">Concord</span> </div> <h3>Strafford County</h3> <div class="areas-list"> <span class="area-tag">Dover</span> <span class="area-tag">Rochester</span> </div> <p>All services are delivered in your home by BCBA-supervised therapists. Achieving Stars Therapy serves families in both urban and rural areas across these counties.</p> </section> <!-- Insurance Plans --> <section> <h2>What Insurance Plans Does Achieving Stars Therapy Accept in New Hampshire?</h2> <div class="insurance-box"> <h3>Medicaid / Managed Care</h3> <ul> <li>WellSense Health Plan</li> <li>AmeriHealth Caritas NH</li> </ul> </div> <h3>Private Insurance (Connor's Law)</h3> <div class="insurance-grid"> <div class="insurance-item">Cigna</div> <div class="insurance-item">Aetna</div> <div class="insurance-item">Anthem BCBS</div> <div class="insurance-item">UnitedHealthcare</div> </div> <p>Not sure about your coverage? Call Achieving Stars Therapy at <strong>(833) 666-3115</strong> for a free benefits check. The team will verify your child's coverage and explain what services are authorized.</p> </section> <!-- FAQ --> <section> <h2>Frequently Asked Questions About NH Medicaid and ABA Therapy</h2> <div class="faq-item"> <h3>Does New Hampshire Medicaid cover ABA therapy?</h3> <p>Yes. NH Medicaid covers ABA therapy for children under 21 with an autism diagnosis through the EPSDT benefit. There is no annual dollar cap. Achieving Stars Therapy is an approved NH Medicaid provider.</p> </div> <div class="faq-item"> <h3>How many hours of ABA therapy does NH Medicaid approve?</h3> <p>NH Medicaid does not set a fixed hour limit. Authorization is based on medical necessity, typically ranging from 10-40 hours per week. Achieving Stars Therapy's BCBAs recommend hours based on your child's individual assessment.</p> </div> <div class="faq-item"> <h3>What is the difference between Connor's Law coverage and Medicaid coverage?</h3> <p>Connor's Law applies to private insurance and has annual dollar caps ($36K under 12, $27K ages 12-21). NH Medicaid has no dollar caps and covers based on medical necessity. Both cover ABA therapy, but Medicaid often provides broader coverage for intensive therapy.</p> </div> <div class="faq-item"> <h3>How long does it take to get ABA therapy started through NH Medicaid?</h3> <p>After Achieving Stars Therapy submits the authorization request, approval typically takes 14 business days. Most families go from first call to first therapy session in 3-5 weeks.</p> </div> <div class="faq-item"> <h3>Can I use Katie Beckett Medicaid for ABA therapy?</h3> <p>Yes. Katie Beckett Medicaid covers ABA therapy the same way standard NH Medicaid does. Achieving Stars Therapy helps families determine if their child qualifies and assists with the application.</p> </div> <div class="faq-item"> <h3>Does Achieving Stars Therapy accept WellSense and AmeriHealth Caritas?</h3> <p>Yes. Achieving Stars Therapy works with both NH Medicaid managed care plans: WellSense Health Plan and AmeriHealth Caritas New Hampshire.</p> </div> <div class="faq-item"> <h3>What if my child's Medicaid ABA authorization is denied?</h3> <p>Achieving Stars Therapy helps families appeal denials. The team reviews the denial reason, gathers additional documentation, and resubmits. Families can also request a state fair hearing through NH DHHS.</p>
</div> <div class="faq-item"> <h3>What ages does Achieving Stars Therapy serve in New Hampshire?</h3> <p>Achieving Stars Therapy provides ABA therapy for children and teens ages 2-18 in New Hampshire. NH Medicaid EPSDT coverage extends through age 21.</p> </div> </section> <!-- Resources --> <section> <h2>New Hampshire Autism and Medicaid Resources</h2> <div class="resource-card"> <h3>NH Birth to 3 / Family-Centered Early Supports and Services (FCESS)</h3> <p>Early intervention for children under 3 with developmental delays. <a href="https://nhfv.org" target="_blank" rel="noopener">nhfv.org</a></p> </div> <div class="resource-card"> <h3>Katie Beckett Medicaid (NH DHHS)</h3> <p>Application information for families who do not qualify for standard Medicaid. <a href="https://dhhs.nh.gov" target="_blank" rel="noopener">dhhs.nh.gov</a></p> </div> <div class="resource-card"> <h3>Dartmouth Health Children's (CHaD)</h3> <p>Diagnostic evaluations and developmental pediatrics. <a href="https://dartmouth-health.org" target="_blank" rel="noopener">dartmouth-health.org</a></p> </div> <div class="resource-card"> <h3>Autism Society of New Hampshire</h3> <p>Family support, advocacy, and community resources. <a href="https://autismnh.org" target="_blank" rel="noopener">autismnh.org</a></p> </div> </section> <!-- CTA --> <div class="cta-section"> <h2>Start Medicaid-Covered ABA Therapy with Achieving Stars Therapy in New Hampshire</h2> <p>Achieving Stars Therapy will verify your Medicaid coverage, handle all paperwork, and get your child started with in-home ABA therapy. Most families begin within 1-2 weeks.</p> <a href="https://www.achievingstarstherapy.com/contact" class="cta-button">Book Your Free Consultation</a> <div class="cta-grid"> <div class="cta-item"> <div class="cta-item-label">Call</div> <div class="cta-item-value"><a href="tel:8336663115">(833) 666-3115</a></div> </div> <div class="cta-item"> <div class="cta-item-label">Email</div> <div class="cta-item-value"><a href="mailto:info@achievingstarstherapy.com">info@achievingstarstherapy.com</a></div> </div> <div class="cta-item"> <div class="cta-item-label">Fax</div> <div class="cta-item-value">(833) 666-1401</div> </div> </div> <p class="cta-note">Free consultation. No pressure. Achieving Stars Therapy serves families across 10 New Hampshire cities.</p> </div> </div>
Magnet logo


We provide personalized & expert ABA Therapy Services for Autism. We're in-Home, Medicaid covered & BCBA-Led,  Serving Families in Colorado, Kansas, New Hampshire, and South Carolina

Company

What Is Autism?What Is ABA Therapy?ServicesAboutAreas We ServeInsurance & MedicaidRefer A PatientCareers

Autism Therapy Services

Diagnostic Services for AutismWhat to Expect with ABA TherapyMain Techniques Used in Autism TherapyPotty Training SupportInterventions for Physical AggressionPlay Based ABA Therapy ServicesABA Therapy for ODDABA Therapy for Teens

Locations

ColoradoSouth CarolinaKansasNew Hampshire

Legal

Privacy PolicyTerms and Conditions

Contact

Phone: (833) 666-3115
Fax: (833) 666-1401
info@achievingstarstherapy.com
Achieving Stars Therapy © 2025. All rights reserved
●