This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
forked from vadi2/fhir-formats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.xml
115 lines (115 loc) · 2.79 KB
/
result.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<Patient xmlns='http://hl7.org/fhir'>
<active value='true'/>
<id value='example'/>
<deceasedBoolean value='false'/>
<managingOrganization>
<reference value='Organization/1'/>
</managingOrganization>
<text>
<status value='generated'/>
<div xmlns='http://www.w3.org/1999/xhtml'>
<table>
<tbody>
<tr>
<td>Name</td>
<td>Peter James
<b>Chalmers</b> ("Jim")
</td>
</tr>
<tr>
<td>Address</td>
<td>534 Erewhon, Pleasantville, Vic, 3999</td>
</tr>
<tr>
<td>Contacts</td>
<td>Home: unknown. Work: (03) 5555 6473</td>
</tr>
<tr>
<td>Id</td>
<td>MRN: 12345 (Acme Healthcare)</td>
</tr>
</tbody>
</table>
</div>
</text>
<contact>
<gender value='female'/>
<telecom>
<value value='+33 (237) 998327'/>
<system value='phone'/>
</telecom>
<period>
<start value='2012'/>
</period>
<name>
<given value='Bénédicte'/>
<family value='du'>
<extension>
<url value='http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier'/>
<valueCode value='VV'/>
</extension>
</family>
<family value='Marché'/>
</name>
<relationship>
<coding>
<code value='partner'/>
<system value='http://hl7.org/fhir/patient-contact-relationship'/>
</coding>
</relationship>
</contact>
<gender value='male'/>
<telecom>
<use value='home'/>
</telecom>
<telecom>
<use value='work'/>
<system value='phone'/>
<value value='(03) 5555 6473'/>
</telecom>
<address>
<line value='534 Erewhon St'/>
<use value='home'/>
<city value='PleasantVille'/>
<period>
<start value='1974-12-25'/>
</period>
<type value='both'/>
<state value='Vic'/>
<district value='Rainbow'/>
<postalCode value='3999'/>
</address>
<birthDate value='1974-12-25'>
<extension>
<url value='http://hl7.org/fhir/StructureDefinition/patient-birthTime'/>
<valueDateTime value='1974-12-25T14:35:45-05:00'/>
</extension>
</birthDate>
<name>
<given value='Peter'/>
<given value='James'/>
<use value='official'/>
<family value='Chalmers'/>
</name>
<name>
<given value='Jim'/>
<use value='usual'/>
</name>
<identifier>
<use value='usual'/>
<assigner>
<display value='Acme Healthcare'/>
</assigner>
<value value='12345'/>
<type>
<coding>
<code value='MR'/>
<system value='http://hl7.org/fhir/v2/0203'/>
</coding>
</type>
<period>
<start value='2001-05-06'/>
</period>
<system value='urn:oid:1.2.36.146.595.217.0.1'/>
</identifier>
</Patient>