CINXE.COM
Network of Care
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" href="favicon.ico" type="image/x-icon"> <meta property="og:site_name" content="Network Of Care" /> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Network Of Care", "alternateName": ["Network Of Care", "NOC"], "url" : "https://www.networkofcare.org" } </script> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"> <link href="/Content/bootstrap.min.css" rel="stylesheet" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link href="/Content/trilogy.css?v=2" rel="stylesheet" /> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <title> Network of Care </title> </head> <body> <section id="navigation" class="pb-1"> <nav id="nav" class="navbar navbar-expand-lg navbar-light bg-white"> <div class="container-fluid"> <a class="navbar-brand" href='/'> <img class="_noc-logo" src="/Content/Images/LogoMultiColor.jpg" /> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse justify-content-end" id="navbarTogglerDemo01"> <ul id="navUl" class="navbar-nav"> <li class="nav-item me-md-3 mb-3"> <a class="nav-link active" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-current="page" href="#about">About</a> </li> <li class="nav-item me-md-3 mb-3"> <a class="nav-link active" href="#services" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01">Services</a> </li> <li class="nav-item me-md-3 mb-3"> <a class="nav-link active" href="#others-say" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01">What Others Say</a> </li> <li class="nav-item me-md-3 mb-3"> <a class="nav-link active" href="#press" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01">Press</a> </li> <li class="nav-item me-md-3 mb-3"> <a class="nav-link active" href="#partners" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01">Partners</a> </li> <li class="nav-item me-md-3 mb-3"> <a id="btnScheduleDemo" class="btn btn-primary rounded-pill modal-link" href='/Home/NextSteps'> <i class="fas fa-bookmark"></i> Schedule a Demo </a> </li> <li class="nav-item me-md-4"> <a class="" href="#map-live-sites"> <img src="/Content/Images/map_mini.png" /> </a> </li> </ul> </div> </div> </nav> </section> <section id="video" class="pb-0 pt-0"> <div class="videoWrapper" style="height: 500px;"> <video class="video d-none nocVideo" controls preload="none"> <source src="/Media/networkOfCareVideo3_0.mp4" type="video/mp4"> Sorry, your browser doesn't support embedded videos. </video> <div class="videoOverlay imageOverlay d-flex justify-content-center align-items-center h-100" style="background: black; background-size: cover; background-image: url(/Content/Images/video_thumbnail_2.png);"> <div class="text-center text-white" style="width: 100%;"> </div> </div> <div class="videoOverlay blackOverlay d-flex justify-content-center align-items-center h-100" style="background: black; opacity: .3;"> <div class="text-center text-white" style="width: 100%;"> </div> </div> <div class="videoOverlay textOverlay d-flex justify-content-center h-100"> <div class="text-center text-white d-flex flex-column justify-content-center" style="width: 100%;"> <svg viewBox="0 0 350 75"> <text x="10" y="15" font-size="15" dy="0"> <tspan class="videoOverlayText" x="65" dy=".6em">Our goal is to help people fully </tspan> <tspan class="videoOverlayText" x="68" dy="1.2em">engage with their own health</tspan> <tspan class="videoOverlayText" x="120" dy="1.2em">and well-being.</tspan> </text> </svg> <i id="videoPlayIcon" style="font-size: 100px;" class="far fa-play-circle hide"></i> </div> </div> </div> </section> <section id="quotes" class="_grey-background pt-0"> <div class="container-md "> <div class="d-flex flex-wrap row"> <div class="col-md-12 d-flex justify-content-center"> <div id="quoteCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel" style="min-height: 200px;"> <div id="quoteCarouselInner" class="carousel-inner d-flex flex-wrap "> </div> <button class="quote-carousel-prev carousel-control-prev" type="button" data-bs-target="#quoteCarousel" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="quote-carousel-next carousel-control-next" type="button" data-bs-target="#quoteCarousel" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> </div> </div> </div> </section> <section id="about" class="_grey-background"> <div class="container-md"> <div class="row"> <div class="col-md-6"> <h2 class="_dark-blue">About<br><span class="_light-blue">Network of Care</span></h2> <img style="width: 100%; max-width:434px;" src="/Content/Images/Logo_Collage.png" /> </div> <div class="col-md-6"> <p class=""> The Network of Care utilizes the Internet for social good by providing fast and easy access to comprehensive community services, information, support, and assistance on a localized level to millions of people nationwide. The goal of the Network of Care is to ensure "No Wrong Door" exists for those in need of social services and to provide trusted information for anyone interested in making better decisions about the health and well-being of themselves and those around them.<br /><br /> <a class="read-more" data-bs-toggle="collapse" href="#about-read-more" role="button" aria-expanded="false" aria-controls="about-read-more"> Read More </a> </p> <div class="collapse" id="about-read-more"> <p>Today, the Network of Care is the largest government-sponsored, community-based online platform in the country. With hundreds of websites covering over half the nation and more than two decades of experience, the Network of Care is uniquely positioned to assist state and county governments across the country. Whether it is the opioid crisis, access to local information and resources, emergency information, basic needs, online training, or care coordination, the Network of Care can help.</p> <p>Beyond Behavioral Health, the Network of Care offers portals for: Seniors & People with Disabilities; Developmental Disabilities; Domestic Violence; Children and Families; Post-Incarceration Reentry; Veterans, Service Members & Their Families; Public Health Assessment and Wellness; and Homeless Services. There is simply no other competitive program with the Network of Care’s breadth and depth of features, functionality, and flexibility necessary to meet the needs of our communities at the state and local levels.</p> <p>The Network of Care was specifically recommended to all states and counties by the President’s New Freedom Commission on Mental Health, and has been approved for funding by name in the most recent SAMHSA guidance for the Mental Health Block Grant under the American Rescue Plan. The Network of Care is provided in partnership with the National Association of State Mental Health Program Directors and the National Association of County Behavioral Health & Developmental Disability Directors.<br /><br /> <a data-bs-toggle="collapse" href="#about-read-more" role="button" aria-expanded="false" aria-controls="about-read-more"> Read Less </a> </p> </div> </div> </div> </div> </section> <section id="services"> <div class="container-md"> <div class="row"> <div class="col-md-4"> <h2 class="_dark-blue">Our<br><span class="_light-blue">Services</span></h2> </div> <div class="col-md-8"> <p class="">Network of Care provides a comprehensive information solution for consumers and other stakeholders at the local, state and national level in the health and human services arena.</p> </div> </div> <div id="services-buttons" class="row"> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=mh'> <span>Behavioral Health</span> </a> </div> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services modal-link" href='/Home/ProductsModalContent?productDirectory=family'> <span>Children & Family<br />Services</span> </a> </div> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services modal-link" href='/Home/ProductsModalContent?productDirectory=dd'> <span>Developmental<br />Disabilities</span> </a> </div> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=dv'> <span>Domestic Violence</span> </a> </div> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=hs'> <span>Homeless Resources</span> </a> </div> <div class="col-md-4 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=kids'> <span>Kids (Ages 0-5)</span> </a> </div> <div class="col-md-6 _services-button-container"> <a class="btn btn-primary _btn-services modal-link" href='/Home/ProductsModalContent?productDirectory=ps'> <span>Post-Incarceration Reentry</span> </a> </div> <div class="col-md-6 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=ph'> <span>Public Health</span> </a> </div> <div class="col-md-6 _services-button-container"> <a class="btn btn-primary _btn-services modal-link" href='/Home/ProductsModalContent?productDirectory=aging'> <span>Seniors & People with<br />Disabilities</span> </a> </div> <div class="col-md-6 _services-button-container"> <a class="btn btn-primary _btn-services _services-button-one-line modal-link" href='/Home/ProductsModalContent?productDirectory=veterans'> <span>Veterans, Service Members and Their Families</span> </a> </div> </div> </div> </section> <section id="features" class="_grey-background"> <div class="container"> <h2 class="_dark-blue">Features<br><span class="_light-blue"></span></h2> <div class="row mt-5 justify-content-between"> <div class="col-md-6"> <div class="accordion" id="accordionExample"> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingFive"> <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="true" aria-controls="collapseFive"> <h4>Client Portal</h4> </button> </h2> <div id="collapseFive" class="accordion-collapse collapse show" aria-labelledby="headingFive" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text"> Unlimited publishing, community-calendar management, and management of all custom pages. Personalize and publish articles, resources and tools that directly relate to your community鈥檚 needs. </p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingThree"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> <h4>Library</h4> </button> </h2> <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text"> Assembles more than 30,000 high-quality articles, fact sheets, and interactive tools on more than 4,000 physical- and mental-health topics. Articles are easily available for online viewing, printing, posting and emailing. Trilogy continually maintains, updates and expands Library content. </p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingFour"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> <h4>Links</h4> </button> </h2> <div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text"> More than 20,000 websites for city, county, state and national government agencies and nonprofit organizations. Trilogy continually maintains, updates and expands Links content. </p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingTwo"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> <h4>My Account</h4> </button> </h2> <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text"> Creates an account for content personalization, personal health records, emergency cards, health directives, and more. </p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingEight"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseEight" aria-expanded="false" aria-controls="collapseEight"> <h4>Opioid-Dependence Content</h4> </button> </h2> <div id="collapseEight" class="accordion-collapse collapse" aria-labelledby="headingEight" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text">Resources and references for general opioid information, including education and harm-reduction techniques.</p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingSix"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix"> <h4>Referral Application</h4> </button> </h2> <div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text">Enables Call Center staff to record and track information about a client鈥檚 specific and unmet needs. Customize fields for data collection, make direct referrals to providers, and produce the reports you need.</p> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingOne"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne"> <h4>Service Directory</h4> </button> </h2> <div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text">A comprehensive, customized database that enables case managers and clients to quickly locate local programs and services and make informed choices about what they need.</p> <ul> <li class="_features-text">Includes, but is not limited to, all licensed facilities, all direct or contracted services, all target-population-specific services, all basic needs, and supportive local services.</li> <li class="_features-text">A web-based application, or “widget,” that enables visitors to add search functionality to any blog or website. Widgets provide search results specific to each service area.</li> <li class="_features-text">"Near Me" functionality that enables Service Directory visitors using mobile devices to search for listings with GPS enabled.</li> <li class="_features-text">A Guided Search feature that assists visitors in identifying the specific services they need.</li> <li class="_features-text">All emergency information, including crisis mobile-response teams, psychiatric emergency rooms, and emergency-room services.</li> <li class="_features-text">Survey ratings for home health agencies, skilled nursing facilities, and hospitals.</li> <li class="_features-text">A regional database of physicians, searchable by ZIP and focused on behavioral-health specialties.</li> </ul> </div> </div> </div> <div class="accordion-item border-0 mb-3"> <h2 class="accordion-header" id="headingNine"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseNine" aria-expanded="false" aria-controls="collapseNine"> <h4>Suicide Prevention Resources and Support</h4> </button> </h2> <div id="collapseNine" class="accordion-collapse collapse" aria-labelledby="headingNine" data-bs-parent="#accordionExample"> <div class="accordion-body"> <p class="_features-text">Access to national, state and local crisis lines and treatment centers, tools for creating prevention plans, and support for loved ones. </p> </div> </div> </div> </div> </div> <div class="col-md-5 _features-container"> <img style="border-top-left-radius: 50px; border-bottom-left-radius: 50px; width: 100%;" src="/Content/Images/features_latino_narrow.jpg" /> </div> </div> </div> </section> <section id="map-live-sites"> <div class="container-md"> <div class="row"> <div class="col-md-9" id="mapd"> </div> <div class="col-md-3 d-flex justify-content-center flex-column"> <p class="fw-bold text-black"> <svg class="_dark_blue_fill" style="width: 35px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="50" /> </svg> Live Site </p> <p class="fw-bold text-black"> <svg class="_light_blue_fill" style="width: 35px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="50" /> </svg> Schedule a Demo </p> </div> </div> </div> </section> <section id="others-say" class="_grey-background pb-0"> <div class="container"> <h2 class="_dark-blue mb-4">What Others<br><span class="_light-blue">Say About Us</span></h2> <div class="row justify-content-center"> <div class="col-md-12 p-3 d-flex flex-wrap justify-content-evenly" style="width: 85%"> <p> <img src="/Content/Images/MdCaseStudy.png" style="width: 100%; max-width: 350px;" /><br /><br /> <a class="btn btn-primary" href="/Content/PDF/CaseStudyMaryland.pdf" target="_blank">Maryland Case Study</a> </p> <p> <img src="/Content/Images/TarrantCaseStudy.png" style="width: 100%; max-width: 350px;" /><br /><br /> <a class="btn btn-primary" href="/Content/PDF/CaseStudyTarrant.pdf" target="_blank">Tarrant Case Study</a> </p> </div> </div> <div class="d-flex flex-wrap row"> <div class="col-md-12 d-flex justify-content-center"> <div id="testamonialCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel" style="min-height: 200px;"> <div id="testimonialsCarouselInner" class="carousel-inner d-flex flex-wrap "> </div> <button class="quote-carousel-prev carousel-control-prev" type="button" data-bs-target="#testamonialCarousel" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="quote-carousel-next carousel-control-next" type="button" data-bs-target="#testamonialCarousel" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> </div> </div> </div> </section> <section id="press"> <div class="container-md"> <h2 class="_dark-blue">Recent<br><span class="_light-blue">Press Releases</span></h2> <div class="row"> <div class="col-md-6 pt-3" style="min-height: 150px;"> <h4>Network of Care Is Qualified Expenditure in Latest SAMHSA Guidelines</h4> <p>05/18/2021</p> </div> <div class="col-md-6 pt-3"> <div> <p> On the eve of our 20<sup>th</sup> anniversary, the Network of Care is honored to be recognized by SAMHSA as a qualified expenditure in its recent guidelines for the American Rescue Plan’s $1.5 billion Mental Health Block Grant (MHBG) appropriation. </p> <p> <a class="read-more" data-bs-toggle="collapse" href="#press-read-more-samhsa" role="button" aria-expanded="false" aria-controls="about-read-more-samhsa"> Read More </a> </p> </div> </div> <div class="col-12"> <div class="collapse" id="press-read-more-samhsa"> <p> On the eve of our 20<sup>th</sup> anniversary, the Network of Care is honored to be recognized by SAMHSA as a qualified expenditure in its recent guidelines for the American Rescue Plan’s $1.5 billion Mental Health Block Grant (MHBG) appropriation. </p> <p> In this four-year grant, SAMHSA explicitly encourages states to use MHBG funding for infrastructure development, as long as the intent of the infrastructure supports or benefits persons with serious mental illness or severe emotional disturbance (SMI-SED). The Network of Care assists persons with SMI-SED in finding treatment, support, awareness, education and other resources necessary for recovery: </p> <p> Consider digital platforms, such as Network of Care, which facilitate access to behavioral health services for persons with SMI-SED <a href="https://us.networkofcare.org/content/client/344/BG_Guidance_for_ARP_funding_5.18.21.pdf">(Please see page 2, bullet #7).</a> </p> <p> If you are interested in learning more about how the Network of Care can help your local jurisdiction during these challenging times, please contact Pam Frank at (415) 257-2407 or <a href="mailto:pam@trilogyir.com">pam@trilogyir.com</a> </p> <p> <a class="read-more" data-bs-toggle="collapse" href="#press-read-more-samhsa" role="button" aria-expanded="false" aria-controls="about-read-more-samhsa"> Read Less </a> </p> </div> </div> </div> <hr /> <div class="row"> <div class="col-md-6 pt-3" style="min-height: 150px;"> <h4>Loudoun County, Virginia, Procures the Network of Care for Its Behavioral Health Community</h4> <p>9/9/2024 12:00:00 AM</p> </div> <div class="col-md-6 pt-3"> <div> <p> <p>Loudoun County, Va., has contracted with the Network of Care to bring its Behavioral Health program to the mental-health and substance-use community.</p><br /><br /> <a class="read-more" data-bs-toggle="collapse" href="#press-read-more-0" role="button" aria-expanded="false" aria-controls="about-read-more-0"> Read More </a> </p> </div> </div> <div class="col-12"> <div class="collapse" id="press-read-more-0"> <p> <p>Loudoun County, Va., has contracted with the Network of Care to bring its Behavioral Health program to the mental-health and substance-use community. The county plans to implement the Network of Care to provide access to: </p> <ol> <li>A comprehensive directory of services, including all basic needs, social determinants of health, treatments, recovery, and support</li> <li>Educational resources with more than 30,000 peer-reviewed articles</li> <li>Resources and support for the <a href="https://mentalhealth.networkofcare.org/GWCAC-va/CommunityResources/Opioids">Opioid Crisis</a></li> <li>Resources and support for <a href="https://mentalhealth.networkofcare.org/GWCAC-va/CommunityResources/SuicidePrevention">Suicide Prevention</a></li> <li>Resources and support for <a href="https://mentalhealth.networkofcare.org/GWCAC-va/CommunityResources/DisasterMentalHealth">Disaster Relief</a></li> <li>Care Coordination tools, and much more</li> </ol> <p> The Network of Care is the largest government-sponsored behavioral health network in the country, active in 26 states with more than a few hundred local sites nationwide. The program is an approved expenditure under SAMHSA’s Mental Health Block Grant and recommended to all grantees within the guidelines of ARPA. (<a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=f1c2b3ad94&e=0217ba079a">Please see page 2, bullet #7</a>)<br><br>The Network of Care for Behavioral Health program is expected to launch in Loudoun County this winter. For more information on how your county may benefit from the Network of Care, please contact Pam Frank at <a href="mailto:pfrank@trilogyir.com">pfrank@trilogyir.com</a> or (415) 257-2407.</p><br /><br /> <a data-bs-toggle="collapse" href="#press-read-more-0" role="button" aria-expanded="false" aria-controls="press-read-more-0"> Read Less </a> </p> </div> </div> <div class="col-md-12"> <hr /> </div> </div> <div class="row"> <div class="col-md-6 pt-3" style="min-height: 150px;"> <h4>New Network of Care Program for Homelessness Launches in Texas </h4> <p>02/19/2024</p> </div> <div class="col-md-6 pt-3"> <div> <p> <p>The State of Texas launched the most comprehensive platform aimed at ending homelessness in the country on Feb. 19. With more than 20,000 provider records, a one-of-a-kind <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=f346640377&e=31d47dd5f9" target="_blank" rel="noopener">guided search</a>, <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=18fdd46813&e=31d47dd5f9">clothing and hygiene assistance</a>, and much more, the <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=77223bc2f6&e=31d47dd5f9">Network of Care for Homeless Resources</a> program helps persons at every stage of housing instability, frontline workers, and the rest of the caregiver community combat homelessness by emphasizing local mental-health and substance-use services along with basic needs and social determinants of health.</p><br /><br /> <a class="read-more" data-bs-toggle="collapse" href="#press-read-more-1" role="button" aria-expanded="false" aria-controls="about-read-more-1"> Read More </a> </p> </div> </div> <div class="col-12"> <div class="collapse" id="press-read-more-1"> <p> <p>The State of Texas launched the most comprehensive platform aimed at ending homelessness in the country on Feb. 19. With more than 20,000 provider records, a one-of-a-kind <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=f346640377&e=31d47dd5f9" target="_blank" rel="noopener">guided search</a>, <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=18fdd46813&e=31d47dd5f9">clothing and hygiene assistance</a>, and much more, the <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=77223bc2f6&e=31d47dd5f9">Network of Care for Homeless Resources</a> program helps persons at every stage of housing instability, frontline workers, and the rest of the caregiver community combat homelessness by emphasizing local mental-health and substance-use services along with basic needs and social determinants of health.</p> <p>The Network of Care is poised to assist stakeholders in Texas – the second most populous state in the nation, with the <a href="https://networkofcare.us3.list-manage.com/track/click?u=d2d309bab69feeb4dbad3d784&id=83f8809453&e=31d47dd5f9" target="_blank" rel="noopener">5th highest homelessness rate</a> – in supporting the unhoused population by offering a user-friendly online program that brings together resources from across the state. Ensuring that all communities have access to all resources available at the local level, this program serves as a national model for state and local authorities seeking to improve the lives of their homeless population. The Network of Care also provides much needed support to outreach workers on the ground.</p> <p>To learn more about how this breakthrough program can aid your local community, please contact Pam Frank at (415) 257-2407 or <a href="mailto:pfrank@trilogyir.com">pfrank@trilogyir.com</a>.</p><br /><br /> <a data-bs-toggle="collapse" href="#press-read-more-1" role="button" aria-expanded="false" aria-controls="press-read-more-1"> Read Less </a> </p> </div> </div> <div class="col-md-12"> <hr /> </div> </div> <div class="row"> <div class="col-md-6 pt-3" style="min-height: 150px;"> <h4>North Carolina Procures the Network of Care for Its Behavioral Health Community</h4> <p>1/18/2024 12:00:00 AM</p> </div> <div class="col-md-6 pt-3"> <div> <p> <p>RALEIGH, N.C. – The North Carolina Department of Health and Human Services has contracted with the Network of Care to bring its Behavioral Health program to the mental-health and substance-use community. </p><br /><br /> <a class="read-more" data-bs-toggle="collapse" href="#press-read-more-2" role="button" aria-expanded="false" aria-controls="about-read-more-2"> Read More </a> </p> </div> </div> <div class="col-12"> <div class="collapse" id="press-read-more-2"> <p> <p>RALEIGH, N.C. – The North Carolina Department of Health and Human Services has contracted with the Network of Care to bring its Behavioral Health program to the mental-health and substance-use community. </p> <p>Taking advantage of ARPA funding, the state plans to implement the Network of Care to provide access to:</p> <ol> <li>A comprehensive directory of services, including all basic needs, social determinants of health, treatments, recovery, and support</li> <li>Educational resources with more than 30,000 peer-reviewed articles</li> <li>Resources and support for the <a href="https://durham.nc.networkofcare.org/mh#opioids" target="_blank" rel="noopener">Opioid Crisis</a></li> <li>Resources and support for <a href="https://durham.nc.networkofcare.org/mh/suicide/index.aspx?k=suicide&z=&r=500" target="_blank" rel="noopener">Suicide Prevention</a></li> <li>Resources and support for <a href="https://durham.nc.networkofcare.org/mh/disasterPreparedness/index.aspx?k=mental%20health&z=&r=500" target="_blank" rel="noopener">Disaster Relief</a></li> <li>Care Coordination tools, and much more</li> </ol> <p>The Network of Care is the largest government-sponsored, local behavioral health network in the country. The program is an approved expenditure under SAMHSA’s Mental Health Block Grant and recommended to all grantees within the guidelines of ARPA. (<a href="https://us.networkofcare.org/content/client/344/BG_Guidance_for_ARP_funding_5.18.21.pdf" target="_blank" rel="noopener">Please see page 2, bullet #7</a>)</p> <p>The Network of Care for Behavioral Health program is expected to launch in North Carolina in spring of 2024. </p> <p>For more information on how your state may benefit from the Network of Care, please contact Pam Frank at <a href="mailto:pfrank@trilogyir.com">pfrank@trilogyir.com</a> or (415) 257-2407.</p><br /><br /> <a data-bs-toggle="collapse" href="#press-read-more-2" role="button" aria-expanded="false" aria-controls="press-read-more-2"> Read Less </a> </p> </div> </div> <div class="col-md-12"> <hr /> </div> </div> <div class="row"> <div class="col-md-12 d-flex justify-content-end"> <a href="/Press/Index" class="btn btn-primary rounded-pill">View All Press Releases</a> </div> </div> </div> </section> <section id="partners" class="_grey-background"> <div class="container-md"> <h2 class="_dark-blue">Our Partners<br><span class="_light-blue"></span></h2> <div class="row justify-content-center mt-5"> <div class="col-md-4 text-center"> <img src="/Content/Images/nasmhpd.png" /> <h2 class="d-none">NASMHPD</h2> <p>National organization representing state executives responsible for the public mental health service delivery system serving millions of people annually in all 50 states, 6 territories and Pacific Jurisdictions, and the District of Columbia.</p> </div><!-- /.col-lg-4 --> <div class="col-md-4 text-center"> <img src="/Content/Images/nacbhdd.png" /> <h2 class="d-none">NACBHDD</h2> <p>NACBHDD is the only national voice for county and local behavioral health and developmental disability authorities in Washington, DC. Through education, policy analysis, and advocacy, NACBHDD brings the unique perspective of our members to Congress and the Executive Branch. </p> </div><!-- /.col-lg-4 --> </div> </div> </section> <script src="/Scripts/video.js"></script> <footer id="footer" class="_grey-blue-background py-5"> <div class="container pb-5"> <div id="trilogy-contact" class="d-flex justify-content-center flex-wrap"> <div class="px-3"> <p id="footer-phone" class="text-center fs-6"><a href="tel:415-458-5900"><i class="fas fa-phone"></i> 415-458-5900</a></p> </div> <div class="px-3"> <p class="text-center fs-6"> <a href="mailto:info@trilogyir.com"><i class="far fa-envelope"></i> info@trilogyir.com</a></p> </div> <div class="px-3"> <p class="text-center fs-6">Share <a class="pe-2" href="https://www.facebook.com/Network-of-Care-487154397993100/"><i class="fab fa-facebook"></i></a><a href="https://twitter.com/mynetworkofcare"><i class="fab fa-twitter"></i></a></p> </div> </div> <div class="d-flex justify-content-center"> <div class="px-3 w-75"> <p class="text-center fs-6">Trilogy Integrated Resources is a California-based Internet company that focuses on providing access to comprehensive, high-quality information and community-based programs in the health and human services arena.</p> </div> </div> <div class="row justify-content-center"> <div class="px-3"> <p class="text-center fs-6">Copyright © Trilogy Integrated Resources, All Rights Reserved.</p> </div> </div> </div> </footer> <div id="select-product" class="container-fluid"> <div class="row d-md-none"> <a id="mobile-select-product" class="btn btn-primary rounded-0">Select a Product <i id="mobile-select-icon" class="fas fa-chevron-up"></i></a> </div> <div id="desktop-select-product" class="row d-none d-md-flex"> <div class="col-md-2 p-3 _select-site-dropdown"> <select class="selectpicker dropup form-select form-select-md" data-val="true" data-val-number="The field ProductId must be a number." data-val-required="The ProductId field is required." id="ProductId" name="ProductId"> </select> </div> <div class="col-md-2 p-3 _select-site-dropdown"> <select class="form-select form-select-md" data-val="true" data-val-number="The field StateId must be a number." data-val-required="The StateId field is required." id="StateId" name="StateId"> <option value="">State</option> </select> </div> <div class="col-md-2 p-3 _select-site-dropdown"> <select class="form-select form-select-md" data-val="true" data-val-number="The field CountyId must be a number." data-val-required="The CountyId field is required." id="CountyId" name="CountyId"> <option value="">Region</option> </select> </div> <div class="col-md-3 p-3 _select-site-go"> <a style="color: white;" class="visit-site"> Visit a Network of Care Site <i class="fas fa-long-arrow-alt-right"></i> </a> </div> </div> </div> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div id="modal-content" class="modal-content"> <div class="modal-header align-items-start"> <h5 class="modal-title" id="exampleModalLabel">Modal title</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body _modal-body"> </div> </div> </div> </div> <div id="overlay"> <img src="/Content/Images/loading.gif" /> Loading... </div> <div class="modal fade" id="modal-container" tabindex="-1" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div id="modal-container-content" class="modal-content"> </div> </div> </div><!-- /.modal --> <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="/Scripts/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/jquery-validation@1.19.2/dist/jquery.validate.min.js"></script> <script src="/Scripts/d3.js"></script> <script src="/Scripts/d3map.js"></script> <script> $(window).bind("load", function () { initMapD3(); }); </script> <script src="/Scripts/site.js?v=20231"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-PTZXW8M6NK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-PTZXW8M6NK'); </script> </body> </html>