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.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/renalware/session_timeout_redirect.js.erb +8 -4
  3. data/app/assets/stylesheets/renalware/partials/_navigation.scss +2 -2
  4. data/app/controllers/renalware/admin/users_controller.rb +3 -3
  5. data/app/helpers/renalware/application_helper.rb +2 -1
  6. data/app/helpers/renalware/layout_helper.rb +2 -2
  7. data/app/views/renalware/clinical/body_compositions/_form.html.slim +6 -2
  8. data/app/views/renalware/clinical/body_compositions/new.html.slim +4 -3
  9. data/app/views/renalware/clinics/clinic_visits/edit.html.slim +5 -2
  10. data/app/views/renalware/events/swabs/edit.html.slim +4 -2
  11. data/app/views/renalware/hd/historical_profiles/show.html.slim +6 -3
  12. data/app/views/renalware/patients/alerts/_form.html.slim +1 -1
  13. data/app/views/renalware/renal/profiles/edit.html.slim +5 -3
  14. data/app/views/renalware/transplants/donor_operations/edit.html.slim +7 -3
  15. data/lib/breadcrumb.rb +8 -0
  16. data/lib/renalware/version.rb +1 -1
  17. data/vendor/assets/fonts/foundation-icons.eot +0 -0
  18. data/vendor/assets/fonts/foundation-icons.scss +594 -0
  19. data/vendor/assets/fonts/foundation-icons.svg +970 -0
  20. data/vendor/assets/fonts/foundation-icons.ttf +0 -0
  21. data/vendor/assets/fonts/foundation-icons.woff +0 -0
  22. data/vendor/assets/javascripts/renalware/iframeResizer.contentWindow.js +1108 -0
  23. data/vendor/assets/javascripts/renalware/iframeResizer.js +1002 -0
  24. data/vendor/assets/javascripts/renalware/jquery-readyselector.js +17 -0
  25. data/vendor/assets/javascripts/renalware/masonry.min.js +9 -0
  26. data/vendor/assets/javascripts/renalware/modernizr.js +3 -0
  27. data/vendor/assets/javascripts/renalware/mousetrap.js +1044 -0
  28. data/vendor/assets/javascripts/renalware/print.min.js +1 -0
  29. data/vendor/assets/javascripts/renalware/rails.validations.js +660 -0
  30. data/vendor/assets/javascripts/renalware/rails.validations.simple_form.js +46 -0
  31. data/vendor/assets/stylesheets/renalware/print.min.css +1 -0
  32. data/vendor/assets/stylesheets/renalware/select2/css/select2.css +431 -0
  33. data/vendor/assets/stylesheets/renalware/select2/css/select2.min.css +1 -0
  34. data/vendor/xsd/ukrdc/README.md +9 -0
  35. data/vendor/xsd/ukrdc/Schema/Allergies/Allergy.xsd +69 -0
  36. data/vendor/xsd/ukrdc/Schema/ClinicalRelationships/ClinicalRelationship.xsd +27 -0
  37. data/vendor/xsd/ukrdc/Schema/Diagnoses/CauseOfDeath.xsd +32 -0
  38. data/vendor/xsd/ukrdc/Schema/Diagnoses/Diagnosis.xsd +41 -0
  39. data/vendor/xsd/ukrdc/Schema/Diagnoses/RenalDiagnosis.xsd +41 -0
  40. data/vendor/xsd/ukrdc/Schema/Documents/Document.xsd +72 -0
  41. data/vendor/xsd/ukrdc/Schema/Encounters/Encounter.xsd +121 -0
  42. data/vendor/xsd/ukrdc/Schema/Encounters/TransplantList.xsd +108 -0
  43. data/vendor/xsd/ukrdc/Schema/Encounters/Treatment.xsd +207 -0
  44. data/vendor/xsd/ukrdc/Schema/FamilyHistories/FamilyHistory.xsd +42 -0
  45. data/vendor/xsd/ukrdc/Schema/LabOrders/LabOrder.xsd +181 -0
  46. data/vendor/xsd/ukrdc/Schema/Medications/Medication.xsd +88 -0
  47. data/vendor/xsd/ukrdc/Schema/Observations/Observation.xsd +65 -0
  48. data/vendor/xsd/ukrdc/Schema/Patient.xsd +87 -0
  49. data/vendor/xsd/ukrdc/Schema/Procedures/DialysisSession.xsd +61 -0
  50. data/vendor/xsd/ukrdc/Schema/Procedures/Procedure.xsd +38 -0
  51. data/vendor/xsd/ukrdc/Schema/Procedures/Transplant.xsd +160 -0
  52. data/vendor/xsd/ukrdc/Schema/Procedures/VascularAccess.xsd +49 -0
  53. data/vendor/xsd/ukrdc/Schema/ProgramMemberships/ProgramMembership.xsd +46 -0
  54. data/vendor/xsd/ukrdc/Schema/README.md +1 -0
  55. data/vendor/xsd/ukrdc/Schema/SocialHistories/SocialHistory.xsd +15 -0
  56. data/vendor/xsd/ukrdc/Schema/Surveys/Survey.xsd +143 -0
  57. data/vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd +37 -0
  58. data/vendor/xsd/ukrdc/Schema/Types/Address.xsd +67 -0
  59. data/vendor/xsd/ukrdc/Schema/Types/CF_DMD.xsd +27 -0
  60. data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_COD.xsd +343 -0
  61. data/vendor/xsd/ukrdc/Schema/Types/CF_EDTA_PRD.xsd +356 -0
  62. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_0004.xsd +76 -0
  63. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00204.xsd +46 -0
  64. data/vendor/xsd/ukrdc/Schema/Types/CF_HL7_00206.xsd +41 -0
  65. data/vendor/xsd/ukrdc/Schema/Types/CF_RR1.xsd +567 -0
  66. data/vendor/xsd/ukrdc/Schema/Types/CF_RR23.xsd +82 -0
  67. data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Discharge.xsd +80 -0
  68. data/vendor/xsd/ukrdc/Schema/Types/CF_RR7_Treatment.xsd +241 -0
  69. data/vendor/xsd/ukrdc/Schema/Types/CF_SNOMED.xsd +27 -0
  70. data/vendor/xsd/ukrdc/Schema/Types/Clinician.xsd +27 -0
  71. data/vendor/xsd/ukrdc/Schema/Types/CodeTableDetail.xsd +27 -0
  72. data/vendor/xsd/ukrdc/Schema/Types/CodedField.xsd +27 -0
  73. data/vendor/xsd/ukrdc/Schema/Types/CommonMetadata.xsd +23 -0
  74. data/vendor/xsd/ukrdc/Schema/Types/ContactDetail.xsd +55 -0
  75. data/vendor/xsd/ukrdc/Schema/Types/DrugProduct.xsd +41 -0
  76. data/vendor/xsd/ukrdc/Schema/Types/EthnicGroup.xsd +114 -0
  77. data/vendor/xsd/ukrdc/Schema/Types/FamilyDoctor.xsd +21 -0
  78. data/vendor/xsd/ukrdc/Schema/Types/LabResultItem.xsd +160 -0
  79. data/vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd +24 -0
  80. data/vendor/xsd/ukrdc/Schema/Types/Language.xsd +981 -0
  81. data/vendor/xsd/ukrdc/Schema/Types/Location.xsd +27 -0
  82. data/vendor/xsd/ukrdc/Schema/Types/NV_RR14.xsd +39 -0
  83. data/vendor/xsd/ukrdc/Schema/Types/Name.xsd +51 -0
  84. data/vendor/xsd/ukrdc/Schema/Types/Occupation.xsd +75 -0
  85. data/vendor/xsd/ukrdc/Schema/Types/Order.xsd +48 -0
  86. data/vendor/xsd/ukrdc/Schema/Types/PatientNumber.xsd +90 -0
  87. data/vendor/xsd/ukrdc/Schema/Types/PersonalContactType.xsd +11 -0
  88. data/vendor/xsd/ukrdc/Schema/Types/Result.xsd +178 -0
  89. data/vendor/xsd/ukrdc/Schema/UKRDC.xsd +148 -0
  90. metadata +78 -5
  91. data/lib/renalware/breadcrumb.rb +0 -10
