-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch.html
More file actions
executable file
·304 lines (253 loc) · 12.4 KB
/
search.html
File metadata and controls
executable file
·304 lines (253 loc) · 12.4 KB
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!-- Search page iterated based on Four Modes of Information Seeking (Donna Spencer) -->
<!-- Supports: Known-item, Exploratory, Don't Know What You Need to Know, Re-finding -->
{% extends prototypeVersion + '/layouts/layout-search.html' %}
{% set pageName = "Search and evaluate medical technologies" %}
{% set serviceHeader = "NHS medtech procurement" %}
{% set serviceDescription = "Search and evaluate medical technologies" %}
{% block beforeContent %}
{% endblock %}
{% block content %}
<!-- ============================================ -->
<!-- MODE 1: RE-FINDING -->
<!-- ============================================ -->
<!-- When signed in, show recent activity cards -->
<h2 class="nhsuk-heading-l">Your activity</h2>
<div class="nhsuk-grid-row nhsuk-card-group">
<div class="nhsuk-grid-column-one-half nhsuk-card-group__item">
<div class="nhsuk-card">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">Your recently viewed items</h3>
<ul class="nhsuk-list nhsuk-list--bullet">
<li><a href="#">Stryker Mako SmartRobotics</a> — viewed yesterday</li>
<li><a href="#">Smith+Nephew PICO 7</a> — viewed 3 days ago</li>
<li><a href="#">Medtronic MiniMed 780G</a> — viewed last week</li>
</ul>
</div>
</div>
</div>
<div class="nhsuk-grid-column-one-half nhsuk-card-group__item">
<div class="nhsuk-card">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">Your saved items</h3>
<ul class="nhsuk-list nhsuk-list--bullet">
<li><a href="#">SmartPump 300 Infusion System</a></li>
<li><a href="#">Collagen Pro Matrix</a></li>
</ul>
<p class="nhsuk-body-s nhsuk-u-margin-top-3"><a href="#">View all saved items</a></p>
</div>
</div>
</div>
</div>
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
<!-- ============================================ -->
<!-- MODE 2: KNOWN-ITEM SEEKING -->
<!-- Users who know exactly what they're after -->
<!-- ============================================ -->
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-one-half">
<!-- Quick links for known-item seekers (common searches) -->
<h2 class="nhsuk-heading-l">Common searches</h2>
<p class="nhsuk-body">
Recently searched across NHS trusts similar to yours
</p>
<ul class="nhsuk-list app-tag-list">
<li><a href="category-wound-care" class="nhsuk-tag nhsuk-tag--white">Air mattress system</a></li>
<li><a href="category-wound-care" class="nhsuk-tag nhsuk-tag--white">HydroHeal Plus</a></li>
<li><a href="category-wound-care" class="nhsuk-tag nhsuk-tag--white">Insulin pumps</a></li>
<li><a href="category-wound-care" class="nhsuk-tag nhsuk-tag--white">Surgical mesh</a></li>
<li><a href="category-wound-care" class="nhsuk-tag nhsuk-tag--white">Continuous glucose monitors</a></li>
</ul>
</div>
</div>
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
<!-- ============================================ -->
<!-- MODE 4: RE-FINDING -->
<!-- ============================================ -->
<!-- MODE 3: EXPLORATORY SEEKING -->
<!-- Users researching options, may not know -->
<!-- exactly what they need -->
<!-- ============================================ -->
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<h2 class="nhsuk-heading-l">Browse by care setting</h2>
<p class="nhsuk-body">Explore what's available in care settings like yours.</p>
<ul class="nhsuk-grid-row nhsuk-card-group">
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Prevention and health promotion</a>
</h3>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="search-results-viz-all">Primary care</a>
</h3>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Primary prescribing</a>
</h3>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Ambulance</a>
</h3>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">A & E</a>
</h3>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-action-link" href="#">
<svg class="nhsuk-icon nhsuk-icon--arrow-right-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
<path d="M12 2a10 10 0 0 0-10 9h11.7l-4-4a1 1 0 0 1 1.5-1.4l5.6 5.7a1 1 0 0 1 0 1.4l-5.6 5.7a1 1 0 0 1-1.5 0 1 1 0 0 1 0-1.4l4-4H2A10 10 0 1 0 12 2z" />
</svg>
<span class="nhsuk-action-link__text">View all care settings</span>
</a>
</h3>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-full">
<h2 class="nhsuk-heading-l">Browse by category</h2>
<p class="nhsuk-body">Explore what's available and see which products other trusts use.</p>
<ul class="nhsuk-grid-row nhsuk-card-group">
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Orthopaedic implants</a>
</h3>
<p class="nhsuk-card__description">Hip, knee, shoulder replacements and trauma fixation devices</p>
<p class="nhsuk-body-s nhsuk-u-secondary-text-color">247 products · 89 trust evaluations</p>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="search-results-viz-all">Wound care</a>
</h3>
<p class="nhsuk-card__description">Dressings, negative pressure therapy and skin substitutes</p>
<p class="nhsuk-body-s nhsuk-u-secondary-text-color">183 products · 56 trust evaluations</p>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Diabetes technology</a>
</h3>
<p class="nhsuk-card__description">Insulin pumps, continuous glucose monitors and smart pens</p>
<p class="nhsuk-body-s nhsuk-u-secondary-text-color">94 products · 112 trust evaluations</p>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Diagnostic imaging</a>
</h3>
<p class="nhsuk-card__description">MRI, CT, ultrasound and X-ray equipment</p>
<p class="nhsuk-body-s nhsuk-u-secondary-text-color">156 products · 34 trust evaluations</p>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-s">
<a class="nhsuk-card__link" href="category-wound-care">Surgical instruments</a>
</h3>
<p class="nhsuk-card__description">Robotic systems, endoscopes and single-use instruments</p>
<p class="nhsuk-body-s nhsuk-u-secondary-text-color">312 products · 67 trust evaluations</p>
</div>
</div>
</li>
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
<div class="nhsuk-card nhsuk-card--clickable">
<div class="nhsuk-card__content">
<a class="nhsuk-action-link" href="#">
<svg class="nhsuk-icon nhsuk-icon--arrow-right-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" focusable="false" aria-hidden="true">
<path d="M12 2a10 10 0 0 0-10 9h11.7l-4-4a1 1 0 0 1 1.5-1.4l5.6 5.7a1 1 0 0 1 0 1.4l-5.6 5.7a1 1 0 0 1-1.5 0 1 1 0 0 1 0-1.4l4-4H2A10 10 0 1 0 12 2z" />
</svg>
<span class="nhsuk-action-link__text">Explore more categories</span>
</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<hr class="nhsuk-section-break nhsuk-section-break--l nhsuk-section-break--visible">
<!-- ============================================ -->
<!-- MODE 4: DON'T KNOW WHAT YOU NEED TO KNOW -->
<!-- Users who may not know the right questions -->
<!-- or what evidence matters -->
<!-- ============================================ -->
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-column-two-thirds">
<h2 class="nhsuk-heading-l">New to medical technology procurement?</h2>
<p class="nhsuk-body">Not sure where to start? These resources help you understand what to look for when evaluating medical technologies.</p>
<div class="nhsuk-card">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#">Value-based procurement explained</a>
</h3>
<p class="nhsuk-card__description">
Move beyond lowest-price decisions and evaluate products on outcomes, safety, integration and sustainability.
</p>
</div>
</div>
<div class="nhsuk-card">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#">What makes good evidence?</a>
</h3>
<p class="nhsuk-card__description">
Learn the difference between NICE guidance, ODEP ratings, clinical trials and trust evaluations — and when each matters for your decision.
</p>
</div>
</div>
<div class="nhsuk-card">
<div class="nhsuk-card__content">
<h3 class="nhsuk-card__heading nhsuk-heading-m">
<a class="nhsuk-card__link" href="#">Questions to ask other trusts</a>
</h3>
<p class="nhsuk-card__description">
Find out what questions procurement leads and clinical engineers ask their peers about their experience.
</p>
</div>
</div>
</div>
{% endblock %}