OnyxExportOntology: onyxontology.xml

File onyxontology.xml, 2.6 KB (added by jeff.lusted, 13 years ago)

Nick's initial example of an intermediate form of xml that could be used to derive an ontology.

Line 
1<briccs_questionnaire>
2 <MedicalHistoryInterviewQuestionnaire>
3 <MAIN>
4 <part_hist_highbp>
5 <label>Have you ever suffered from high blood pressure?</label>
6
7 <part_hist_highbp>
8 <type>text</type>
9 <label></label>
10 </part_hist_highbp>
11
12 <part_hist_highbp.N>
13 <label>No</label>
14 <type>boolean</type>
15 </part_hist_highbp.N>
16
17 <part_hist_highbp.Y>
18 <label>Yes</label>
19 <type>boolean</type>
20 </part_hist_highbp.Y>
21
22 <part_hist_highbp.PNA>
23 <label>Prefer not to answer</label>
24 <type>boolean</type>
25 </part_hist_highbp.PNA>
26
27 <part_hist_highbp.DK>
28 <label>Don't know</label>
29 <type>boolean</type>
30 </part_hist_highbp.DK>
31
32 <part_hist_highbp.comment>
33 <label>Comment</label>
34 <type>text</type>
35 </part_hist_highbp.comment>
36
37 </part_hist_highbp>
38
39 <part_hist_highbp_onset_cat>
40 <label>When did you first suffer from high blood pressure?</label>
41
42 <part_hist_highbp_onset_cat>
43 <type>text</type>
44 <label></label>
45 </part_hist_highbp_onset_cat>
46
47 <part_hist_highbp_onset_cat.YEAR>
48 <label>Year</label>
49 <type>boolean</type>
50 </part_hist_highbp_onset_cat.YEAR>
51
52 <part_hist_highbp_onset>
53 <label></label>
54 <type>integer</type>
55 </part_hist_highbp_onset_cat.YEAR>
56
57 <part_hist_highbp_onset_cat.PNA>
58 <label>Prefer not to answer</label>
59 <type>boolean</type>
60 </part_hist_highbp_onset_cat.PNA>
61
62 <part_hist_highbp_onset_cat.DK>
63 <label>Don't know</label>
64 <type>boolean</type>
65 </part_hist_highbp_onset_cat.DK>
66
67 <part_hist_highbp_onset_cat.comment>
68 <label>Comment</label>
69 <type>text</type>
70 </part_hist_highbp_onset_cat.comment>
71
72 </part_hist_highbp_onset_cat>
73
74 <part_hist_highbp_treat>
75 <label>Have you received treatment for your high blood pressure?
76 </label>
77
78 <part_hist_highbp_treat>
79 <type>text</type>
80 <label></label>
81 </part_hist_highbp_treat>
82
83 <part_hist_highbp_treat.N>
84 <label>No</label>
85 <type>boolean</type>
86 </part_hist_highbp_treat.N>
87
88 <part_hist_highbp_treat.Y>
89 <label>Yes</label>
90 <type>boolean</type>
91 </part_hist_highbp_treat.Y>
92
93 <part_hist_highbp_treat.PNA>
94 <label>Prefer not to answer</label>
95 <type>boolean</type>
96 </part_hist_highbp_treat.PNA>
97
98 <part_hist_highbp_treat.DK>
99 <label>Don't know</label>
100 <type>boolean</type>
101 </part_hist_highbp_treat.DK>
102
103 <part_hist_highbp_treat.comment>
104 <label>Comment</label>
105 <type>text</type>
106 </part_hist_highbp_treat.comment>
107
108 </part_hist_highbp_treat>
109
110 </MAIN>
111
112
113
114 </MedicalHistoryInterviewQuestionnaire>
115</briccs_questionnaire>
116