File size: 5,290 Bytes
e7e7f4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "city": "El Paso",
  "state": "Texas",
  "tenant_id": "el_paso_tx",
  "legal_notes": {
      "behavioral_health": "state_only",
      "csb_authority": "none",
      "events_source": "city_official_site",
      "transit_source": "city",
      "trash_source": "city",
      "public_safety_source": "city",
      "warming_center_authority": "city",
      "sexual_health_authority": "state"
  },
  "official_links": {
      "city_homepage": "https://www.elpasotexas.gov/",
      "events_calendar": "https://events.elpasotexas.gov/",
      "public_health": "https://www.elpasotexas.gov/public-health/",
      "transit": "https://sunmetro.net/",
      "libraries": "https://www.elpasolibrary.org/",
      "parks_and_recreation": "https://www.elpasotexas.gov/parks-and-recreation/",
      "emergency_management": "https://www.elpasotexas.gov/fire-department/emergency-management/",
      "trash": "https://www.elpasotexas.gov/environmental-services/"
  },
  "services": {
      "behavioral_health": {
          "allowed": true,
          "authority": "state",
          "resources": [
              {
                  "name": "Texas Health and Human Services (Crisis Hotline)",
                  "link": "https://www.hhs.texas.gov/services/mental-health-substance-use",
                  "phone": "800-273-8255 (National Suicide Prevention Lifeline)",
                  "notes": "Since El Paso does not rely on a local CSB, Penny should prioritize state and national resources for mental health and substance abuse crises."
              },
              {
                  "name": "Emergence Health Network (Local Mental Health Authority)",
                  "link": "https://www.ehn.org/",
                  "phone": "915-884-8884",
                  "notes": "The Local Mental Health Authority for El Paso County, providing emergency services and outpatient care."
              }
          ]
      },
      "sexual_health": {
          "allowed": true,
          "authority": "state",
          "resources": [
              {
                  "name": "City of El Paso Department of Public Health – HIV/STD",
                  "link": "https://www.elpasotexas.gov/public-health/sexual-health",
                  "phone": "915-212-6600",
                  "notes": "Local city department offering confidential testing, treatment, and prevention services."
              },
              {
                  "name": "Texas Department of State Health Services (DSHS)",
                  "link": "https://www.dshs.texas.gov/hivstd/testing",
                  "phone": "",
                  "notes": "State authority for broader sexual health policies and resources."
              }
          ]
      },
      "warming_and_cooling_centers": {
          "allowed": true,
          "authority": "city",
          "resources": [
              {
                  "name": "City of El Paso Recreation Centers",
                  "address": "Varies by activation",
                  "season": "winter/summer",
                  "link": "https://www.elpasotexas.gov/parks-and-recreation/",
                  "notes": "City recreation centers are typically used as temporary cooling centers during extreme heat and warming centers during extreme cold. Penny must remind users to check for current activation alerts."
              }
          ]
      },
      "trash_and_recycling": {
          "authority": "city",
          "pickup_days": "Varies by zone. Residents can use the city's Environmental Services website for schedules and holiday changes.",
          "holiday_schedule_link": "https://www.elpasotexas.gov/environmental-services/about-us/news"
      },
      "transit": {
          "authority": "city",
          "provider": "Sun Metro",
          "routes_link": "https://sunmetro.net/routes/maps-schedules/",
          "planner_link": "https://sunmetro.net/"
      },
      "emergency": {
          "authority": "city",
          "alerts_link": "https://www.elpasotexas.gov/fire-department/emergency-management/alerts",
          "non_emergency_phone": "915-832-4400 (Police Department Non Emergency)",
          "emergency_management_link": "https://www.elpasotexas.gov/fire-department/emergency-management/"
      },
      "libraries": {
          "authority": "city",
          "resources": [
              {
                  "branch": "El Paso Public Library – Main Branch",
                  "address": "501 N Oregon St, El Paso, TX 79901",
                  "link": "https://www.elpasolibrary.org/",
                  "notes": "The main public library, often a hub for public access internet, job search assistance, and community programs."
              }
          ]
      },
      "community_centers": {
          "authority": "city",
          "resources": [
              {
                  "name": "Leo C. Carter Recreation Center",
                  "address": "7708 Janway Dr, El Paso, TX 79915",
                  "link": "https://www.elpasotexas.gov/parks-and-recreation/recreation-centers",
                  "notes": "One of many city recreation centers providing programs for youth, adults, and seniors."
              }
          ]
      }
  }
}