-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxmlData_format.xml
71 lines (71 loc) · 1.88 KB
/
xmlData_format.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<Response StatusCode="100">
<PatientSummary>
<Allergys>
<Allergy>
<Date>2016-07-31</Date>
<Value>집진드기알레르기</Value>
</Allergy>
</Allergys>
<AdverseReactions>
<AdverseReaction>
<Date>2016-07-31</Date>
<Value>타이레놀 못먹음</Value>
</AdverseReaction>
</AdverseReactions>
<PastHistorys>
<PatientHistory>
<Date>2016-07-31</Date>
<Value>출산자녀수: 1</Value>
</PatientHistory>
</PastHistorys>
<FamilyHistorys>
<FamilyHistory>
<Date>2016-07-31</Date>
<Value>Alcohol 여부: Yes</Value>
</FamilyHistory>
</FamilyHistorys>
<SosicalHistorys>
<SosicalHistory>
<Date>2016-07-31</Date>
<Value>Alcohol 여부: Yes Alcohol 여부: Yes</Value>
</SosicalHistory>
</SosicalHistorys>
<PhysicalMeasurement>
<Height>
<Date>2016-07-31</Date>
<Value>173.0</Value>
</Height>
<Weight>
<Date>2016-07-31</Date>
<Value>78.0</Value>
</Weight>
<BloodPressure>
<Date>2016-07-31</Date>
<Value>88-122</Value>
</BloodPressure>
<Pulse>
<Date>2016-07-31</Date>
<Value>81</Value>
</Pulse>
<BloodType>
<Date>2016-07-31</Date>
<Value>AB</Value>
</BloodType>
</PhysicalMeasurement>
<Medications>
<Medication>
<Date>2016-07-31</Date>
<Code>k-1234</Code>
<Value>비타500</Value>
</Medication>
</Medications>
<TeleMedicines>
<TeleMedicine>
<Date>2016-07-31</Date>
<Value>알레르기 진찰 후 비타500 투약 완료.</Value>
</TeleMedicine>
</TeleMedicines>
</PatientSummary>
<!--Patient Example 1-->
</Response>