Addison, Texas Substance Use Statistics And Treatment Options
Updated on May 12, 2020 | Published on September 30, 2019
If you live in Addison and are ready to get help for addiction, you have a large number of treatment facilities available. Finding the right one will get you started successfully on the path towards sober living.
Substance Use Statistics In Addison And Dallas County, Texas
Addison, which is part of Dallas County, continues to fight drug use. With 38 treatment centers in this region, the area is able to provide help to those who need it.
However, many people find themselves struggling with the weight of addiction and substance use problems, as these numbers show:
- In 2017, Dallas County had 214,621 total patient visits to the emergency room for people with substance misuse problems.
- Of those emergency room visits, 82 percent were handled on an outpatient basis.
- The majority of visits (73 percent) were adults between the ages of 26 and 60 years old.
- Among adults, the top five non-nicotine substances people struggled with were alcohol, heroin, marijuana, methamphetamine, and opioids.
- In 2018, The Dallas, El Paso, and Houston Drug Enforcement Administration ranked methamphetamine as the top drug threat.
- Dallas County had a low opioid prescribing rate in 2018 of 40.3 prescriptions per 100 people. This may be why opioid use does not rank as one of the top concerns for the region.
- In 2017, Dallas County reported 337 drug overdose deaths, which was a rate of 12.9 deaths per 100,000 residents.
Introducing
virtual care
Get treatment when
and how you need it.
Addiction Treatment Options In Addison, Texas
In Addison, a wide-range of treatment options means you can get personalized addiction treatment that meets your specific needs. You can find inpatient treatment, outpatient care, medication-assisted treatment, and detox programs close to home.
Regard Healthcare Texas in Scurry is one of these recovery options, offering a range of treatment choices not far from Addison.
Detox Programs
Withdrawal is the first step on the road to recovery, and it comes with intense side effects and strong cravings. Professional detox programs provide medical care during this challenging time. This is often the first step in addiction treatment, and detox protects against early relapse.
Inpatient Addiction Treatment
After detox, many patients move to an inpatient treatment center where they can focus all of their time and energy on treatment. Inpatient or residential rehab gives you 24-hour supervision and support. You get the opportunity to explore a range of treatment options each day.
Outpatient Drug Rehab
If you need the freedom to continue working or need to care for your family while in rehab, outpatient care provides that freedom.
With outpatient treatment, you travel to the treatment center for therapy and then return home. Outpatient care works best for those with strong home support and reliable transportation.
Medication-Assisted Treatment in Addison
If you struggle with opioid or alcohol use disorder, medication-assisted treatment (MAT) can provide relief. Using prescription medications combined with therapy, MAT programs help lessen the effect of withdrawal or make your cravings less intense.
You may find MAT as part of your larger treatment program or as a stand-alone care option.
Aftercare Planning And Services
When addiction treatment is over and you re-enter daily life, you’ll need continued support to protect yourself against relapse.
Aftercare programs provide this support, and the best treatment centers will have a plan in place to help their alumni access peer support groups, sober-living homes, or community-based programming.
How To Pay For Alcohol Or Drug Rehab
If you have health insurance, your insurance provider will offer help to pay for alcohol or drug rehab, so reach out to them to see what’s covered. Also reach out to the treatment center to make sure they accept your particular plan.
Virtual Care Is Available With Regard Healthcare
Virtual care is possible with Regard Healthcare, our new virtual care platform that gives you access to treatment from the comfort of your home through a secure video connection.
Whether you’re unable to travel to your addiction treatment center or need to touch base between meetings, virtual care is available and can help.
//$startTime = microtime(true);
require_once 'inc/db.php';
require_once 'inc/lookups.php';
$requestLookup = $requestLookup ? $requestLookup : sanitize_text_field($_GET['lookup']);
$requestState = $requestState ? $requestState : sanitize_text_field($_GET['state']);
$requestCity = $requestCity ? $requestCity : sanitize_text_field($_GET['city']);
$requestLocation = $requestLocation? $requestLocation : sanitize_text_field($_GET['location']);
$dataOnly = $dataOnly ? $dataOnly : (bool) $_GET['dataonly'];
if ($requestLookup) {
if (array_key_exists($requestLookup, $lookupGroups)) {
$lookup = $requestLookup;
if (is_array($lookupGroups[$lookup])) {
$lookupGroup = $lookupGroups[$lookup];
}
$lookupName = $lookupTitles[$lookup];
}
if (!$lookup) {
$err['lookup'] = "Sorry, we couldn't find that category.";
}
}
if ($requestState && $lookup) {
$stateSlug = str_replace('-'.$requestLookup, '', $requestState);
$state = Model::factory('State')->where('url', $stateSlug)->find_one();
if (!$state) {
$err['state'] = "Sorry, we couldn't find that state.";
$is404 = true;
}
}
if ($requestCity && $state) {
$city = $state->city()->where('url', $requestCity)->find_one();
if (!$city) {
$err['city'] = "Sorry, we couldn't find that city.";
$is404 = true;
}
}
if ($requestLocation && $city ) {
/* Fetch Location Only under primary Lookup*/
if($lookup=='rehab-centers')
$location = $city->location()->where('url', $requestLocation)->find_one();
if (!$location) {
$err['location'] = "Sorry, we couldn't find that location.";
$is404 = true;
}
/* Special Header Addons - Locations Under Sub Lookups*/
if($lookup!='rehab-centers')
$sublookup_head = true;
}
/***
* Let's work backwards with what we have.
***/
// City Table Column Selector :: Num Locations by Lookup
switch($lookup){
case 'inpatient-rehab-centers' : $col = 'num_inpa'; break;
default : $col = 'num_locations';
}
if ($location) {
$attributes['S'] = $attributes['T'] = $attributes['D'] = $attributes['P'] = array();
foreach ($location->attribute()->find_many() as $attribute) {
$attributes[$attribute->type][] = $attribute;
}
$mapAddress = urlencode($location->location_street1 . ' ' . $location->location_street2 . ' ' . $city->name . ' ' . $state->abbr);
if ($dataOnly) {
// Reserved for location data-only
} else {
include_once 'templates/location.php';
}
}
else if ($city) {
if ($lookup == 'inpatient-rehab-centers') {
// Special case; exclude outpatient rehabs from inpatient list
$locations = ORM::for_table('location')
->raw_query('SELECT location.*
FROM location JOIN attribute_location ON location.id = attribute_location.location_id
WHERE location.city_id = ?
AND attribute_location.attribute_id IN (25,26,27)
AND location.id NOT IN (
SELECT location_id
FROM attribute_location
WHERE attribute_id = 23
)
GROUP BY location.id', array($city->id))
->find_many();
}
elseif ($lookupGroup) {
$built_re_state = explode('-'.$requestLookup,$requestState)[0];
$build_redirect = '/rehab-centers/'.$built_re_state.'-rehab-centers/'.$requestCity.'/';
header("HTTP/1.1 301 Moved Permanently");
header('Location: https://www.rehabcenter.net' . $build_redirect);
exit();
// Standard lookups
//$locations = ORM::for_table('location')->where('location.city_id', $city->id)->join('attribute_location', array('location.id', '=', 'attribute_location.location_id'))->where_in('attribute_location.attribute_id', $lookupGroup)->group_by('location.id')->find_many();
}
else {
// Show all rehab centers
$locations = $city->location()->find_many();
}
/* Show City Page Only if # Segments exist*/
if(count($segments)==3&&!$is404){
if ($dataOnly) {
// Reserved for city data-only
include_once 'templates/city-data.php';
} else {
include_once 'templates/city.php';
}
}
}elseif ($state) {
if ($lookup == 'inpatient-rehab-centers') {
// Special case; exclude outpatient rehabs from inpatient list
$cities = ORM::for_table('city')
->raw_query('SELECT city.*
FROM city
JOIN location ON city.id = location.city_id
JOIN attribute_location ON location.id = attribute_location.location_id
WHERE city.state_id = ?
AND attribute_location.attribute_id IN (25,26,27)
AND location.id NOT IN (
SELECT location_id
FROM attribute_location
WHERE attribute_id = 23
)
GROUP BY city.id', array($state->id))
->find_many();
}
else if ($lookupGroup) {
$cities = ORM::for_table('city')->select('city.*')->where('city.state_id', $state->id)->join('location', array('city.id', '=', 'location.city_id'))->join('attribute_location', array('location.id', '=', 'attribute_location.location_id'))->where_in('attribute_location.attribute_id', $lookupGroup)->group_by('city.id')->find_many();
}
else {
$cities = $state->city()->find_many();
}
// Let's make sure we only have # segments on the URL array(3)
if(count($segments)==2){
if ($dataOnly) {
include_once 'templates/state-data.php';
} else {
include_once 'templates/state.php';
}
}
}
else if ($lookup&&!$is404) {
$states = Model::factory('State')->find_many();
if ($dataOnly&&!$is404) {
include_once 'templates/lookup-data.php';
} else {
include_once 'templates/lookup.php';
}
}
else {
$is404 = true;
header('HTTP/1.0 404 Not Found');
}
// $endTime = microtime(true);
//echo '';
?>
Article Sources