Increase Font Size

A- A A+

Behavioral Health Agencies

AZ Court Help Logo
Arizona Supreme Court Logo

Terms of Use | Privacy Policy | About Us


Copyright © Arizona Bar Foundation 2026. All Rights Reserved.


This website has been prepared for general information purposes only. The information on this website is not legal advice. Legal advice is dependent upon the specific circumstances of each situation. Also, the law may vary from state-to-state or county-to-county, so that some information in this website may not be correct for your situation. Finally, the information contained on this website is not guaranteed to be up to date. Therefore, the information contained in this website cannot replace the advice of competent legal counsel licensed in your jurisdiction.

{source}<style>
.modal-header {
background-color: #782520;
color: #ffffff;
padding: 25px;}
.modal-footer {
background-color: #782520;
}

.close {
color: #ffffff;
}
#myModal {
z-index: 9999;
}
</style>
{/source}

{source}<div class="container">
<!-- Modal -->
<div class="modal show" id="myModal" role="dialog">
<div class="modal-dialog modal-dialog-scrollable
" role="document">


<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" onclick="closeModal()" data-dismiss="modal">Close</button>
<h4 class="modal-title">Disclaimer</h4>
</div>
<div class="modal-body">
<p>Behavioral Health Agencies are under the purview of the Arizona Health Care Cost Containment System.  Call before showing up to ensure that they are open and to see if they have a location closer to you where you can submit your paperwork.  You are encouraged to visit the <a href="https://www.azahcccs.gov/Members/BehavioralHealthServices/" target="_blank" rel="noopener noreferrer">AHCCCS Behavioral Health</a> page to verify certification and contact details.</p>
</div>
<!-- <div class="modal-footer">
<button type="button" class="btn btn-default" onclick="closeModal()" data-dismiss="modal">Close</button>
</div> -->
</div>

</div>
</div>

</div>

<script>
function closeModal() {
document.getElementById("myModal").className = "modal hide"
}
</script>
{/source}