|
a |
|
b/Patient test Data.xml |
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
|
2 |
<Patients> |
|
|
3 |
<!-- Patient 1: Middle-aged diabetic patient with comorbidities --> |
|
|
4 |
<Patient> |
|
|
5 |
<ID>PT-1001</ID> |
|
|
6 |
<Demographics> |
|
|
7 |
<DOB>1985-03-15</DOB> |
|
|
8 |
<Gender>Female</Gender> |
|
|
9 |
<Ethnicity>Hispanic</Ethnicity> |
|
|
10 |
</Demographics> |
|
|
11 |
<MedicalConditions> |
|
|
12 |
<PrimaryDiagnosis> |
|
|
13 |
<Condition>Type 2 Diabetes Mellitus</Condition> |
|
|
14 |
<DiagnosisDate>2020-05-12</DiagnosisDate> |
|
|
15 |
</PrimaryDiagnosis> |
|
|
16 |
<Comorbidities> |
|
|
17 |
<Condition>Hypertension</Condition> |
|
|
18 |
<Condition>Hyperlipidemia</Condition> |
|
|
19 |
</Comorbidities> |
|
|
20 |
</MedicalConditions> |
|
|
21 |
<Treatments> |
|
|
22 |
<CurrentMedications> |
|
|
23 |
<Drug> |
|
|
24 |
<Name>Metformin</Name> |
|
|
25 |
<Dosage>500 mg</Dosage> |
|
|
26 |
<Frequency>Twice daily</Frequency> |
|
|
27 |
</Drug> |
|
|
28 |
</CurrentMedications> |
|
|
29 |
</Treatments> |
|
|
30 |
<LabResults> |
|
|
31 |
<Test> |
|
|
32 |
<Name>HbA1c</Name> |
|
|
33 |
<Value>7.2</Value> |
|
|
34 |
<Unit>%</Unit> |
|
|
35 |
<Date>2024-02-10</Date> |
|
|
36 |
</Test> |
|
|
37 |
</LabResults> |
|
|
38 |
</Patient> |
|
|
39 |
|
|
|
40 |
<!-- Patient 2: Elderly patient with cardiovascular disease --> |
|
|
41 |
<Patient> |
|
|
42 |
<ID>PT-1002</ID> |
|
|
43 |
<Demographics> |
|
|
44 |
<DOB>1947-07-22</DOB> |
|
|
45 |
<Gender>Male</Gender> |
|
|
46 |
<Ethnicity>Caucasian</Ethnicity> |
|
|
47 |
</Demographics> |
|
|
48 |
<MedicalConditions> |
|
|
49 |
<PrimaryDiagnosis> |
|
|
50 |
<Condition>Coronary Artery Disease</Condition> |
|
|
51 |
<DiagnosisDate>2015-09-30</DiagnosisDate> |
|
|
52 |
</PrimaryDiagnosis> |
|
|
53 |
<Comorbidities> |
|
|
54 |
<Condition>Chronic Kidney Disease</Condition> |
|
|
55 |
</Comorbidities> |
|
|
56 |
</MedicalConditions> |
|
|
57 |
<Treatments> |
|
|
58 |
<CurrentMedications> |
|
|
59 |
<Drug> |
|
|
60 |
<Name>Aspirin</Name> |
|
|
61 |
<Dosage>81 mg</Dosage> |
|
|
62 |
<Frequency>Once daily</Frequency> |
|
|
63 |
</Drug> |
|
|
64 |
</CurrentMedications> |
|
|
65 |
</Treatments> |
|
|
66 |
<LabResults> |
|
|
67 |
<Test> |
|
|
68 |
<Name>Creatinine</Name> |
|
|
69 |
<Value>1.8</Value> |
|
|
70 |
<Unit>mg/dL</Unit> |
|
|
71 |
<Date>2024-01-20</Date> |
|
|
72 |
</Test> |
|
|
73 |
</LabResults> |
|
|
74 |
</Patient> |
|
|
75 |
|
|
|
76 |
<!-- Patient 3: Young adult with autoimmune disorder --> |
|
|
77 |
<Patient> |
|
|
78 |
<ID>PT-1003</ID> |
|
|
79 |
<Demographics> |
|
|
80 |
<DOB>1996-12-05</DOB> |
|
|
81 |
<Gender>Non-binary</Gender> |
|
|
82 |
<Ethnicity>Asian</Ethnicity> |
|
|
83 |
</Demographics> |
|
|
84 |
<MedicalConditions> |
|
|
85 |
<PrimaryDiagnosis> |
|
|
86 |
<Condition>Rheumatoid Arthritis</Condition> |
|
|
87 |
<DiagnosisDate>2022-04-18</DiagnosisDate> |
|
|
88 |
</PrimaryDiagnosis> |
|
|
89 |
</MedicalConditions> |
|
|
90 |
<Treatments> |
|
|
91 |
<CurrentMedications> |
|
|
92 |
<Drug> |
|
|
93 |
<Name>Methotrexate</Name> |
|
|
94 |
<Dosage>15 mg</Dosage> |
|
|
95 |
<Frequency>Once weekly</Frequency> |
|
|
96 |
</Drug> |
|
|
97 |
</CurrentMedications> |
|
|
98 |
</Treatments> |
|
|
99 |
<LabResults> |
|
|
100 |
<Test> |
|
|
101 |
<Name>CRP</Name> |
|
|
102 |
<Value>12.5</Value> |
|
|
103 |
<Unit>mg/L</Unit> |
|
|
104 |
<Date>2024-01-28</Date> |
|
|
105 |
</Test> |
|
|
106 |
</LabResults> |
|
|
107 |
</Patient> |
|
|
108 |
|
|
|
109 |
<!-- Patient 4: Pediatric patient with asthma --> |
|
|
110 |
<Patient> |
|
|
111 |
<ID>PT-1004</ID> |
|
|
112 |
<Demographics> |
|
|
113 |
<DOB>2015-08-10</DOB> |
|
|
114 |
<Gender>Male</Gender> |
|
|
115 |
<Ethnicity>African American</Ethnicity> |
|
|
116 |
</Demographics> |
|
|
117 |
<MedicalConditions> |
|
|
118 |
<PrimaryDiagnosis> |
|
|
119 |
<Condition>Asthma</Condition> |
|
|
120 |
<DiagnosisDate>2018-06-25</DiagnosisDate> |
|
|
121 |
</PrimaryDiagnosis> |
|
|
122 |
</MedicalConditions> |
|
|
123 |
<Treatments> |
|
|
124 |
<CurrentMedications> |
|
|
125 |
<Drug> |
|
|
126 |
<Name>Albuterol</Name> |
|
|
127 |
<Dosage>2 puffs</Dosage> |
|
|
128 |
<Frequency>As needed</Frequency> |
|
|
129 |
</Drug> |
|
|
130 |
</CurrentMedications> |
|
|
131 |
</Treatments> |
|
|
132 |
<LabResults> |
|
|
133 |
<Test> |
|
|
134 |
<Name>Peak Flow</Name> |
|
|
135 |
<Value>280</Value> |
|
|
136 |
<Unit>L/min</Unit> |
|
|
137 |
<Date>2024-01-10</Date> |
|
|
138 |
</Test> |
|
|
139 |
</LabResults> |
|
|
140 |
</Patient> |
|
|
141 |
</Patients> |