renalware-core 2.0.0.pre.beta5 → 2.0.0.pre.beta6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/renalware/session_timeout_redirect.js.erb +8 -4
- data/app/assets/stylesheets/renalware/partials/_navigation.scss +2 -2
- data/app/controllers/renalware/admin/users_controller.rb +3 -3
- data/app/helpers/renalware/application_helper.rb +2 -1
- data/app/helpers/renalware/layout_helper.rb +2 -2
- data/app/views/renalware/clinical/body_compositions/_form.html.slim +6 -2
- data/app/views/renalware/clinical/body_compositions/new.html.slim +4 -3
- data/app/views/renalware/clinics/clinic_visits/edit.html.slim +5 -2
- data/app/views/renalware/events/swabs/edit.html.slim +4 -2
- data/app/views/renalware/hd/historical_profiles/show.html.slim +6 -3
- data/app/views/renalware/patients/alerts/_form.html.slim +1 -1
- data/app/views/renalware/renal/profiles/edit.html.slim +5 -3
- data/app/views/renalware/transplants/donor_operations/edit.html.slim +7 -3
- data/lib/breadcrumb.rb +8 -0
- data/lib/renalware/version.rb +1 -1
- data/vendor/assets/fonts/foundation-icons.eot +0 -0
- data/vendor/assets/fonts/foundation-icons.scss +594 -0
- data/vendor/assets/fonts/foundation-icons.svg +970 -0
- data/vendor/assets/fonts/foundation-icons.ttf +0 -0
- data/vendor/assets/fonts/foundation-icons.woff +0 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.contentWindow.js +1108 -0
- data/vendor/assets/javascripts/renalware/iframeResizer.js +1002 -0
- data/vendor/assets/javascripts/renalware/jquery-readyselector.js +17 -0
- data/vendor/assets/javascripts/renalware/masonry.min.js +9 -0
- data/vendor/assets/javascripts/renalware/modernizr.js +3 -0
- data/vendor/assets/javascripts/renalware/mousetrap.js +1044 -0
- data/vendor/assets/javascripts/renalware/print.min.js +1 -0
- data/vendor/assets/javascripts/renalware/rails.validations.js +660 -0
- data/vendor/assets/javascripts/renalware/rails.validations.simple_form.js +46 -0
- data/vendor/assets/stylesheets/renalware/print.min.css +1 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.css +431 -0
- data/vendor/assets/stylesheets/renalware/select2/css/select2.min.css +1 -0
- data/vendor/xsd/ukrdc/README.md +9 -0
- data/vendor/xsd/ukrdc/Schema/Allergies/Allergy.xsd +69 -0
- data/vendor/xsd/ukrdc/Schema/ClinicalRelationships/ClinicalRelationship.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/CauseOfDeath.xsd +32 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/Diagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Diagnoses/RenalDiagnosis.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Documents/Document.xsd +72 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Encounter.xsd +121 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/TransplantList.xsd +108 -0
- data/vendor/xsd/ukrdc/Schema/Encounters/Treatment.xsd +207 -0
- data/vendor/xsd/ukrdc/Schema/FamilyHistories/FamilyHistory.xsd +42 -0
- data/vendor/xsd/ukrdc/Schema/LabOrders/LabOrder.xsd +181 -0
- data/vendor/xsd/ukrdc/Schema/Medications/Medication.xsd +88 -0
- data/vendor/xsd/ukrdc/Schema/Observations/Observation.xsd +65 -0
- data/vendor/xsd/ukrdc/Schema/Patient.xsd +87 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/DialysisSession.xsd +61 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd +38 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/Transplant.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Procedures/VascularAccess.xsd +49 -0
- data/vendor/xsd/ukrdc/Schema/ProgramMemberships/ProgramMembership.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/README.md +1 -0
- data/vendor/xsd/ukrdc/Schema/SocialHistories/SocialHistory.xsd +15 -0
- data/vendor/xsd/ukrdc/Schema/Surveys/Survey.xsd +143 -0
- data/vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd +37 -0
- data/vendor/xsd/ukrdc/Schema/Types/Address.xsd +67 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_DMD.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_COD.xsd +343 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_PRD.xsd +356 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_0004.xsd +76 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00204.xsd +46 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00206.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR1.xsd +567 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR23.xsd +82 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Discharge.xsd +80 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Treatment.xsd +241 -0
- data/vendor/xsd/ukrdc/Schema/Types/CF_SNOMED.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/Clinician.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodeTableDetail.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CodedField.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/CommonMetadata.xsd +23 -0
- data/vendor/xsd/ukrdc/Schema/Types/ContactDetail.xsd +55 -0
- data/vendor/xsd/ukrdc/Schema/Types/DrugProduct.xsd +41 -0
- data/vendor/xsd/ukrdc/Schema/Types/EthnicGroup.xsd +114 -0
- data/vendor/xsd/ukrdc/Schema/Types/FamilyDoctor.xsd +21 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabResultItem.xsd +160 -0
- data/vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd +24 -0
- data/vendor/xsd/ukrdc/Schema/Types/Language.xsd +981 -0
- data/vendor/xsd/ukrdc/Schema/Types/Location.xsd +27 -0
- data/vendor/xsd/ukrdc/Schema/Types/NV_RR14.xsd +39 -0
- data/vendor/xsd/ukrdc/Schema/Types/Name.xsd +51 -0
- data/vendor/xsd/ukrdc/Schema/Types/Occupation.xsd +75 -0
- data/vendor/xsd/ukrdc/Schema/Types/Order.xsd +48 -0
- data/vendor/xsd/ukrdc/Schema/Types/PatientNumber.xsd +90 -0
- data/vendor/xsd/ukrdc/Schema/Types/PersonalContactType.xsd +11 -0
- data/vendor/xsd/ukrdc/Schema/Types/Result.xsd +178 -0
- data/vendor/xsd/ukrdc/Schema/UKRDC.xsd +148 -0
- metadata +78 -5
- data/lib/renalware/breadcrumb.rb +0 -10
@@ -0,0 +1,41 @@
|
|
1
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
2
|
+
<xs:complexType name="CF_HL7_00206">
|
3
|
+
<xs:sequence>
|
4
|
+
<xs:element name="CodingStandard" minOccurs="0">
|
5
|
+
<xs:simpleType>
|
6
|
+
<xs:restriction base="xs:string">
|
7
|
+
<xs:enumeration value="HL7_00206"/>
|
8
|
+
</xs:restriction>
|
9
|
+
</xs:simpleType>
|
10
|
+
</xs:element>
|
11
|
+
<xs:element name="Code" minOccurs="0">
|
12
|
+
<xs:simpleType>
|
13
|
+
<xs:restriction base="xs:string">
|
14
|
+
<xs:enumeration value="SV">
|
15
|
+
<xs:annotation>
|
16
|
+
<xs:documentation>Severe</xs:documentation>
|
17
|
+
</xs:annotation>
|
18
|
+
</xs:enumeration>
|
19
|
+
<xs:enumeration value="MO">
|
20
|
+
<xs:annotation>
|
21
|
+
<xs:documentation>Moderate</xs:documentation>
|
22
|
+
</xs:annotation>
|
23
|
+
</xs:enumeration>
|
24
|
+
<xs:enumeration value="MI">
|
25
|
+
<xs:annotation>
|
26
|
+
<xs:documentation>Mild</xs:documentation>
|
27
|
+
</xs:annotation>
|
28
|
+
</xs:enumeration>
|
29
|
+
</xs:restriction>
|
30
|
+
</xs:simpleType>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="Description" minOccurs="0">
|
33
|
+
<xs:simpleType>
|
34
|
+
<xs:restriction base="xs:string">
|
35
|
+
<xs:maxLength value="32000"/>
|
36
|
+
</xs:restriction>
|
37
|
+
</xs:simpleType>
|
38
|
+
</xs:element>
|
39
|
+
</xs:sequence>
|
40
|
+
</xs:complexType>
|
41
|
+
</xs:schema>
|
@@ -0,0 +1,567 @@
|
|
1
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
2
|
+
<xs:complexType name="CF_RR1">
|
3
|
+
<xs:sequence>
|
4
|
+
<xs:element name="CodingStandard" minOccurs="0">
|
5
|
+
<xs:simpleType>
|
6
|
+
<xs:restriction base="xs:string">
|
7
|
+
<xs:enumeration value="CF_RR1"/>
|
8
|
+
</xs:restriction>
|
9
|
+
</xs:simpleType>
|
10
|
+
</xs:element>
|
11
|
+
<xs:element name="Code" minOccurs="0">
|
12
|
+
<xs:simpleType>
|
13
|
+
<xs:restriction base="xs:string">
|
14
|
+
|
15
|
+
<xs:enumeration value="11023">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>Royal Belfast Hospital For Sick Children</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
</xs:enumeration>
|
20
|
+
|
21
|
+
<xs:enumeration value="2020">
|
22
|
+
<xs:annotation>
|
23
|
+
<xs:documentation>Belfast City Hospital</xs:documentation>
|
24
|
+
</xs:annotation>
|
25
|
+
</xs:enumeration>
|
26
|
+
|
27
|
+
<xs:enumeration value="24027">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>Antrim Hospital</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:enumeration>
|
32
|
+
|
33
|
+
<xs:enumeration value="33020">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>Daisy Hill Hospital</xs:documentation>
|
36
|
+
</xs:annotation>
|
37
|
+
</xs:enumeration>
|
38
|
+
|
39
|
+
<xs:enumeration value="45020">
|
40
|
+
<xs:annotation>
|
41
|
+
<xs:documentation>Western Trust - Old</xs:documentation>
|
42
|
+
</xs:annotation>
|
43
|
+
</xs:enumeration>
|
44
|
+
|
45
|
+
<xs:enumeration value="45021">
|
46
|
+
<xs:annotation>
|
47
|
+
<xs:documentation>Western Trust</xs:documentation>
|
48
|
+
</xs:annotation>
|
49
|
+
</xs:enumeration>
|
50
|
+
|
51
|
+
<xs:enumeration value="48021">
|
52
|
+
<xs:annotation>
|
53
|
+
<xs:documentation>Dummy</xs:documentation>
|
54
|
+
</xs:annotation>
|
55
|
+
</xs:enumeration>
|
56
|
+
|
57
|
+
<xs:enumeration value="7021">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>Ulster Hospital</xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
</xs:enumeration>
|
62
|
+
|
63
|
+
<xs:enumeration value="99RCSLB">
|
64
|
+
<xs:annotation>
|
65
|
+
<xs:documentation>Nottingham City Hospital - Paediatric</xs:documentation>
|
66
|
+
</xs:annotation>
|
67
|
+
</xs:enumeration>
|
68
|
+
|
69
|
+
<xs:enumeration value="99RHM01">
|
70
|
+
<xs:annotation>
|
71
|
+
<xs:documentation>Southampton Childrens Hospital</xs:documentation>
|
72
|
+
</xs:annotation>
|
73
|
+
</xs:enumeration>
|
74
|
+
|
75
|
+
<xs:enumeration value="99RQR13">
|
76
|
+
<xs:annotation>
|
77
|
+
<xs:documentation>St James'S University Hospital - Paediatric</xs:documentation>
|
78
|
+
</xs:annotation>
|
79
|
+
</xs:enumeration>
|
80
|
+
|
81
|
+
<xs:enumeration value="99RTD01">
|
82
|
+
<xs:annotation>
|
83
|
+
<xs:documentation>Great North Childrens Hospital</xs:documentation>
|
84
|
+
</xs:annotation>
|
85
|
+
</xs:enumeration>
|
86
|
+
|
87
|
+
<xs:enumeration value="RA723">
|
88
|
+
<xs:annotation>
|
89
|
+
<xs:documentation>Bristol Royal Hospital For Children</xs:documentation>
|
90
|
+
</xs:annotation>
|
91
|
+
</xs:enumeration>
|
92
|
+
|
93
|
+
<xs:enumeration value="RAE05">
|
94
|
+
<xs:annotation>
|
95
|
+
<xs:documentation>St Lukes Hospital</xs:documentation>
|
96
|
+
</xs:annotation>
|
97
|
+
</xs:enumeration>
|
98
|
+
|
99
|
+
<xs:enumeration value="RAJ01">
|
100
|
+
<xs:annotation>
|
101
|
+
<xs:documentation>Southend Hospital</xs:documentation>
|
102
|
+
</xs:annotation>
|
103
|
+
</xs:enumeration>
|
104
|
+
|
105
|
+
<xs:enumeration value="RAL01">
|
106
|
+
<xs:annotation>
|
107
|
+
<xs:documentation>Royal Free and Middlesex Hospital</xs:documentation>
|
108
|
+
</xs:annotation>
|
109
|
+
</xs:enumeration>
|
110
|
+
|
111
|
+
<xs:enumeration value="RAQ01">
|
112
|
+
<xs:annotation>
|
113
|
+
<xs:documentation>Lister Hospital</xs:documentation>
|
114
|
+
</xs:annotation>
|
115
|
+
</xs:enumeration>
|
116
|
+
|
117
|
+
<xs:enumeration value="RAZ">
|
118
|
+
<xs:annotation>
|
119
|
+
<xs:documentation>St Helier Hospital</xs:documentation>
|
120
|
+
</xs:annotation>
|
121
|
+
</xs:enumeration>
|
122
|
+
|
123
|
+
<xs:enumeration value="RBD01">
|
124
|
+
<xs:annotation>
|
125
|
+
<xs:documentation>Dorset County Hospital</xs:documentation>
|
126
|
+
</xs:annotation>
|
127
|
+
</xs:enumeration>
|
128
|
+
|
129
|
+
<xs:enumeration value="RBL14">
|
130
|
+
<xs:annotation>
|
131
|
+
<xs:documentation>Arrowe Park Hospital</xs:documentation>
|
132
|
+
</xs:annotation>
|
133
|
+
</xs:enumeration>
|
134
|
+
|
135
|
+
<xs:enumeration value="RBS25">
|
136
|
+
<xs:annotation>
|
137
|
+
<xs:documentation>Royal Liverpool Childrens Hospital</xs:documentation>
|
138
|
+
</xs:annotation>
|
139
|
+
</xs:enumeration>
|
140
|
+
|
141
|
+
<xs:enumeration value="RCB55">
|
142
|
+
<xs:annotation>
|
143
|
+
<xs:documentation>York District General Hospital</xs:documentation>
|
144
|
+
</xs:annotation>
|
145
|
+
</xs:enumeration>
|
146
|
+
|
147
|
+
<xs:enumeration value="RCJAT">
|
148
|
+
<xs:annotation>
|
149
|
+
<xs:documentation>James Cook University Hospital</xs:documentation>
|
150
|
+
</xs:annotation>
|
151
|
+
</xs:enumeration>
|
152
|
+
|
153
|
+
<xs:enumeration value="RCSLB">
|
154
|
+
<xs:annotation>
|
155
|
+
<xs:documentation>Nottingham City Hospital</xs:documentation>
|
156
|
+
</xs:annotation>
|
157
|
+
</xs:enumeration>
|
158
|
+
|
159
|
+
<xs:enumeration value="RDDH0">
|
160
|
+
<xs:annotation>
|
161
|
+
<xs:documentation>Basildon Hospital</xs:documentation>
|
162
|
+
</xs:annotation>
|
163
|
+
</xs:enumeration>
|
164
|
+
|
165
|
+
<xs:enumeration value="RDEE4">
|
166
|
+
<xs:annotation>
|
167
|
+
<xs:documentation>Colchester General Hospital</xs:documentation>
|
168
|
+
</xs:annotation>
|
169
|
+
</xs:enumeration>
|
170
|
+
|
171
|
+
<xs:enumeration value="REE01">
|
172
|
+
<xs:annotation>
|
173
|
+
<xs:documentation>Southmead Hospital</xs:documentation>
|
174
|
+
</xs:annotation>
|
175
|
+
</xs:enumeration>
|
176
|
+
|
177
|
+
<xs:enumeration value="REF12">
|
178
|
+
<xs:annotation>
|
179
|
+
<xs:documentation>Royal Cornwall Hospital (Treliske)</xs:documentation>
|
180
|
+
</xs:annotation>
|
181
|
+
</xs:enumeration>
|
182
|
+
|
183
|
+
<xs:enumeration value="RF201">
|
184
|
+
<xs:annotation>
|
185
|
+
<xs:documentation>Hull Royal Infirmary</xs:documentation>
|
186
|
+
</xs:annotation>
|
187
|
+
</xs:enumeration>
|
188
|
+
|
189
|
+
<xs:enumeration value="RFBAK">
|
190
|
+
<xs:annotation>
|
191
|
+
<xs:documentation>Leicester General Hospital</xs:documentation>
|
192
|
+
</xs:annotation>
|
193
|
+
</xs:enumeration>
|
194
|
+
|
195
|
+
<xs:enumeration value="RFPFG">
|
196
|
+
<xs:annotation>
|
197
|
+
<xs:documentation>Royal Derby Hospital</xs:documentation>
|
198
|
+
</xs:annotation>
|
199
|
+
</xs:enumeration>
|
200
|
+
|
201
|
+
<xs:enumeration value="RGQ02">
|
202
|
+
<xs:annotation>
|
203
|
+
<xs:documentation>Ipswich Hospital</xs:documentation>
|
204
|
+
</xs:annotation>
|
205
|
+
</xs:enumeration>
|
206
|
+
|
207
|
+
<xs:enumeration value="RGT01">
|
208
|
+
<xs:annotation>
|
209
|
+
<xs:documentation>Addenbrookes Hospital</xs:documentation>
|
210
|
+
</xs:annotation>
|
211
|
+
</xs:enumeration>
|
212
|
+
|
213
|
+
<xs:enumeration value="RGU01">
|
214
|
+
<xs:annotation>
|
215
|
+
<xs:documentation>Royal Sussex County Hospital</xs:documentation>
|
216
|
+
</xs:annotation>
|
217
|
+
</xs:enumeration>
|
218
|
+
|
219
|
+
<xs:enumeration value="RH641">
|
220
|
+
<xs:annotation>
|
221
|
+
<xs:documentation>Gloucester Royal Hospital</xs:documentation>
|
222
|
+
</xs:annotation>
|
223
|
+
</xs:enumeration>
|
224
|
+
|
225
|
+
<xs:enumeration value="RH8">
|
226
|
+
<xs:annotation>
|
227
|
+
<xs:documentation>Royal Devon And Exeter Hospital (Wonford)</xs:documentation>
|
228
|
+
</xs:annotation>
|
229
|
+
</xs:enumeration>
|
230
|
+
|
231
|
+
<xs:enumeration value="RHM02">
|
232
|
+
<xs:annotation>
|
233
|
+
<xs:documentation>Southampton General Hospital - Paediatric</xs:documentation>
|
234
|
+
</xs:annotation>
|
235
|
+
</xs:enumeration>
|
236
|
+
|
237
|
+
<xs:enumeration value="RHU02">
|
238
|
+
<xs:annotation>
|
239
|
+
<xs:documentation>Queen Alexandra Hospital</xs:documentation>
|
240
|
+
</xs:annotation>
|
241
|
+
</xs:enumeration>
|
242
|
+
|
243
|
+
<xs:enumeration value="RHW01">
|
244
|
+
<xs:annotation>
|
245
|
+
<xs:documentation>Royal Berkshire Hospital</xs:documentation>
|
246
|
+
</xs:annotation>
|
247
|
+
</xs:enumeration>
|
248
|
+
|
249
|
+
<xs:enumeration value="RJ121">
|
250
|
+
<xs:annotation>
|
251
|
+
<xs:documentation>Guy'S And St Thomas'S Hospital</xs:documentation>
|
252
|
+
</xs:annotation>
|
253
|
+
</xs:enumeration>
|
254
|
+
|
255
|
+
<xs:enumeration value="RJ122">
|
256
|
+
<xs:annotation>
|
257
|
+
<xs:documentation>Evelina Childrens Hospital (Guys)</xs:documentation>
|
258
|
+
</xs:annotation>
|
259
|
+
</xs:enumeration>
|
260
|
+
|
261
|
+
<xs:enumeration value="RJ701">
|
262
|
+
<xs:annotation>
|
263
|
+
<xs:documentation>St George'S Hospital</xs:documentation>
|
264
|
+
</xs:annotation>
|
265
|
+
</xs:enumeration>
|
266
|
+
|
267
|
+
<xs:enumeration value="RJE01">
|
268
|
+
<xs:annotation>
|
269
|
+
<xs:documentation>University Hospital Of North Staffordshire</xs:documentation>
|
270
|
+
</xs:annotation>
|
271
|
+
</xs:enumeration>
|
272
|
+
|
273
|
+
<xs:enumeration value="RJZ">
|
274
|
+
<xs:annotation>
|
275
|
+
<xs:documentation>King'S College Hospital</xs:documentation>
|
276
|
+
</xs:annotation>
|
277
|
+
</xs:enumeration>
|
278
|
+
|
279
|
+
<xs:enumeration value="RK7CC">
|
280
|
+
<xs:annotation>
|
281
|
+
<xs:documentation>Northern General Hospital</xs:documentation>
|
282
|
+
</xs:annotation>
|
283
|
+
</xs:enumeration>
|
284
|
+
|
285
|
+
<xs:enumeration value="RK950">
|
286
|
+
<xs:annotation>
|
287
|
+
<xs:documentation>Derriford Hospital</xs:documentation>
|
288
|
+
</xs:annotation>
|
289
|
+
</xs:enumeration>
|
290
|
+
|
291
|
+
<xs:enumeration value="RKB01">
|
292
|
+
<xs:annotation>
|
293
|
+
<xs:documentation>Walsgrave Hospital</xs:documentation>
|
294
|
+
</xs:annotation>
|
295
|
+
</xs:enumeration>
|
296
|
+
|
297
|
+
<xs:enumeration value="RKGA1">
|
298
|
+
<xs:annotation>
|
299
|
+
<xs:documentation>Ysbyty Glan Clwyd</xs:documentation>
|
300
|
+
</xs:annotation>
|
301
|
+
</xs:enumeration>
|
302
|
+
|
303
|
+
<xs:enumeration value="RKHA4">
|
304
|
+
<xs:annotation>
|
305
|
+
<xs:documentation>Wrexham Maelor Hospital</xs:documentation>
|
306
|
+
</xs:annotation>
|
307
|
+
</xs:enumeration>
|
308
|
+
|
309
|
+
<xs:enumeration value="RL403">
|
310
|
+
<xs:annotation>
|
311
|
+
<xs:documentation>New Cross Hospital</xs:documentation>
|
312
|
+
</xs:annotation>
|
313
|
+
</xs:enumeration>
|
314
|
+
|
315
|
+
<xs:enumeration value="RL7">
|
316
|
+
<xs:annotation>
|
317
|
+
<xs:documentation>Heartlands Hospital</xs:documentation>
|
318
|
+
</xs:annotation>
|
319
|
+
</xs:enumeration>
|
320
|
+
|
321
|
+
<xs:enumeration value="RLGAY">
|
322
|
+
<xs:annotation>
|
323
|
+
<xs:documentation>Cumberland Infirmary</xs:documentation>
|
324
|
+
</xs:annotation>
|
325
|
+
</xs:enumeration>
|
326
|
+
|
327
|
+
<xs:enumeration value="RLNGH">
|
328
|
+
<xs:annotation>
|
329
|
+
<xs:documentation>Sunderland Royal Hospital</xs:documentation>
|
330
|
+
</xs:annotation>
|
331
|
+
</xs:enumeration>
|
332
|
+
|
333
|
+
<xs:enumeration value="RLZ01">
|
334
|
+
<xs:annotation>
|
335
|
+
<xs:documentation>Royal Shrewsbury Hospital</xs:documentation>
|
336
|
+
</xs:annotation>
|
337
|
+
</xs:enumeration>
|
338
|
+
|
339
|
+
<xs:enumeration value="RM102">
|
340
|
+
<xs:annotation>
|
341
|
+
<xs:documentation>Norfolk and Norwich University Hospital</xs:documentation>
|
342
|
+
</xs:annotation>
|
343
|
+
</xs:enumeration>
|
344
|
+
|
345
|
+
<xs:enumeration value="RM301">
|
346
|
+
<xs:annotation>
|
347
|
+
<xs:documentation>Salford Royal</xs:documentation>
|
348
|
+
</xs:annotation>
|
349
|
+
</xs:enumeration>
|
350
|
+
|
351
|
+
<xs:enumeration value="RM574">
|
352
|
+
<xs:annotation>
|
353
|
+
<xs:documentation>Royal Infirmary Manchester</xs:documentation>
|
354
|
+
</xs:annotation>
|
355
|
+
</xs:enumeration>
|
356
|
+
|
357
|
+
<xs:enumeration value="RMF01">
|
358
|
+
<xs:annotation>
|
359
|
+
<xs:documentation>Royal Preston Hospital</xs:documentation>
|
360
|
+
</xs:annotation>
|
361
|
+
</xs:enumeration>
|
362
|
+
|
363
|
+
<xs:enumeration value="RNA03">
|
364
|
+
<xs:annotation>
|
365
|
+
<xs:documentation>Russells Hall Hospital</xs:documentation>
|
366
|
+
</xs:annotation>
|
367
|
+
</xs:enumeration>
|
368
|
+
|
369
|
+
<xs:enumeration value="RNJ00">
|
370
|
+
<xs:annotation>
|
371
|
+
<xs:documentation>Barts And The London Hospital</xs:documentation>
|
372
|
+
</xs:annotation>
|
373
|
+
</xs:enumeration>
|
374
|
+
|
375
|
+
<xs:enumeration value="RNX02">
|
376
|
+
<xs:annotation>
|
377
|
+
<xs:documentation>Oxford Radcliffe Hospital</xs:documentation>
|
378
|
+
</xs:annotation>
|
379
|
+
</xs:enumeration>
|
380
|
+
|
381
|
+
<xs:enumeration value="RP4">
|
382
|
+
<xs:annotation>
|
383
|
+
<xs:documentation>Great Ormond Street Hospital For Children</xs:documentation>
|
384
|
+
</xs:annotation>
|
385
|
+
</xs:enumeration>
|
386
|
+
|
387
|
+
<xs:enumeration value="RP5">
|
388
|
+
<xs:annotation>
|
389
|
+
<xs:documentation>Doncaster Royal Infirmary</xs:documentation>
|
390
|
+
</xs:annotation>
|
391
|
+
</xs:enumeration>
|
392
|
+
|
393
|
+
<xs:enumeration value="RQ3">
|
394
|
+
<xs:annotation>
|
395
|
+
<xs:documentation>Birmingham Childrens Hospital</xs:documentation>
|
396
|
+
</xs:annotation>
|
397
|
+
</xs:enumeration>
|
398
|
+
|
399
|
+
<xs:enumeration value="RQ617">
|
400
|
+
<xs:annotation>
|
401
|
+
<xs:documentation>Royal Liverpool University Hospital</xs:documentation>
|
402
|
+
</xs:annotation>
|
403
|
+
</xs:enumeration>
|
404
|
+
|
405
|
+
<xs:enumeration value="RQ8L0">
|
406
|
+
<xs:annotation>
|
407
|
+
<xs:documentation>Broomfield Hospital</xs:documentation>
|
408
|
+
</xs:annotation>
|
409
|
+
</xs:enumeration>
|
410
|
+
|
411
|
+
<xs:enumeration value="RQBAU">
|
412
|
+
<xs:annotation>
|
413
|
+
<xs:documentation>Ysbyty Gwynedd</xs:documentation>
|
414
|
+
</xs:annotation>
|
415
|
+
</xs:enumeration>
|
416
|
+
|
417
|
+
<xs:enumeration value="RQHC7">
|
418
|
+
<xs:annotation>
|
419
|
+
<xs:documentation>Morriston Hospital</xs:documentation>
|
420
|
+
</xs:annotation>
|
421
|
+
</xs:enumeration>
|
422
|
+
|
423
|
+
<xs:enumeration value="RQN02">
|
424
|
+
<xs:annotation>
|
425
|
+
<xs:documentation>Hammersmith and Charing Cross Hospital</xs:documentation>
|
426
|
+
</xs:annotation>
|
427
|
+
</xs:enumeration>
|
428
|
+
|
429
|
+
<xs:enumeration value="RQR13">
|
430
|
+
<xs:annotation>
|
431
|
+
<xs:documentation>St James'S University Hospital</xs:documentation>
|
432
|
+
</xs:annotation>
|
433
|
+
</xs:enumeration>
|
434
|
+
|
435
|
+
<xs:enumeration value="RQS01">
|
436
|
+
<xs:annotation>
|
437
|
+
<xs:documentation>Dummy</xs:documentation>
|
438
|
+
</xs:annotation>
|
439
|
+
</xs:enumeration>
|
440
|
+
|
441
|
+
<xs:enumeration value="RRBBV">
|
442
|
+
<xs:annotation>
|
443
|
+
<xs:documentation>University Hospital Of Wales</xs:documentation>
|
444
|
+
</xs:annotation>
|
445
|
+
</xs:enumeration>
|
446
|
+
|
447
|
+
<xs:enumeration value="RRK02">
|
448
|
+
<xs:annotation>
|
449
|
+
<xs:documentation>Queen Elizabeth Hospital</xs:documentation>
|
450
|
+
</xs:annotation>
|
451
|
+
</xs:enumeration>
|
452
|
+
|
453
|
+
<xs:enumeration value="RTD01">
|
454
|
+
<xs:annotation>
|
455
|
+
<xs:documentation>Freeman Hospital and Royal Victoria Infirmary</xs:documentation>
|
456
|
+
</xs:annotation>
|
457
|
+
</xs:enumeration>
|
458
|
+
|
459
|
+
<xs:enumeration value="RTD02">
|
460
|
+
<xs:annotation>
|
461
|
+
<xs:documentation>Royal Victoria Infirmary - Paediatric</xs:documentation>
|
462
|
+
</xs:annotation>
|
463
|
+
</xs:enumeration>
|
464
|
+
|
465
|
+
<xs:enumeration value="RVVKC">
|
466
|
+
<xs:annotation>
|
467
|
+
<xs:documentation>Kent and Canterbury Hospital</xs:documentation>
|
468
|
+
</xs:annotation>
|
469
|
+
</xs:enumeration>
|
470
|
+
|
471
|
+
<xs:enumeration value="RW3RM">
|
472
|
+
<xs:annotation>
|
473
|
+
<xs:documentation>Royal Manchester Children'S Hospital</xs:documentation>
|
474
|
+
</xs:annotation>
|
475
|
+
</xs:enumeration>
|
476
|
+
|
477
|
+
<xs:enumeration value="RW402">
|
478
|
+
<xs:annotation>
|
479
|
+
<xs:documentation>University Hospital Aintree</xs:documentation>
|
480
|
+
</xs:annotation>
|
481
|
+
</xs:enumeration>
|
482
|
+
|
483
|
+
<xs:enumeration value="RWM51">
|
484
|
+
<xs:annotation>
|
485
|
+
<xs:documentation>Children'S Kidney Centre - Uhw</xs:documentation>
|
486
|
+
</xs:annotation>
|
487
|
+
</xs:enumeration>
|
488
|
+
|
489
|
+
<xs:enumeration value="SAC02">
|
490
|
+
<xs:annotation>
|
491
|
+
<xs:documentation>Crosshouse Hospital</xs:documentation>
|
492
|
+
</xs:annotation>
|
493
|
+
</xs:enumeration>
|
494
|
+
|
495
|
+
<xs:enumeration value="SFC01">
|
496
|
+
<xs:annotation>
|
497
|
+
<xs:documentation>Queen Margaret'S Hospital</xs:documentation>
|
498
|
+
</xs:annotation>
|
499
|
+
</xs:enumeration>
|
500
|
+
|
501
|
+
<xs:enumeration value="SGC02">
|
502
|
+
<xs:annotation>
|
503
|
+
<xs:documentation>Royal Hospital For Sick Children</xs:documentation>
|
504
|
+
</xs:annotation>
|
505
|
+
</xs:enumeration>
|
506
|
+
|
507
|
+
<xs:enumeration value="SGC04">
|
508
|
+
<xs:annotation>
|
509
|
+
<xs:documentation>Western Infirmary Glasgow</xs:documentation>
|
510
|
+
</xs:annotation>
|
511
|
+
</xs:enumeration>
|
512
|
+
|
513
|
+
<xs:enumeration value="SGC05">
|
514
|
+
<xs:annotation>
|
515
|
+
<xs:documentation>Glasgow Royal Infirmary and Western Infirmary</xs:documentation>
|
516
|
+
</xs:annotation>
|
517
|
+
</xs:enumeration>
|
518
|
+
|
519
|
+
<xs:enumeration value="SHC01">
|
520
|
+
<xs:annotation>
|
521
|
+
<xs:documentation>Raigmore Hospital</xs:documentation>
|
522
|
+
</xs:annotation>
|
523
|
+
</xs:enumeration>
|
524
|
+
|
525
|
+
<xs:enumeration value="SLC01">
|
526
|
+
<xs:annotation>
|
527
|
+
<xs:documentation>Monklands Hospital</xs:documentation>
|
528
|
+
</xs:annotation>
|
529
|
+
</xs:enumeration>
|
530
|
+
|
531
|
+
<xs:enumeration value="SNC01">
|
532
|
+
<xs:annotation>
|
533
|
+
<xs:documentation>Aberdeen Royal Infirmary</xs:documentation>
|
534
|
+
</xs:annotation>
|
535
|
+
</xs:enumeration>
|
536
|
+
|
537
|
+
<xs:enumeration value="SSC02">
|
538
|
+
<xs:annotation>
|
539
|
+
<xs:documentation>Royal Infirmary Of Edinburgh (New Royal)</xs:documentation>
|
540
|
+
</xs:annotation>
|
541
|
+
</xs:enumeration>
|
542
|
+
|
543
|
+
<xs:enumeration value="STC01">
|
544
|
+
<xs:annotation>
|
545
|
+
<xs:documentation>Ninewells Hospital</xs:documentation>
|
546
|
+
</xs:annotation>
|
547
|
+
</xs:enumeration>
|
548
|
+
|
549
|
+
<xs:enumeration value="SYC02">
|
550
|
+
<xs:annotation>
|
551
|
+
<xs:documentation>Dumfries and Galloway Royal Infirmary</xs:documentation>
|
552
|
+
</xs:annotation>
|
553
|
+
</xs:enumeration>
|
554
|
+
|
555
|
+
</xs:restriction>
|
556
|
+
</xs:simpleType>
|
557
|
+
</xs:element>
|
558
|
+
<xs:element name="Description" minOccurs="0">
|
559
|
+
<xs:simpleType>
|
560
|
+
<xs:restriction base="xs:string">
|
561
|
+
<xs:maxLength value="32000"/>
|
562
|
+
</xs:restriction>
|
563
|
+
</xs:simpleType>
|
564
|
+
</xs:element>
|
565
|
+
</xs:sequence>
|
566
|
+
</xs:complexType>
|
567
|
+
</xs:schema>
|