source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/MpiEJB/mpi.xml@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<java version="1.6.0_06" class="java.beans.XMLDecoder">
3 <object class="gov.hhs.fha.nhinc.mpilib.Patients">
4 <void method="add">
5 <object class="gov.hhs.fha.nhinc.mpilib.Patient">
6 <void property="dateOfBirth">
7 <string>March 1, 1956</string>
8 </void>
9 <void property="gender">
10 <string>M</string>
11 </void>
12 <void property="identifiers">
13 <void method="add">
14 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
15 <void property="id">
16 <string>1234</string>
17 </void>
18 <void property="organizationId">
19 <string>2.16.840.1.113883.3.200</string>
20 </void>
21 </object>
22 </void>
23 <void method="add">
24 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
25 <void property="id">
26 <string>123456789</string>
27 </void>
28 <void property="organizationId">
29 <string>2.16.840.1.113883.4.1</string>
30 </void>
31 </object>
32 </void>
33 </void>
34 <void property="name">
35 <void property="firstName">
36 <string>Joe</string>
37 </void>
38 <void property="lastName">
39 <string>Smith</string>
40 </void>
41 </void>
42 </object>
43 </void>
44 <void method="add">
45 <object class="gov.hhs.fha.nhinc.mpilib.Patient">
46 <void property="dateOfBirth">
47 <string>June 13, 1976</string>
48 </void>
49 <void property="gender">
50 <string>F</string>
51 </void>
52 <void property="identifiers">
53 <void method="add">
54 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
55 <void property="id">
56 <string>4321</string>
57 </void>
58 <void property="organizationId">
59 <string>2.16.840.1.113883.3.200</string>
60 </void>
61 </object>
62 </void>
63 <void method="add">
64 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
65 <void property="id">
66 <string>987654321</string>
67 </void>
68 <void property="organizationId">
69 <string>2.16.840.1.113883.4.1</string>
70 </void>
71 </object>
72 </void>
73 </void>
74 <void property="name">
75 <void property="firstName">
76 <string>Holly</string>
77 </void>
78 <void property="lastName">
79 <string>Henderson</string>
80 </void>
81 </void>
82 </object>
83 </void>
84 <void method="add">
85 <object class="gov.hhs.fha.nhinc.mpilib.Patient">
86 <void property="dateOfBirth">
87 <string>December 25, 1989</string>
88 </void>
89 <void property="gender">
90 <string>M</string>
91 </void>
92 <void property="identifiers">
93 <void method="add">
94 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
95 <void property="id">
96 <string>1324</string>
97 </void>
98 <void property="organizationId">
99 <string>2.16.840.1.113883.3.200</string>
100 </void>
101 </object>
102 </void>
103 <void method="add">
104 <object class="gov.hhs.fha.nhinc.mpilib.Identifier">
105 <void property="id">
106 <string>134679852</string>
107 </void>
108 <void property="organizationId">
109 <string>2.16.840.1.113883.4.1</string>
110 </void>
111 </object>
112 </void>
113 </void>
114 <void property="name">
115 <void property="firstName">
116 <string>Bill</string>
117 </void>
118 <void property="lastName">
119 <string>Peterson</string>
120 </void>
121 </void>
122 </object>
123 </void>
124 </object>
125</java>
Note: See TracBrowser for help on using the repository browser.