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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Does NH Medicaid cover ABA therapy? Yes. Achieving Stars Therapy accepts WellSense and AmeriHealth Caritas. In-home ABA for children with autism across Manchester, Nashua, Concord, and 7 more NH cities. No waitlist."> <title>Does NH Medicaid Cover ABA Therapy? | Achieving Stars Therapy</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap" rel="stylesheet"> <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; word-break: break-word; overflow-wrap: anywhere; } .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; min-width: 0; } .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: 15px; word-break: break-word; overflow-wrap: anywhere; min-width: 0; } .cta-item-value a { color: var(--white); text-decoration: none; word-break: break-word; overflow-wrap: anywhere; } .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> </head> <body> <!-- 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 diagnosis. Achieving Stars Therapy is an approved in-home ABA provider serving Manchester, Nashua, Concord, Dover, Rochester, Derry, Hudson, Londonderry, Merrimack, and Salem. Most families begin within 1-2 weeks of their first call.</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 EPSDT benefit, which requires coverage of all medically necessary services for children under 21. There is no annual dollar cap. Achieving Stars Therapy works with both NH Medicaid managed care plans: <strong>WellSense Health Plan</strong> and <strong>AmeriHealth Caritas New Hampshire</strong>.</p> <p>Covered services include in-home ABA sessions, behavior assessments (FBA), individualized treatment planning, and parent training.</p> </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) requires private insurance plans in New Hampshire to cover ABA therapy for children with autism. Private insurance caps are $36,000/year under age 12 and $27,000/year for ages 12-21. NH Medicaid has no such caps. Achieving Stars Therapy accepts both NH Medicaid and Connor's Law commercial plans, 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 allows children under 19 with a qualifying disability to access Medicaid based on the child's own income, not the family's. An autism diagnosis often qualifies. This is the path for families who earn too much for standard Medicaid but cannot afford out-of-pocket ABA costs. Achieving Stars Therapy helps families with the Katie Beckett application and covers the same services as standard NH Medicaid.</p> </section> <!-- Authorization Process --> <section> <h2>How Does Achieving Stars Therapy Handle NH Medicaid Authorization?</h2> <ol class="steps-list"> <li><strong>Free phone consultation</strong> (15 minutes). Call (833) 666-3115 or book online.</li> <li><strong>Benefits verification.</strong> Achieving Stars Therapy contacts WellSense or AmeriHealth Caritas to confirm coverage. Turnaround: 24-48 hours.</li> <li><strong>In-home BCBA assessment.</strong> A BCBA visits your home to evaluate your child and build an individualized treatment plan.</li> <li><strong>Prior authorization submitted.</strong> Achieving Stars Therapy handles all paperwork. Standard authorization takes 14 business days.</li> <li><strong>Therapy begins.</strong> Most New Hampshire families start within 1-2 weeks of authorization.</li> </ol> </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 four NH counties:</p> <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> <span class="area-tag">Derry</span> <span class="area-tag">Salem</span> <span class="area-tag">Concord</span> <span class="area-tag">Dover</span> <span class="area-tag">Rochester</span> </div> </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> <p>Achieving Stars Therapy also accepts Cigna, Aetna, Anthem BCBS, and UnitedHealthcare. Call <strong>(833) 666-3115</strong> for a free benefits check.</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 for children under 21 through the EPSDT benefit, with 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>Authorization is based on medical necessity, typically 10-40 hours per week, determined by your child's BCBA 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 has annual dollar caps. NH Medicaid has no caps, making it the stronger path for intensive ABA.</p> </div> <div class="faq-item"> <h3>How long does it take to get ABA therapy started through NH Medicaid?</h3> <p>Approval typically takes 14 business days. Most families go from first call to first session in 3-5 weeks.</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 and AmeriHealth Caritas NH.</p> </div> <div class="faq-item"> <h3>What ages does Achieving Stars Therapy serve in New Hampshire?</h3> <p>Achieving Stars Therapy serves children and teens ages 2-18 across New Hampshire.</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> </body> </html>
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
●