Skip to content

Commit 94e8ece

Browse files
authored
Merge pull request #404 from NHSDigital/DTOSS-10753-clinic-data-json
DTOSS-10753: Add clinic location data
2 parents c6b0cce + 7868958 commit 94e8ece

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
[
2+
{
3+
"code": "MDSAL",
4+
"bso_code": "MBD",
5+
"location_description": "Rear of Anchor Meadow Health Centre",
6+
"location_url": "https://www.google.com/maps/search/WS9+8AJ"
7+
},
8+
{
9+
"code": "MDSAT",
10+
"bso_code": "MBD",
11+
"location_description": "",
12+
"location_url": "https://www.google.com/maps/search/B6+6QR"
13+
},
14+
{
15+
"code": "MDSBL",
16+
"bso_code": "MBD",
17+
"location_description": "",
18+
"location_url": "https://www.google.com/maps/search/WS3+3JP"
19+
},
20+
{
21+
"code": "MDSBR",
22+
"bso_code": "MBD",
23+
"location_description": "Off of Silver Street",
24+
"location_url": "https://www.google.com/maps/search/WS8+6DZ"
25+
},
26+
{
27+
"code": "MDSCV",
28+
"bso_code": "MBD",
29+
"location_description": "Vehicular access off Wood Lane",
30+
"location_url": "https://www.google.com/maps/search/B24+9FP"
31+
},
32+
{
33+
"code": "MDSCH",
34+
"bso_code": "MBD",
35+
"location_description": "beside the Treatment Centre",
36+
"location_url": "https://www.google.com/maps/search/B18+7QH"
37+
},
38+
{
39+
"code": "MDSCW",
40+
"bso_code": "MBD",
41+
"location_description": "",
42+
"location_url": "https://www.google.com/maps/search/B64+7HA"
43+
},
44+
{
45+
"code": "MDSDA",
46+
"bso_code": "MBD",
47+
"location_description": "",
48+
"location_url": "https://www.google.com/maps/search/WS10+8SY"
49+
},
50+
{
51+
"code": "MDSDD",
52+
"bso_code": "MBD",
53+
"location_description": "off Perry Common Road",
54+
"location_url": "https://www.google.com/maps/search/B23+5DD"
55+
},
56+
{
57+
"code": "MDSHH",
58+
"bso_code": "MBD",
59+
"location_description": "",
60+
"location_url": "https://www.google.com/maps/search/B36+8DT"
61+
},
62+
{
63+
"code": "MDSMG",
64+
"bso_code": "MBD",
65+
"location_description": "past store entrance to the end of the car park on the left",
66+
"location_url": "https://www.google.com/maps/search/B75+5BT"
67+
},
68+
{
69+
"code": "MDSOL",
70+
"bso_code": "MBD",
71+
"location_description": "",
72+
"location_url": "https://www.google.com/maps/search/B69+4DE"
73+
},
74+
{
75+
"code": "MDSQU",
76+
"bso_code": "MBD",
77+
"location_description": "off Queslett Road",
78+
"location_url": "https://www.google.com/maps/search/B43+7HA"
79+
},
80+
{
81+
"code": "MDSSY",
82+
"bso_code": "MBD",
83+
"location_description": "",
84+
"location_url": "https://www.google.com/maps/search/B8+3SG"
85+
},
86+
{
87+
"code": "MDSYG",
88+
"bso_code": "MBD",
89+
"location_description": "",
90+
"location_url": "https://www.google.com/maps/search/B10+0HH"
91+
},
92+
{
93+
"code": "MDSVH",
94+
"bso_code": "MBD",
95+
"location_description": "off Windmill Lane",
96+
"location_url": "https://www.google.com/maps/search/B66+3PZ"
97+
},
98+
{
99+
"code": "MDSSG",
100+
"bso_code": "MBD",
101+
"location_description": "",
102+
"location_url": "https://www.google.com/maps/search/B23+6DJ"
103+
},
104+
{
105+
"code": "MDSNP",
106+
"bso_code": "MBD",
107+
"location_description": "",
108+
"location_url": "https://www.google.com/maps/search/DY4+8PX"
109+
},
110+
{
111+
"code": "MDSWA",
112+
"bso_code": "MBD",
113+
"location_description": "",
114+
"location_url": "https://www.google.com/maps/search/WS2+9BZ"
115+
},
116+
{
117+
"code": "MDSSH",
118+
"bso_code": "MBD",
119+
"location_description": "parked close to the Ante-Natal Clinic",
120+
"location_url": "https://www.google.com/maps/search/B71+4HJ"
121+
},
122+
{
123+
"code": "MDSWE",
124+
"bso_code": "MBD",
125+
"location_description": "",
126+
"location_url": "https://www.google.com/maps/search/WS10+7BD"
127+
},
128+
{
129+
"code": "MDSWJ",
130+
"bso_code": "MBD",
131+
"location_description": "",
132+
"location_url": "https://www.google.com/maps/search/WV13+1QG"
133+
}
134+
]

0 commit comments

Comments
 (0)