forked from DARIAEngineering/dcaf_case_management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clinics.yml
144 lines (134 loc) · 2.72 KB
/
clinics.yml
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# A set of fake clinics with cost, geo, and naf data to use as stubs
planned_parenthood_oakland:
street_address: 1001 Broadway
city: Oakland
state: CA
zip: 94607
accepts_naf: false
gestational_limit: 139
costs_9wks: 425
costs_12wks: 475
costs_18wks: 975
costs_24wks: null
costs_30wks: null
planned_parenthood_san_fran:
street_address: 2430 Folsom
city: San Francisco
state: CA
zip: 94110
accepts_naf: false
gestational_limit: 111
costs_9wks: 300
costs_12wks: 325
costs_18wks: null
costs_18wks: null
costs_24wks: null
costs_30wks: null
castro_family_planning:
street_address: 517 Castro
city: San Francisco
state: CA
zip: 94114
accepts_naf: true
gestational_limit: 126
costs_9wks: 295
costs_12wks: 425
costs_18wks: 1500
costs_24wks: null
costs_30wks: null
silcon_valley_womens_clinic:
street_address: 110 S Market
city: San Jose
state: CA
zip: 95110
accepts_naf: true
gestational_limit: 98
costs_9wks: 375
costs_12wks: 400
costs_18wks: null
costs_24wks: null
costs_30wks: null
discreet_treatment_centers_of_ca:
street_address: 570 Pacific
city: Monterey
state: CA
zip: 93940
accepts_naf: false
gestational_limit: 154
costs_9wks: 400
costs_12wks: 400
costs_18wks: 1150
costs_24wks: null
costs_30wks: null
albuquerque_medical_center:
street_address: 1801 Mountain NW
city: Albuquerque
state: NM
zip: 87104
accepts_naf: true
gestational_limit: 210
costs_9wks: 300
costs_12wks: 325
costs_18wks: 1100
costs_24wks: 4000
costs_30wks: 9500
butte_health_clinic:
street_address: 7473 Humboldt
city: Butte Meadows
state: CA
zip: 95942
accepts_naf: true
gestational_limit: 111
costs_9wks: 350
costs_12wks: 400
costs_18wks: null
costs_24wks: null
costs_30wks: null
planned_parenthood_fresno:
street_address: 2220 Tulare
city: Fresno
state: CA
zip: 93721
accepts_naf: false
gestational_limit: 97
costs_9wks: 425
costs_12wks: 475
costs_18wks: null
costs_24wks: null
costs_30wks: null
womens_health_of_venice_beach:
street_address: 2025 Pacific
city: Los Angeles
state: CA
zip: 90291
accepts_naf: true
gestational_limit: 119
costs_9wks: 350
costs_12wks: 350
costs_18wks: null
costs_24wks: null
costs_30wks: null
planned_parenthood_la:
street_address: 3900 W Manchester
city: Los Angeles
state: CA
zip: 90305
accepts_naf: false
gestational_limit: 146
costs_9wks: 415
costs_12wks: 460
costs_18wks: 1450
costs_24wks: null
costs_30wks: null
la_medical_center:
street_address: 5905 Wilshire
city: Los Angeles
state: CA
zip: 90036
accepts_naf: true
gestational_limit: 168
costs_9wks: 400
costs_12wks: 400
costs_18wks: 1600
costs_24wks: 3000
costs_30wks: null