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,65 @@
|
|
1
|
+
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) -->
|
2
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
3
|
+
<xs:include schemaLocation="../Types/Clinician.xsd"/>
|
4
|
+
<xs:include schemaLocation="../Types/CommonMetadata.xsd"/>
|
5
|
+
<xs:complexType name="Observation">
|
6
|
+
<xs:sequence>
|
7
|
+
<xs:element name="ObservationTime" type="xs:dateTime" minOccurs="0">
|
8
|
+
<xs:annotation>
|
9
|
+
<xs:documentation/>
|
10
|
+
</xs:annotation>
|
11
|
+
</xs:element>
|
12
|
+
<xs:element name="ObservationCode" minOccurs="0">
|
13
|
+
<xs:annotation>
|
14
|
+
<xs:documentation>What observation is being recorded - e.g. Height/Weight. Use LOINC codes. Coding Standard is 2.16.840.1.113883.4.642.2.115 (OID for LOINC) ?? Did we discuss using OIDs ??</xs:documentation>
|
15
|
+
</xs:annotation>
|
16
|
+
<xs:complexType>
|
17
|
+
<xs:sequence>
|
18
|
+
<xs:element name="CodingStandard" 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:element name="Code" minOccurs="0">
|
26
|
+
<xs:simpleType>
|
27
|
+
<xs:restriction base="xs:string">
|
28
|
+
<xs:maxLength value="32000"/>
|
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:element>
|
42
|
+
<xs:element name="ObservationValue" minOccurs="0">
|
43
|
+
<xs:simpleType>
|
44
|
+
<xs:restriction base="xs:string">
|
45
|
+
<xs:maxLength value="999"/>
|
46
|
+
</xs:restriction>
|
47
|
+
</xs:simpleType>
|
48
|
+
</xs:element>
|
49
|
+
<xs:element name="ObservationUnits" type="xs:string" minOccurs="0"/>
|
50
|
+
<xs:element name="Comments" minOccurs="0">
|
51
|
+
<xs:simpleType>
|
52
|
+
<xs:restriction base="xs:string">
|
53
|
+
<xs:maxLength value="999"/>
|
54
|
+
</xs:restriction>
|
55
|
+
</xs:simpleType>
|
56
|
+
</xs:element>
|
57
|
+
<xs:element name="Clinician" type="Clinician" minOccurs="0">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>Requesting Physician as a nationally coded person. Use the description if this is not coded. </xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
</xs:element>
|
62
|
+
<xs:group ref="CommonMetadata"/>
|
63
|
+
</xs:sequence>
|
64
|
+
</xs:complexType>
|
65
|
+
</xs:schema>
|
@@ -0,0 +1,87 @@
|
|
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:include schemaLocation="Types/Address.xsd"/>
|
3
|
+
<xs:include schemaLocation="Types/ContactDetail.xsd"/>
|
4
|
+
<xs:include schemaLocation="Types/EthnicGroup.xsd"/>
|
5
|
+
<xs:include schemaLocation="Types/FamilyDoctor.xsd"/>
|
6
|
+
<xs:include schemaLocation="Types/Name.xsd"/>
|
7
|
+
<xs:include schemaLocation="Types/Occupation.xsd"/>
|
8
|
+
<xs:include schemaLocation="Types/Language.xsd"/>
|
9
|
+
<xs:include schemaLocation="Types/PatientNumber.xsd"/>
|
10
|
+
<xs:include schemaLocation="Types/PersonalContactType.xsd"/>
|
11
|
+
<xs:include schemaLocation="Types/CommonMetadata.xsd"/>
|
12
|
+
<xs:complexType name="Patient">
|
13
|
+
<xs:sequence>
|
14
|
+
<xs:element name="PatientNumbers" minOccurs="0">
|
15
|
+
<xs:complexType>
|
16
|
+
<xs:sequence>
|
17
|
+
<xs:element name="PatientNumber" type="PatientNumber" maxOccurs="unbounded"/>
|
18
|
+
</xs:sequence>
|
19
|
+
</xs:complexType>
|
20
|
+
</xs:element>
|
21
|
+
<xs:element name="Names">
|
22
|
+
<xs:complexType>
|
23
|
+
<xs:sequence>
|
24
|
+
<xs:element name="Name" type="Name" minOccurs="0" maxOccurs="unbounded">
|
25
|
+
<xs:annotation>
|
26
|
+
<xs:documentation>1 instance of name must be present if an NHS Number or CHI Number is included.</xs:documentation>
|
27
|
+
</xs:annotation>
|
28
|
+
</xs:element>
|
29
|
+
</xs:sequence>
|
30
|
+
</xs:complexType>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="BirthTime" type="xs:dateTime" minOccurs="0"/>
|
33
|
+
<xs:element name="DeathTime" type="xs:dateTime" minOccurs="0"/>
|
34
|
+
<xs:element name="Gender" type="xs:string" minOccurs="0">
|
35
|
+
<xs:annotation>
|
36
|
+
<xs:documentation>From NHS Dictionary 0=Not Known 1=Male 2=Female 9=Not Specified 1 instance of name must be present if an NHS Number or CHI Number is included.</xs:documentation>
|
37
|
+
</xs:annotation>
|
38
|
+
</xs:element>
|
39
|
+
<xs:element name="Addresses" minOccurs="0">
|
40
|
+
<xs:complexType>
|
41
|
+
<xs:sequence>
|
42
|
+
<xs:element name="Address" type="Address" maxOccurs="unbounded"/>
|
43
|
+
</xs:sequence>
|
44
|
+
</xs:complexType>
|
45
|
+
</xs:element>
|
46
|
+
<xs:element name="ContactDetails" minOccurs="0">
|
47
|
+
<xs:complexType>
|
48
|
+
<xs:sequence>
|
49
|
+
<xs:element name="ContactDetail" type="ContactDetail" maxOccurs="4">
|
50
|
+
<xs:annotation>
|
51
|
+
<xs:documentation>Only 1 of each type should be sent, If Contact Details wrapper included then at least of of the Contact Detail elements must be present</xs:documentation>
|
52
|
+
</xs:annotation>
|
53
|
+
</xs:element>
|
54
|
+
</xs:sequence>
|
55
|
+
</xs:complexType>
|
56
|
+
</xs:element>
|
57
|
+
<xs:element name="CountryOfBirth" type="xs:string" minOccurs="0">
|
58
|
+
<xs:annotation>
|
59
|
+
<xs:documentation>From NHS Data Dictionary ISO 3166-1 Use the 3-char alphabetic code.</xs:documentation>
|
60
|
+
</xs:annotation>
|
61
|
+
</xs:element>
|
62
|
+
<xs:element name="FamilyDoctor" type="FamilyDoctor" minOccurs="0"/>
|
63
|
+
<xs:element name="PersonToContact" type="PersonalContactType" minOccurs="0"/>
|
64
|
+
<xs:element name="EthnicGroup" type="EthnicGroup" minOccurs="0">
|
65
|
+
<xs:annotation>
|
66
|
+
<xs:documentation>From NHS Data Dictionary ETHNIC CATEGORY CODE which equates to RR18 (CodingStandard=ONS). From 2011 Scotland Census (CodingStandard=SCOT) </xs:documentation>
|
67
|
+
</xs:annotation>
|
68
|
+
</xs:element>
|
69
|
+
<xs:element name="Occupation" type="Occupation" minOccurs="0">
|
70
|
+
<xs:annotation>
|
71
|
+
<xs:documentation>Code range TBD </xs:documentation>
|
72
|
+
</xs:annotation>
|
73
|
+
</xs:element>
|
74
|
+
<xs:element name="PrimaryLanguage" type="Language" minOccurs="0">
|
75
|
+
<xs:annotation>
|
76
|
+
<xs:documentation>Primary Language</xs:documentation>
|
77
|
+
</xs:annotation>
|
78
|
+
</xs:element>
|
79
|
+
<xs:element name="Death" type="xs:boolean" minOccurs="0">
|
80
|
+
<xs:annotation>
|
81
|
+
<xs:documentation>Present only when dead - replaces isDead concept</xs:documentation>
|
82
|
+
</xs:annotation>
|
83
|
+
</xs:element>
|
84
|
+
<xs:group ref="CommonMetadata"/>
|
85
|
+
</xs:sequence>
|
86
|
+
</xs:complexType>
|
87
|
+
</xs:schema>
|
@@ -0,0 +1,61 @@
|
|
1
|
+
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) -->
|
2
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
3
|
+
<xs:include schemaLocation="Procedure.xsd"/>
|
4
|
+
<xs:complexType name="DialysisSession">
|
5
|
+
<xs:complexContent>
|
6
|
+
<xs:extension base="Procedure">
|
7
|
+
<xs:sequence>
|
8
|
+
<xs:element name="Attributes" minOccurs="0">
|
9
|
+
<!-- SDA: NVPairs -->
|
10
|
+
<xs:complexType>
|
11
|
+
<xs:sequence>
|
12
|
+
<xs:element name="QHD19" type="xs:string">
|
13
|
+
<xs:annotation>
|
14
|
+
<xs:documentation>Symptomatic hypotension</xs:documentation>
|
15
|
+
</xs:annotation>
|
16
|
+
</xs:element>
|
17
|
+
<xs:element name="QHD20" type="xs:string">
|
18
|
+
<xs:annotation>
|
19
|
+
<xs:documentation>Vascular Access Used</xs:documentation>
|
20
|
+
</xs:annotation>
|
21
|
+
</xs:element>
|
22
|
+
<xs:element name="QHD21" type="xs:string">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>Vascular Access Site</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="QHD22" type="xs:string">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>Access in two sites simultaneously</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="QHD30" type="xs:string">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>Blood Flow Rate</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
<xs:element name="QHD31" type="xs:string">
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>Time Dialysed in Minutes</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
</xs:element>
|
42
|
+
<xs:element name="QHD32" type="xs:string">
|
43
|
+
<xs:annotation>
|
44
|
+
<xs:documentation>Sodium in Dialysate</xs:documentation>
|
45
|
+
</xs:annotation>
|
46
|
+
</xs:element>
|
47
|
+
<xs:element name="QHD33" type="xs:string">
|
48
|
+
<xs:annotation>
|
49
|
+
<xs:documentation>Needling Method</xs:documentation>
|
50
|
+
</xs:annotation>
|
51
|
+
</xs:element>
|
52
|
+
</xs:sequence>
|
53
|
+
</xs:complexType>
|
54
|
+
</xs:element>
|
55
|
+
</xs:sequence>
|
56
|
+
<xs:attribute name="start" type="xs:date" use="required"/>
|
57
|
+
<xs:attribute name="stop" type="xs:date" use="required"/>
|
58
|
+
</xs:extension>
|
59
|
+
</xs:complexContent>
|
60
|
+
</xs:complexType>
|
61
|
+
</xs:schema>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) -->
|
2
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
3
|
+
<xs:include schemaLocation="../Types/Clinician.xsd"/>
|
4
|
+
<xs:include schemaLocation="../Types/Location.xsd"/>
|
5
|
+
<xs:include schemaLocation="../Types/CF_SNOMED.xsd"/>
|
6
|
+
<xs:include schemaLocation="../Types/CommonMetadata.xsd"/>
|
7
|
+
<xs:complexType name="Procedure">
|
8
|
+
<xs:sequence>
|
9
|
+
<!-- NOTE: This is Procedure in SDA -->
|
10
|
+
<xs:element name="ProcedureType" type="CF_SNOMED">
|
11
|
+
<xs:annotation>
|
12
|
+
<xs:documentation>At least code must be entered</xs:documentation>
|
13
|
+
</xs:annotation>
|
14
|
+
</xs:element>
|
15
|
+
<xs:element name="Clinician" type="Clinician" minOccurs="0">
|
16
|
+
<xs:annotation>
|
17
|
+
<xs:documentation>National Clinicial code where possible or other local code if not.</xs:documentation>
|
18
|
+
</xs:annotation>
|
19
|
+
</xs:element>
|
20
|
+
<xs:element name="ProcedureTime" type="xs:dateTime">
|
21
|
+
<xs:annotation>
|
22
|
+
<xs:documentation>As CCYYMMDDhhmm</xs:documentation>
|
23
|
+
</xs:annotation>
|
24
|
+
</xs:element>
|
25
|
+
<xs:element name="EnteredBy" type="Clinician" minOccurs="0">
|
26
|
+
<xs:annotation>
|
27
|
+
<xs:documentation>Person entering the diagnosis as a National Clinicial code where possible or other local code if not.</xs:documentation>
|
28
|
+
</xs:annotation>
|
29
|
+
</xs:element>
|
30
|
+
<xs:element name="EnteredAt" type="Location" minOccurs="0">
|
31
|
+
<xs:annotation>
|
32
|
+
<xs:documentation>Location the procedure was performed at. Use National coding e.g. RXF01</xs:documentation>
|
33
|
+
</xs:annotation>
|
34
|
+
</xs:element>
|
35
|
+
<xs:group ref="CommonMetadata"/>
|
36
|
+
</xs:sequence>
|
37
|
+
</xs:complexType>
|
38
|
+
</xs:schema>
|
@@ -0,0 +1,160 @@
|
|
1
|
+
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) -->
|
2
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
3
|
+
<xs:include schemaLocation="Procedure.xsd"/>
|
4
|
+
<xs:include schemaLocation="../Types/NV_RR14.xsd"/>
|
5
|
+
<xs:complexType name="TransplantProcedure">
|
6
|
+
<xs:complexContent>
|
7
|
+
<xs:extension base="Procedure">
|
8
|
+
<xs:sequence>
|
9
|
+
<xs:element name="Attributes" minOccurs="0">
|
10
|
+
<!-- SDA: NVPairs -->
|
11
|
+
<xs:complexType>
|
12
|
+
<xs:sequence>
|
13
|
+
<xs:element name="TRA64" type="xs:dateTime">
|
14
|
+
<xs:annotation>
|
15
|
+
<xs:documentation>Failure Date</xs:documentation>
|
16
|
+
</xs:annotation>
|
17
|
+
</xs:element>
|
18
|
+
<xs:element name="TRA65" type="xs:string">
|
19
|
+
<xs:annotation>
|
20
|
+
<xs:documentation>Cause of Failure</xs:documentation>
|
21
|
+
</xs:annotation>
|
22
|
+
</xs:element>
|
23
|
+
<xs:element name="TRA66" type="xs:dateTime">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>Description of Failure</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:element>
|
28
|
+
<xs:element name="TRA69" type="xs:dateTime">
|
29
|
+
<xs:annotation>
|
30
|
+
<xs:documentation>Date graft nephrectomy if graft failed</xs:documentation>
|
31
|
+
</xs:annotation>
|
32
|
+
</xs:element>
|
33
|
+
<xs:element name="TRA76" type="xs:dateTime">
|
34
|
+
<xs:annotation>
|
35
|
+
<xs:documentation>Graft Type</xs:documentation>
|
36
|
+
</xs:annotation>
|
37
|
+
</xs:element>
|
38
|
+
<xs:element name="TRA77" type="xs:string">
|
39
|
+
<xs:annotation>
|
40
|
+
<xs:documentation>NHSBT Type</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
</xs:element>
|
43
|
+
<xs:element name="TRA78" type="xs:string">
|
44
|
+
<xs:annotation>
|
45
|
+
<xs:documentation>rCMV - Recipient CMV status at transplant </xs:documentation>
|
46
|
+
</xs:annotation>
|
47
|
+
</xs:element>
|
48
|
+
<xs:element name="TRA79" type="xs:string">
|
49
|
+
<xs:annotation>
|
50
|
+
<xs:documentation>rEBV - Recipient EBV status at transplant </xs:documentation>
|
51
|
+
</xs:annotation>
|
52
|
+
</xs:element>
|
53
|
+
<xs:element name="TRA80" type="xs:string">
|
54
|
+
<xs:annotation>
|
55
|
+
<xs:documentation>Donor age</xs:documentation>
|
56
|
+
</xs:annotation>
|
57
|
+
</xs:element>
|
58
|
+
<xs:element name="TRA8A" type="xs:string">
|
59
|
+
<xs:annotation>
|
60
|
+
<xs:documentation>Donor sex</xs:documentation>
|
61
|
+
</xs:annotation>
|
62
|
+
</xs:element>
|
63
|
+
<xs:element name="TRA81" type="xs:string">
|
64
|
+
<xs:annotation>
|
65
|
+
<xs:documentation>rCMV - Donor CMV status at transplant </xs:documentation>
|
66
|
+
</xs:annotation>
|
67
|
+
</xs:element>
|
68
|
+
<xs:element name="TRA82" type="xs:string">
|
69
|
+
<xs:annotation>
|
70
|
+
<xs:documentation>rEBV - Donor CMV status at transplant </xs:documentation>
|
71
|
+
</xs:annotation>
|
72
|
+
</xs:element>
|
73
|
+
<xs:element name="TRA83" type="xs:string">
|
74
|
+
<xs:annotation>
|
75
|
+
<xs:documentation>Mismatch A</xs:documentation>
|
76
|
+
</xs:annotation>
|
77
|
+
</xs:element>
|
78
|
+
<xs:element name="TRA84" type="xs:string">
|
79
|
+
<xs:annotation>
|
80
|
+
<xs:documentation>Mismatch B</xs:documentation>
|
81
|
+
</xs:annotation>
|
82
|
+
</xs:element>
|
83
|
+
<xs:element name="TRA85" type="xs:string">
|
84
|
+
<xs:annotation>
|
85
|
+
<xs:documentation>Mismatch DR</xs:documentation>
|
86
|
+
</xs:annotation>
|
87
|
+
</xs:element>
|
88
|
+
<xs:element name="TRA86" type="xs:string">
|
89
|
+
<xs:annotation>
|
90
|
+
<xs:documentation>ABO compatible</xs:documentation>
|
91
|
+
</xs:annotation>
|
92
|
+
</xs:element>
|
93
|
+
<xs:element name="TRA87" type="xs:string">
|
94
|
+
<xs:annotation>
|
95
|
+
<xs:documentation>Plasma exchange</xs:documentation>
|
96
|
+
</xs:annotation>
|
97
|
+
</xs:element>
|
98
|
+
<xs:element name="TRA88" type="xs:string">
|
99
|
+
<xs:annotation>
|
100
|
+
<xs:documentation>Immunoadsorption</xs:documentation>
|
101
|
+
</xs:annotation>
|
102
|
+
</xs:element>
|
103
|
+
<xs:element name="TRA89" type="xs:string">
|
104
|
+
<xs:annotation>
|
105
|
+
<xs:documentation>Rituximab</xs:documentation>
|
106
|
+
</xs:annotation>
|
107
|
+
</xs:element>
|
108
|
+
<xs:element name="TRA90" type="xs:string">
|
109
|
+
<xs:annotation>
|
110
|
+
<xs:documentation>IV immunoglobulin</xs:documentation>
|
111
|
+
</xs:annotation>
|
112
|
+
</xs:element>
|
113
|
+
<xs:element name="TRA91" type="xs:string">
|
114
|
+
<xs:annotation>
|
115
|
+
<xs:documentation>Cold ischaemic time in hours</xs:documentation>
|
116
|
+
</xs:annotation>
|
117
|
+
</xs:element>
|
118
|
+
<xs:element name="TRA92" type="xs:string">
|
119
|
+
<xs:annotation>
|
120
|
+
<xs:documentation>Primary function</xs:documentation>
|
121
|
+
</xs:annotation>
|
122
|
+
</xs:element>
|
123
|
+
<xs:element name="TRA93" type="xs:string">
|
124
|
+
<xs:annotation>
|
125
|
+
<xs:documentation>Anticoagulation</xs:documentation>
|
126
|
+
</xs:annotation>
|
127
|
+
</xs:element>
|
128
|
+
<xs:element name="TRA94" type="xs:string">
|
129
|
+
<xs:annotation>
|
130
|
+
<xs:documentation>CMV prophylaxis</xs:documentation>
|
131
|
+
</xs:annotation>
|
132
|
+
</xs:element>
|
133
|
+
<xs:element name="TRA95" type="xs:string">
|
134
|
+
<xs:annotation>
|
135
|
+
<xs:documentation>Pneumocystis prophylaxis</xs:documentation>
|
136
|
+
</xs:annotation>
|
137
|
+
</xs:element>
|
138
|
+
<xs:element name="TRA96" type="xs:string">
|
139
|
+
<xs:annotation>
|
140
|
+
<xs:documentation>Functioning</xs:documentation>
|
141
|
+
</xs:annotation>
|
142
|
+
</xs:element>
|
143
|
+
<xs:element name="TRA97" type="NV_RR14">
|
144
|
+
<xs:annotation>
|
145
|
+
<xs:documentation>Other organ transplanted simultaneously 1</xs:documentation>
|
146
|
+
</xs:annotation>
|
147
|
+
</xs:element>
|
148
|
+
<xs:element name="TRA98" type="NV_RR14">
|
149
|
+
<xs:annotation>
|
150
|
+
<xs:documentation>Other organ transplanted simultaneously 2</xs:documentation>
|
151
|
+
</xs:annotation>
|
152
|
+
</xs:element>
|
153
|
+
</xs:sequence>
|
154
|
+
</xs:complexType>
|
155
|
+
</xs:element>
|
156
|
+
</xs:sequence>
|
157
|
+
</xs:extension>
|
158
|
+
</xs:complexContent>
|
159
|
+
</xs:complexType>
|
160
|
+
</xs:schema>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) -->
|
2
|
+
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/">
|
3
|
+
<xs:include schemaLocation="Procedure.xsd"/>
|
4
|
+
<xs:complexType name="VascularAccess">
|
5
|
+
<xs:complexContent>
|
6
|
+
<xs:extension base="Procedure">
|
7
|
+
<xs:sequence>
|
8
|
+
<xs:element name="Attributes" minOccurs="0">
|
9
|
+
<!-- SDA: NVPairs -->
|
10
|
+
<xs:complexType>
|
11
|
+
<xs:sequence>
|
12
|
+
<xs:element name="ACC19" type="xs:string">
|
13
|
+
<xs:annotation>
|
14
|
+
<xs:documentation>Date Access first used for Dialysis</xs:documentation>
|
15
|
+
</xs:annotation>
|
16
|
+
</xs:element>
|
17
|
+
<xs:element name="ACC20" type="xs:string">
|
18
|
+
<xs:annotation>
|
19
|
+
<xs:documentation>Date of Access Failure</xs:documentation>
|
20
|
+
</xs:annotation>
|
21
|
+
</xs:element>
|
22
|
+
<xs:element name="ACC21" type="xs:string">
|
23
|
+
<xs:annotation>
|
24
|
+
<xs:documentation>Date of Removal</xs:documentation>
|
25
|
+
</xs:annotation>
|
26
|
+
</xs:element>
|
27
|
+
<xs:element name="ACC22" type="xs:string">
|
28
|
+
<xs:annotation>
|
29
|
+
<xs:documentation>Reason for Removal of Haemodialysis Access (HD Only)</xs:documentation>
|
30
|
+
</xs:annotation>
|
31
|
+
</xs:element>
|
32
|
+
<xs:element name="ACC30" type="xs:string">
|
33
|
+
<xs:annotation>
|
34
|
+
<xs:documentation>PD Catheter Insertion Technique (PD Only)</xs:documentation>
|
35
|
+
</xs:annotation>
|
36
|
+
</xs:element>
|
37
|
+
<xs:element name="ACC40" type="xs:string">
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>Reason for Removal of PD Catheter (PD Only)</xs:documentation>
|
40
|
+
</xs:annotation>
|
41
|
+
</xs:element>
|
42
|
+
</xs:sequence>
|
43
|
+
</xs:complexType>
|
44
|
+
</xs:element>
|
45
|
+
</xs:sequence>
|
46
|
+
</xs:extension>
|
47
|
+
</xs:complexContent>
|
48
|
+
</xs:complexType>
|
49
|
+
</xs:schema>
|