@@ -0,0 +1,82 @@
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_RR23">
3
+ <xs:sequence>
4
+ <xs:element name="CodingStandard" minOccurs="0">
5
+ <xs:simpleType>
6
+ <xs:restriction base="xs:string">
7
+ <xs:enumeration value="CF_RR23"/>
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="l">
15
+ <xs:annotation>
16
+ <xs:documentation>Litres</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:enumeration>
19
+ <xs:enumeration value="dl">
20
+ <xs:annotation>
21
+ <xs:documentation>Decilitres</xs:documentation>
22
+ </xs:annotation>
23
+ </xs:enumeration>
24
+ <xs:enumeration value="ml">
25
+ <xs:annotation>
26
+ <xs:documentation>Mililitres</xs:documentation>
27
+ </xs:annotation>
28
+ </xs:enumeration>
29
+ <xs:enumeration value="g">
30
+ <xs:annotation>
31
+ <xs:documentation>Grams</xs:documentation>
32
+ </xs:annotation>
33
+ </xs:enumeration>
34
+ <xs:enumeration value="mg">
35
+ <xs:annotation>
36
+ <xs:documentation>Miligrams</xs:documentation>
37
+ </xs:annotation>
38
+ </xs:enumeration>
39
+ <!-- Note: Mu isn't ASCII which requires this file to be UTF-8 encoded -->
40
+ <xs:enumeration value="μg">
41
+ <xs:annotation>
42
+ <xs:documentation>Micrograms</xs:documentation>
43
+ </xs:annotation>
44
+ </xs:enumeration>
45
+ <xs:enumeration value="ng">
46
+ <xs:annotation>
47
+ <xs:documentation>Nanograms</xs:documentation>
48
+ </xs:annotation>
49
+ </xs:enumeration>
50
+ <xs:enumeration value="tab">
51
+ <xs:annotation>
52
+ <xs:documentation>Tablets</xs:documentation>
53
+ </xs:annotation>
54
+ </xs:enumeration>
55
+ <xs:enumeration value="units">
56
+ <xs:annotation>
57
+ <xs:documentation>Units (i.e. for Epoetins)</xs:documentation>
58
+ </xs:annotation>
59
+ </xs:enumeration>
60
+ <xs:enumeration value="mmol">
61
+ <xs:annotation>
62
+ <xs:documentation>Minimols</xs:documentation>
63
+ </xs:annotation>
64
+ </xs:enumeration>
65
+ <xs:enumeration value="other">
66
+ <xs:annotation>
67
+ <xs:documentation>Other</xs:documentation>
68
+ </xs:annotation>
69
+ </xs:enumeration>
70
+ </xs:restriction>
71
+ </xs:simpleType>
72
+ </xs:element>
73
+ <xs:element name="Description" minOccurs="0">
74
+ <xs:simpleType>
75
+ <xs:restriction base="xs:string">
76
+ <xs:maxLength value="32000"/>
77
+ </xs:restriction>
78
+ </xs:simpleType>
79
+ </xs:element>
80
+ </xs:sequence>
81
+ </xs:complexType>
82
+ </xs:schema>
@@ -0,0 +1,80 @@
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_RR7_DISCHARGE">
3
+ <xs:sequence>
4
+ <xs:element name="CodingStandard" minOccurs="0">
5
+ <xs:simpleType>
6
+ <xs:restriction base="xs:string">
7
+ <xs:enumeration value="CF_RR7_DISCHARGE"/>
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="30">
16
+ <xs:annotation>
17
+ <xs:documentation>Graft Failure</xs:documentation>
18
+ </xs:annotation>
19
+ </xs:enumeration>
20
+
21
+ <xs:enumeration value="38">
22
+ <xs:annotation>
23
+ <xs:documentation>Patient transferred Out</xs:documentation>
24
+ </xs:annotation>
25
+ </xs:enumeration>
26
+
27
+ <xs:enumeration value="84">
28
+ <xs:annotation>
29
+ <xs:documentation>ARF - Recovered</xs:documentation>
30
+ </xs:annotation>
31
+ </xs:enumeration>
32
+
33
+ <xs:enumeration value="85">
34
+ <xs:annotation>
35
+ <xs:documentation>ARF - Stopped Dialysis (without recovery of function)</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:enumeration>
38
+
39
+ <xs:enumeration value="86">
40
+ <xs:annotation>
41
+ <xs:documentation>ARF - Transferred Out</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:enumeration>
44
+
45
+ <xs:enumeration value="90">
46
+ <xs:annotation>
47
+ <xs:documentation>Patient - Renal Function Recovered</xs:documentation>
48
+ </xs:annotation>
49
+ </xs:enumeration>
50
+
51
+ <xs:enumeration value="91">
52
+ <xs:annotation>
53
+ <xs:documentation>Patient - Treatment Stopped (Without Recovery of Function)</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:enumeration>
56
+ <xs:enumeration value="92">
57
+ <xs:annotation>
58
+ <xs:documentation>Conservative Management - Treatment stopped without recovery</xs:documentation>
59
+ </xs:annotation>
60
+ </xs:enumeration>
61
+
62
+ <xs:enumeration value="95">
63
+ <xs:annotation>
64
+ <xs:documentation>Patient - Lost to follow-up</xs:documentation>
65
+ </xs:annotation>
66
+ </xs:enumeration>
67
+
68
+ </xs:restriction>
69
+ </xs:simpleType>
70
+ </xs:element>
71
+ <xs:element name="Description" minOccurs="0">
72
+ <xs:simpleType>
73
+ <xs:restriction base="xs:string">
74
+ <xs:maxLength value="32000"/>
75
+ </xs:restriction>
76
+ </xs:simpleType>
77
+ </xs:element>
78
+ </xs:sequence>
79
+ </xs:complexType>
80
+ </xs:schema>
@@ -0,0 +1,241 @@
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_RR7_TREATMENT">
3
+ <xs:sequence>
4
+ <xs:element name="CodingStandard" minOccurs="0">
5
+ <xs:simpleType>
6
+ <xs:restriction base="xs:string">
7
+ <xs:enumeration value="CF_RR7_TREATMENT"/>
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="1">
15
+ <xs:annotation>
16
+ <xs:documentation>Haemodialysis</xs:documentation>
17
+ </xs:annotation>
18
+ </xs:enumeration>
19
+ <xs:enumeration value="2">
20
+ <xs:annotation>
21
+ <xs:documentation>Haemofiltration</xs:documentation>
22
+ </xs:annotation>
23
+ </xs:enumeration>
24
+ <xs:enumeration value="3">
25
+ <xs:annotation>
26
+ <xs:documentation>Haemodiafiltration</xs:documentation>
27
+ </xs:annotation>
28
+ </xs:enumeration>
29
+ <xs:enumeration value="4">
30
+ <xs:annotation>
31
+ <xs:documentation>Haemodialysis > 4 days per week / daily</xs:documentation>
32
+ </xs:annotation>
33
+ </xs:enumeration>
34
+ <xs:enumeration value="5">
35
+ <xs:annotation>
36
+ <xs:documentation>Ultrafiltration</xs:documentation>
37
+ </xs:annotation>
38
+ </xs:enumeration>
39
+ <xs:enumeration value="9">
40
+ <xs:annotation>
41
+ <xs:documentation>Haemodialysis - type unknown</xs:documentation>
42
+ </xs:annotation>
43
+ </xs:enumeration>
44
+ <xs:enumeration value="10">
45
+ <xs:annotation>
46
+ <xs:documentation>CAPD Connect</xs:documentation>
47
+ </xs:annotation>
48
+ </xs:enumeration>
49
+ <xs:enumeration value="11">
50
+ <xs:annotation>
51
+ <xs:documentation>CAPD Disconnect</xs:documentation>
52
+ </xs:annotation>
53
+ </xs:enumeration>
54
+ <xs:enumeration value="12">
55
+ <xs:annotation>
56
+ <xs:documentation>Cycling PD >= 6 Nights/Week Dry</xs:documentation>
57
+ </xs:annotation>
58
+ </xs:enumeration>
59
+ <xs:enumeration value="13">
60
+ <xs:annotation>
61
+ <xs:documentation>Cycling PD &lt; 6 Nights/Week Dry</xs:documentation>
62
+ </xs:annotation>
63
+ </xs:enumeration>
64
+ <xs:enumeration value="14">
65
+ <xs:annotation>
66
+ <xs:documentation>Cycling PD >= 6 Nights/Week Wet (Day Dwell)</xs:documentation>
67
+ </xs:annotation>
68
+ </xs:enumeration>
69
+ <xs:enumeration value="15">
70
+ <xs:annotation>
71
+ <xs:documentation>Cycling PD &lt; 6 Nights/Week Wet (Day Dwell)</xs:documentation>
72
+ </xs:annotation>
73
+ </xs:enumeration>
74
+ <xs:enumeration value="16">
75
+ <xs:annotation>
76
+ <xs:documentation>Assisted Cycling PD >= 6 nights/week dry</xs:documentation>
77
+ </xs:annotation>
78
+ </xs:enumeration>
79
+ <xs:enumeration value="17">
80
+ <xs:annotation>
81
+ <xs:documentation>Assisted Cycling PD >= 6 nights/week wet (day dwell)</xs:documentation>
82
+ </xs:annotation>
83
+ </xs:enumeration>
84
+ <xs:enumeration value="19">
85
+ <xs:annotation>
86
+ <xs:documentation>Peritoneal Dialysis - Type Unknown</xs:documentation>
87
+ </xs:annotation>
88
+ </xs:enumeration>
89
+ <xs:enumeration value="20">
90
+ <xs:annotation>
91
+ <xs:documentation>Transplant; Cadaver Donor</xs:documentation>
92
+ </xs:annotation>
93
+ </xs:enumeration>
94
+ <xs:enumeration value="21">
95
+ <xs:annotation>
96
+ <xs:documentation>Transplant; Live Related - Sibling</xs:documentation>
97
+ </xs:annotation>
98
+ </xs:enumeration>
99
+ <xs:enumeration value="22">
100
+ <xs:annotation>
101
+ <xs:documentation>Transplant; Live Related - Parent or Child</xs:documentation>
102
+ </xs:annotation>
103
+ </xs:enumeration>
104
+ <xs:enumeration value="23">
105
+ <xs:annotation>
106
+ <xs:documentation>Transplant; Live Related - Other</xs:documentation>
107
+ </xs:annotation>
108
+ </xs:enumeration>
109
+ <xs:enumeration value="24">
110
+ <xs:annotation>
111
+ <xs:documentation>Transplant; Live Genetically Unrelated</xs:documentation>
112
+ </xs:annotation>
113
+ </xs:enumeration>
114
+ <xs:enumeration value="25">
115
+ <xs:annotation>
116
+ <xs:documentation>Transplant; Cadaver + Transp Other Organ</xs:documentation>
117
+ </xs:annotation>
118
+ </xs:enumeration>
119
+ <xs:enumeration value="26">
120
+ <xs:annotation>
121
+ <xs:documentation>Transplant; Live Donor + Transp Other Organ</xs:documentation>
122
+ </xs:annotation>
123
+ </xs:enumeration>
124
+ <xs:enumeration value="27">
125
+ <xs:annotation>
126
+ <xs:documentation>Transplant; Live donor Non-UK Transplant</xs:documentation>
127
+ </xs:annotation>
128
+ </xs:enumeration>
129
+ <xs:enumeration value="28">
130
+ <xs:annotation>
131
+ <xs:documentation>Transplant; Non-Heart-beating Donor</xs:documentation>
132
+ </xs:annotation>
133
+ </xs:enumeration>
134
+ <xs:enumeration value="29">
135
+ <xs:annotation>
136
+ <xs:documentation>Transplant; Type Unknown</xs:documentation>
137
+ </xs:annotation>
138
+ </xs:enumeration>
139
+ <xs:enumeration value="31">
140
+ <xs:annotation>
141
+ <xs:documentation>Graft acute rejection episode - biopsy proven</xs:documentation>
142
+ </xs:annotation>
143
+ </xs:enumeration>
144
+ <xs:enumeration value="32">
145
+ <xs:annotation>
146
+ <xs:documentation>Graft acute rejection episode - no biopsy</xs:documentation>
147
+ </xs:annotation>
148
+ </xs:enumeration>
149
+ <xs:enumeration value="74">
150
+ <xs:annotation>
151
+ <xs:documentation>Transplant : Live related - father</xs:documentation>
152
+ </xs:annotation>
153
+ </xs:enumeration>
154
+ <xs:enumeration value="75">
155
+ <xs:annotation>
156
+ <xs:documentation>Transplant : Live related - mother</xs:documentation>
157
+ </xs:annotation>
158
+ </xs:enumeration>
159
+ <xs:enumeration value="76">
160
+ <xs:annotation>
161
+ <xs:documentation>Transplant : Live related - child</xs:documentation>
162
+ </xs:annotation>
163
+ </xs:enumeration>
164
+ <xs:enumeration value="80">
165
+ <xs:annotation>
166
+ <xs:documentation>Acute Renal Failure not dialysed</xs:documentation>
167
+ </xs:annotation>
168
+ </xs:enumeration>
169
+ <xs:enumeration value="81">
170
+ <xs:annotation>
171
+ <xs:documentation>Acute Haemodialysis - ARF</xs:documentation>
172
+ </xs:annotation>
173
+ </xs:enumeration>
174
+ <xs:enumeration value="82">
175
+ <xs:annotation>
176
+ <xs:documentation>Acute Haemofiltration - ARF</xs:documentation>
177
+ </xs:annotation>
178
+ </xs:enumeration>
179
+ <xs:enumeration value="83">
180
+ <xs:annotation>
181
+ <xs:documentation>Acute Peritoneal Dialysis - ARF</xs:documentation>
182
+ </xs:annotation>
183
+ </xs:enumeration>
184
+ <xs:enumeration value="93">
185
+ <xs:annotation>
186
+ <xs:documentation>Conservative Management - Mutual decision not to offer RRT</xs:documentation>
187
+ </xs:annotation>
188
+ </xs:enumeration>
189
+ <xs:enumeration value="94">
190
+ <xs:annotation>
191
+ <xs:documentation>Conservative Management - Clinical decision not to offer RRT</xs:documentation>
192
+ </xs:annotation>
193
+ </xs:enumeration>
194
+ <xs:enumeration value="110">
195
+ <xs:annotation>
196
+ <xs:documentation>Plasmapharesis / Plasma Exchange</xs:documentation>
197
+ </xs:annotation>
198
+ </xs:enumeration>
199
+ <xs:enumeration value="111">
200
+ <xs:annotation>
201
+ <xs:documentation>Assisted CAPD</xs:documentation>
202
+ </xs:annotation>
203
+ </xs:enumeration>
204
+ <xs:enumeration value="121">
205
+ <xs:annotation>
206
+ <xs:documentation>Assisted APD</xs:documentation>
207
+ </xs:annotation>
208
+ </xs:enumeration>
209
+ <xs:enumeration value="201">
210
+ <xs:annotation>
211
+ <xs:documentation>Hybrid CAPD with HD</xs:documentation>
212
+ </xs:annotation>
213
+ </xs:enumeration>
214
+ <xs:enumeration value="202">
215
+ <xs:annotation>
216
+ <xs:documentation>Hybrid APD with HD</xs:documentation>
217
+ </xs:annotation>
218
+ </xs:enumeration>
219
+ <xs:enumeration value="203">
220
+ <xs:annotation>
221
+ <xs:documentation>Hybrid APD with CAPD</xs:documentation>
222
+ </xs:annotation>
223
+ </xs:enumeration>
224
+ <xs:enumeration value="900">
225
+ <xs:annotation>
226
+ <xs:documentation>CKD (Not on RRT)</xs:documentation>
227
+ </xs:annotation>
228
+ </xs:enumeration>
229
+ </xs:restriction>
230
+ </xs:simpleType>
231
+ </xs:element>
232
+ <xs:element name="Description" minOccurs="0">
233
+ <xs:simpleType>
234
+ <xs:restriction base="xs:string">
235
+ <xs:maxLength value="32000"/>
236
+ </xs:restriction>
237
+ </xs:simpleType>
238
+ </xs:element>
239
+ </xs:sequence>
240
+ </xs:complexType>
241
+ </xs:schema>
@@ -0,0 +1,27 @@
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_SNOMED">
3
+ <xs:sequence>
4
+ <xs:element name="CodingStandard" minOccurs="0">
5
+ <xs:simpleType>
6
+ <xs:restriction base="xs:string">
7
+ <xs:enumeration value="SNOMED"/>
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:maxLength value="32000"/>
15
+ </xs:restriction>
16
+ </xs:simpleType>
17
+ </xs:element>
18
+ <xs:element name="Description" minOccurs="0">
19
+ <xs:simpleType>
20
+ <xs:restriction base="xs:string">
21
+ <xs:maxLength value="32000"/>
22
+ </xs:restriction>
23
+ </xs:simpleType>
24
+ </xs:element>
25
+ </xs:sequence>
26
+ </xs:complexType>
27
+ </xs:schema>
@@ -0,0 +1,27 @@
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="Clinician">
3
+ <xs:sequence>
4
+ <xs:element name="CodingStandard" minOccurs="0">
5
+ <xs:simpleType>
6
+ <xs:restriction base="xs:string">
7
+ <xs:maxLength value="32000"/>
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:maxLength value="32000"/>
15
+ </xs:restriction>
16
+ </xs:simpleType>
17
+ </xs:element>
18
+ <xs:element name="Description" minOccurs="0">
19
+ <xs:simpleType>
20
+ <xs:restriction base="xs:string">
21
+ <xs:maxLength value="32000"/>
22
+ </xs:restriction>
23
+ </xs:simpleType>
24
+ </xs:element>
25
+ </xs:sequence>
26
+ </xs:complexType>
27
+ </xs:schema>