source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/HL7V3/NE2008/multicacheschemas/PRPA_MT201310UV02.xsd@ 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: 30.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<xs:schema xmlns="urn:hl7-org:v3" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 xmlns:ex="urn:hl7-org/v3-example"
4 targetNamespace="urn:hl7-org:v3"
5 elementFormDefault="qualified"><!--
6*****************************************************************************************************************
7* XML schema for message type PRPA_MT201310UV02.
8* Source information:
9* Rendered by: Visio to MIF transform
10* Rendered on:
11*
12*
13* Generated by XMLITS version 3.1.6
14* MIF to XSD Transform $Id: StaticMifToXsd.xsl,v 1.30 2007/12/06 05:50:08 wbeeler Exp $
15* Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.6 2007/03/20 02:48:49 wbeeler Exp $
16*
17* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007 Health Level Seven. All rights reserved.
18* Redistribution and use in source and binary forms, with or without
19* modification, are permitted provided that the following conditions
20* are met:
21* 1. Redistributions of source code must retain the above copyright
22* notice, this list of conditions and the following disclaimer.
23* 2. Redistributions in binary form must reproduce the above copyright
24* notice, this list of conditions and the following disclaimer in the
25* documentation and/or other materials provided with the distribution.
26* 3. All advertising materials mentioning features or use of this software
27* must display the following acknowledgement:
28* This product includes software developed by Health Level Seven.
29* THIS SOFTWARE IS PROVIDED BY HEALTH LEVEL SEVEN, INC. AND CONTRIBUTORS "AS IS" AND
30* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
33* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
35* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
38* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39* SUCH DAMAGE.
40*
41********************************************************************************************************************
42 --><xs:annotation>
43 <xs:documentation>Generated using schema builder version 3.1.6. Stylesheets:
44
45StaticMifToXsd.xsl version 2.0</xs:documentation>
46 </xs:annotation>
47 <xs:include schemaLocation="../coreschemas/infrastructureRoot.xsd"/>
48 <xs:include schemaLocation="COCT_MT150007UV.xsd"/>
49 <xs:include schemaLocation="COCT_MT820000UV.xsd"/>
50 <xs:include schemaLocation="COCT_MT150002UV01.xsd"/>
51 <xs:include schemaLocation="COCT_MT030007UV.xsd"/>
52 <xs:include schemaLocation="COCT_MT030207UV.xsd"/>
53 <xs:include schemaLocation="COCT_MT710007UV.xsd"/>
54 <xs:include schemaLocation="COCT_MT960000UV05.xsd"/>
55 <xs:include schemaLocation="COCT_MT670000UV04.xsd"/>
56 <xs:include schemaLocation="COCT_MT150003UV03.xsd"/>
57 <xs:include schemaLocation="COCT_MT510000UV06.xsd"/>
58 <xs:complexType name="PRPA_MT201310UV02.AdministrativeObservation">
59 <xs:sequence>
60 <xs:group ref="InfrastructureRootElements"/>
61 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
62 <xs:element name="code" type="CD" minOccurs="1" maxOccurs="1"/>
63 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
64 <xs:element name="effectiveTime" type="SXCM_TS" minOccurs="0" maxOccurs="unbounded"/>
65 <xs:element name="value" type="ANY" minOccurs="1" maxOccurs="1"/>
66 </xs:sequence>
67 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
68 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
69 <xs:attribute name="classCode" type="ActClassObservation" use="required"/>
70 <xs:attribute name="moodCode" type="ActMood" use="optional" fixed="EVN"/>
71 </xs:complexType>
72 <xs:complexType name="PRPA_MT201310UV02.BirthPlace">
73 <xs:sequence>
74 <xs:group ref="InfrastructureRootElements"/>
75 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="1"/>
76 <xs:element name="birthplace" type="COCT_MT710007UV.Place" nillable="true" minOccurs="0"
77 maxOccurs="1"/>
78 <xs:element name="subjectOf" type="PRPA_MT201310UV02.Subject2" nillable="true"
79 minOccurs="0"
80 maxOccurs="1"/>
81 </xs:sequence>
82 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
83 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
84 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="BIRTHPL"/>
85 </xs:complexType>
86 <xs:complexType name="PRPA_MT201310UV02.CareGiver">
87 <xs:sequence>
88 <xs:group ref="InfrastructureRootElements"/>
89 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
90 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
91 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
92 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
93 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
94 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
95 <xs:element name="careGiverPerson" type="COCT_MT030207UV.Person" nillable="true"
96 minOccurs="1"
97 maxOccurs="1"/>
98 </xs:sequence>
99 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
100 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
101 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="CAREGIVER"/>
102 </xs:complexType>
103 <xs:complexType name="PRPA_MT201310UV02.Citizen">
104 <xs:sequence>
105 <xs:group ref="InfrastructureRootElements"/>
106 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
107 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
108 <xs:element name="politicalNation" type="PRPA_MT201310UV02.Nation" minOccurs="1"
109 maxOccurs="1"/>
110 </xs:sequence>
111 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
112 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
113 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="CIT"/>
114 </xs:complexType>
115 <xs:complexType name="PRPA_MT201310UV02.ContactParty">
116 <xs:sequence>
117 <xs:group ref="InfrastructureRootElements"/>
118 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
119 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
120 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
121 <xs:element name="telecom" type="TEL" minOccurs="1" maxOccurs="unbounded"/>
122 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
123 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
124 <xs:choice>
125 <xs:element name="contactPerson" type="COCT_MT030207UV.Person" nillable="true"
126 minOccurs="1"
127 maxOccurs="1"/>
128 <xs:element name="contactOrganization" type="COCT_MT150007UV.Organization" nillable="true"
129 minOccurs="1"
130 maxOccurs="1"/>
131 </xs:choice>
132 </xs:sequence>
133 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
134 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
135 <xs:attribute name="classCode" type="RoleClassContact" use="required"/>
136 <xs:attribute name="negationInd" type="bl" use="optional"/>
137 </xs:complexType>
138 <xs:complexType name="PRPA_MT201310UV02.CoveredParty">
139 <xs:sequence>
140 <xs:group ref="InfrastructureRootElements"/>
141 <xs:element name="sequenceNumber" type="INT" minOccurs="0" maxOccurs="1"/>
142 <xs:element name="time" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
143 <xs:element name="coverageRecord" type="COCT_MT510000UV06.CoverageRecord" nillable="true"
144 minOccurs="1"
145 maxOccurs="1"/>
146 </xs:sequence>
147 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
148 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
149 <xs:attribute name="typeCode" type="ParticipationType" use="required" fixed="COV"/>
150 </xs:complexType>
151 <xs:complexType name="PRPA_MT201310UV02.Employee">
152 <xs:sequence>
153 <xs:group ref="InfrastructureRootElements"/>
154 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
155 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
156 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
157 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
158 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
159 <xs:element name="jobTitleName" type="SC" minOccurs="0" maxOccurs="1"/>
160 <xs:element name="jobClassCode" type="CE" minOccurs="0" maxOccurs="1"/>
161 <xs:element name="occupationCode" type="CE" minOccurs="0" maxOccurs="1"/>
162 <xs:element name="employerOrganization" type="COCT_MT150007UV.Organization" nillable="true"
163 minOccurs="1"
164 maxOccurs="1"/>
165 </xs:sequence>
166 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
167 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
168 <xs:attribute name="classCode" type="RoleClassEmployee" use="required"/>
169 <xs:attribute name="negationInd" type="bl" use="optional"/>
170 </xs:complexType>
171 <xs:complexType name="PRPA_MT201310UV02.Group">
172 <xs:sequence>
173 <xs:group ref="InfrastructureRootElements"/>
174 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
175 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
176 <xs:element name="name" type="EN" minOccurs="0" maxOccurs="unbounded"/>
177 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
178 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
179 <xs:element name="existenceTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
180 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
181 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="1"/>
182 </xs:sequence>
183 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
184 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
185 <xs:attribute name="classCode" type="EntityClassOrganization" use="required"/>
186 <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
187 </xs:complexType>
188 <xs:complexType name="PRPA_MT201310UV02.Guardian">
189 <xs:sequence>
190 <xs:group ref="InfrastructureRootElements"/>
191 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
192 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
193 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
194 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
195 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
196 <xs:element name="certificateText" type="ED" minOccurs="0" maxOccurs="1"/>
197 <xs:choice>
198 <xs:element name="guardianPerson" type="COCT_MT030207UV.Person" nillable="true"
199 minOccurs="1"
200 maxOccurs="1"/>
201 <xs:element name="guardianOrganization" type="COCT_MT150007UV.Organization" nillable="true"
202 minOccurs="1"
203 maxOccurs="1"/>
204 </xs:choice>
205 </xs:sequence>
206 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
207 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
208 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="GUARD"/>
209 <xs:attribute name="negationInd" type="bl" use="optional"/>
210 </xs:complexType>
211 <xs:complexType name="PRPA_MT201310UV02.LanguageCommunication">
212 <xs:sequence>
213 <xs:group ref="InfrastructureRootElements"/>
214 <xs:element name="languageCode" type="CE" minOccurs="1" maxOccurs="1"/>
215 <xs:element name="modeCode" type="CE" minOccurs="0" maxOccurs="1"/>
216 <xs:element name="proficiencyLevelCode" type="CE" minOccurs="0" maxOccurs="1"/>
217 <xs:element name="preferenceInd" type="BL" minOccurs="0" maxOccurs="1"/>
218 </xs:sequence>
219 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
220 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
221 </xs:complexType>
222 <xs:complexType name="PRPA_MT201310UV02.Member">
223 <xs:sequence>
224 <xs:group ref="InfrastructureRootElements"/>
225 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
226 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
227 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
228 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
229 <xs:element name="group" type="PRPA_MT201310UV02.Group" nillable="true" minOccurs="1"
230 maxOccurs="1"/>
231 </xs:sequence>
232 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
233 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
234 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="MBR"/>
235 </xs:complexType>
236 <xs:complexType name="PRPA_MT201310UV02.Nation">
237 <xs:sequence>
238 <xs:group ref="InfrastructureRootElements"/>
239 <xs:element name="code" type="CD" minOccurs="1" maxOccurs="1"/>
240 <xs:element name="name" type="ON" minOccurs="0" maxOccurs="1"/>
241 </xs:sequence>
242 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
243 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
244 <xs:attribute name="classCode" type="EntityClass" use="optional" fixed="NAT"/>
245 <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
246 </xs:complexType>
247 <xs:complexType name="PRPA_MT201310UV02.NonPersonLivingSubject">
248 <xs:sequence>
249 <xs:group ref="InfrastructureRootElements"/>
250 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
251 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
252 <xs:element name="name" type="EN" minOccurs="0" maxOccurs="unbounded"/>
253 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
254 <xs:element name="existenceTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
255 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
256 <xs:element name="riskCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
257 <xs:element name="handlingCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
258 <xs:element name="administrativeGenderCode" type="CE" minOccurs="0" maxOccurs="1"/>
259 <xs:element name="birthTime" type="TS" minOccurs="0" maxOccurs="1"/>
260 <xs:element name="deceasedInd" type="BL" minOccurs="0" maxOccurs="1"/>
261 <xs:element name="deceasedTime" type="TS" minOccurs="0" maxOccurs="1"/>
262 <xs:element name="multipleBirthInd" type="BL" minOccurs="0" maxOccurs="1"/>
263 <xs:element name="multipleBirthOrderNumber" type="INT" minOccurs="0" maxOccurs="1"/>
264 <xs:element name="organDonorInd" type="BL" minOccurs="0" maxOccurs="1"/>
265 <xs:element name="strainText" type="ED" minOccurs="0" maxOccurs="1"/>
266 <xs:element name="genderStatusCode" type="CE" minOccurs="0" maxOccurs="1"/>
267 <xs:element name="asPatientOfOtherProvider" type="PRPA_MT201310UV02.PatientOfOtherProvider"
268 nillable="true"
269 minOccurs="0"
270 maxOccurs="unbounded"/>
271 <xs:element name="asMember" type="PRPA_MT201310UV02.Member" nillable="true" minOccurs="0"
272 maxOccurs="unbounded"/>
273 <xs:element name="asOtherIDs" type="PRPA_MT201310UV02.OtherIDs" nillable="true"
274 minOccurs="0"
275 maxOccurs="unbounded"/>
276 <xs:element name="contactParty" type="PRPA_MT201310UV02.ContactParty" nillable="true"
277 minOccurs="0"
278 maxOccurs="unbounded"/>
279 <xs:element name="guardian" type="PRPA_MT201310UV02.Guardian" nillable="true" minOccurs="0"
280 maxOccurs="unbounded"/>
281 <xs:element name="personalRelationship" type="PRPA_MT201310UV02.PersonalRelationship"
282 nillable="true"
283 minOccurs="0"
284 maxOccurs="unbounded"/>
285 <xs:element name="careGiver" type="PRPA_MT201310UV02.CareGiver" nillable="true"
286 minOccurs="0"
287 maxOccurs="unbounded"/>
288 <xs:element name="birthPlace" type="PRPA_MT201310UV02.BirthPlace" nillable="true"
289 minOccurs="0"
290 maxOccurs="1"/>
291 <xs:element name="guarantorRole" type="COCT_MT670000UV04.GuarantorRole" nillable="true"
292 minOccurs="0"
293 maxOccurs="unbounded"/>
294 </xs:sequence>
295 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
296 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
297 <xs:attribute name="classCode" type="EntityClassNonPersonLivingSubject" use="required"/>
298 <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
299 </xs:complexType>
300 <xs:complexType name="PRPA_MT201310UV02.OtherIDs">
301 <xs:sequence>
302 <xs:group ref="InfrastructureRootElements"/>
303 <xs:element name="id" type="II" minOccurs="1" maxOccurs="unbounded"/>
304 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
305 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
306 <xs:element name="scopingOrganization" type="COCT_MT150002UV01.Organization"
307 nillable="true"
308 minOccurs="1"
309 maxOccurs="1"/>
310 </xs:sequence>
311 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
312 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
313 <xs:attribute name="classCode" type="RoleClassRoot" use="required"/>
314 </xs:complexType>
315 <xs:complexType name="PRPA_MT201310UV02.Patient">
316 <xs:sequence>
317 <xs:group ref="InfrastructureRootElements"/>
318 <xs:element name="id" type="II" minOccurs="1" maxOccurs="unbounded"/>
319 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
320 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
321 <xs:element name="statusCode" type="CS" minOccurs="1" maxOccurs="1"/>
322 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
323 <xs:element name="confidentialityCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
324 <xs:element name="veryImportantPersonCode" type="CE" minOccurs="0" maxOccurs="1"/>
325 <xs:choice>
326 <xs:element name="patientPerson" type="PRPA_MT201310UV02.Person" nillable="true"
327 minOccurs="1"
328 maxOccurs="1"/>
329 <xs:element name="patientNonPersonLivingSubject"
330 type="PRPA_MT201310UV02.NonPersonLivingSubject"
331 nillable="true"
332 minOccurs="1"
333 maxOccurs="1"/>
334 </xs:choice>
335 <xs:element name="providerOrganization" type="COCT_MT150003UV03.Organization"
336 nillable="true"
337 minOccurs="0"
338 maxOccurs="1"/>
339 <xs:element name="subjectOf1" type="PRPA_MT201310UV02.Subject" nillable="true"
340 minOccurs="1"
341 maxOccurs="unbounded"/>
342 <xs:element name="subjectOf2" type="PRPA_MT201310UV02.Subject4" nillable="true"
343 minOccurs="0"
344 maxOccurs="unbounded"/>
345 <xs:element name="coveredPartyOf" type="PRPA_MT201310UV02.CoveredParty" nillable="true"
346 minOccurs="0"
347 maxOccurs="unbounded"/>
348 </xs:sequence>
349 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
350 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
351 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="PAT"/>
352 </xs:complexType>
353 <xs:complexType name="PRPA_MT201310UV02.PatientOfOtherProvider">
354 <xs:sequence>
355 <xs:group ref="InfrastructureRootElements"/>
356 <xs:element name="subjectOf" type="PRPA_MT201310UV02.Subject3" minOccurs="1" maxOccurs="1"/>
357 </xs:sequence>
358 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
359 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
360 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="PAT"/>
361 </xs:complexType>
362 <xs:complexType name="PRPA_MT201310UV02.Person">
363 <xs:sequence>
364 <xs:group ref="InfrastructureRootElements"/>
365 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
366 <xs:element name="name" type="PN" minOccurs="1" maxOccurs="unbounded"/>
367 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
368 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
369 <xs:element name="administrativeGenderCode" type="CE" minOccurs="0" maxOccurs="1"/>
370 <xs:element name="birthTime" type="TS" minOccurs="0" maxOccurs="1"/>
371 <xs:element name="deceasedInd" type="BL" minOccurs="0" maxOccurs="1"/>
372 <xs:element name="deceasedTime" type="TS" minOccurs="0" maxOccurs="1"/>
373 <xs:element name="multipleBirthInd" type="BL" minOccurs="0" maxOccurs="1"/>
374 <xs:element name="multipleBirthOrderNumber" type="INT" minOccurs="0" maxOccurs="1"/>
375 <xs:element name="organDonorInd" type="BL" minOccurs="0" maxOccurs="1"/>
376 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
377 <xs:element name="maritalStatusCode" type="CE" minOccurs="0" maxOccurs="1"/>
378 <xs:element name="educationLevelCode" type="CE" minOccurs="0" maxOccurs="1"/>
379 <xs:element name="disabilityCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
380 <xs:element name="livingArrangementCode" type="CE" minOccurs="0" maxOccurs="1"/>
381 <xs:element name="religiousAffiliationCode" type="CE" minOccurs="0" maxOccurs="1"/>
382 <xs:element name="raceCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
383 <xs:element name="ethnicGroupCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
384 <xs:element name="asPatientOfOtherProvider" type="PRPA_MT201310UV02.PatientOfOtherProvider"
385 nillable="true"
386 minOccurs="0"
387 maxOccurs="unbounded"/>
388 <xs:element name="asEmployee" type="PRPA_MT201310UV02.Employee" nillable="true"
389 minOccurs="0"
390 maxOccurs="unbounded"/>
391 <xs:element name="asCitizen" type="PRPA_MT201310UV02.Citizen" nillable="true" minOccurs="0"
392 maxOccurs="unbounded"/>
393 <xs:element name="asStudent" type="PRPA_MT201310UV02.Student" nillable="true" minOccurs="0"
394 maxOccurs="unbounded"/>
395 <xs:element name="asMember" type="PRPA_MT201310UV02.Member" nillable="true" minOccurs="0"
396 maxOccurs="unbounded"/>
397 <xs:element name="asOtherIDs" type="PRPA_MT201310UV02.OtherIDs" nillable="true"
398 minOccurs="0"
399 maxOccurs="unbounded"/>
400 <xs:element name="contactParty" type="PRPA_MT201310UV02.ContactParty" nillable="true"
401 minOccurs="0"
402 maxOccurs="unbounded"/>
403 <xs:element name="guardian" type="PRPA_MT201310UV02.Guardian" nillable="true" minOccurs="0"
404 maxOccurs="unbounded"/>
405 <xs:element name="personalRelationship" type="PRPA_MT201310UV02.PersonalRelationship"
406 nillable="true"
407 minOccurs="0"
408 maxOccurs="unbounded"/>
409 <xs:element name="careGiver" type="PRPA_MT201310UV02.CareGiver" nillable="true"
410 minOccurs="0"
411 maxOccurs="unbounded"/>
412 <xs:element name="birthPlace" type="PRPA_MT201310UV02.BirthPlace" nillable="true"
413 minOccurs="0"
414 maxOccurs="1"/>
415 <xs:element name="guarantorRole" type="COCT_MT670000UV04.GuarantorRole" nillable="true"
416 minOccurs="0"
417 maxOccurs="unbounded"/>
418 <xs:element name="languageCommunication" type="PRPA_MT201310UV02.LanguageCommunication"
419 nillable="true"
420 minOccurs="0"
421 maxOccurs="unbounded"/>
422 </xs:sequence>
423 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
424 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
425 <xs:attribute name="classCode" type="EntityClass" use="optional" fixed="PSN"/>
426 <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
427 </xs:complexType>
428 <xs:complexType name="PRPA_MT201310UV02.PersonalRelationship">
429 <xs:sequence>
430 <xs:group ref="InfrastructureRootElements"/>
431 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
432 <xs:element name="code" type="CE" minOccurs="1" maxOccurs="1"/>
433 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
434 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
435 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
436 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
437 <xs:choice>
438 <xs:element name="relationshipHolder1" type="COCT_MT030007UV.Person" nillable="true"
439 minOccurs="1"
440 maxOccurs="1"/>
441 <xs:element name="relationshipHolder2" type="COCT_MT030007UV.NonPersonLivingSubject"
442 nillable="true"
443 minOccurs="1"
444 maxOccurs="1"/>
445 </xs:choice>
446 </xs:sequence>
447 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
448 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
449 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="PRS"/>
450 <xs:attribute name="negationInd" type="bl" use="optional"/>
451 </xs:complexType>
452 <xs:complexType name="PRPA_MT201310UV02.QueryMatchObservation">
453 <xs:sequence>
454 <xs:group ref="InfrastructureRootElements"/>
455 <xs:element name="code" type="CD" minOccurs="1" maxOccurs="1"/>
456 <xs:element name="value" type="ANY" minOccurs="1" maxOccurs="1"/>
457 </xs:sequence>
458 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
459 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
460 <xs:attribute name="classCode" type="ActClassObservation" use="required"/>
461 <xs:attribute name="moodCode" type="ActMood" use="required" fixed="EVN"/>
462 </xs:complexType>
463 <xs:complexType name="PRPA_MT201310UV02.Student">
464 <xs:sequence>
465 <xs:group ref="InfrastructureRootElements"/>
466 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
467 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
468 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
469 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
470 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
471 <xs:element name="schoolOrganization" type="COCT_MT150007UV.Organization" nillable="true"
472 minOccurs="0"
473 maxOccurs="1"/>
474 </xs:sequence>
475 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
476 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
477 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="STD"/>
478 </xs:complexType>
479 <xs:complexType name="PRPA_MT201310UV02.Subject">
480 <xs:sequence>
481 <xs:group ref="InfrastructureRootElements"/>
482 <xs:element name="queryMatchObservation" type="PRPA_MT201310UV02.QueryMatchObservation"
483 nillable="true"
484 minOccurs="1"
485 maxOccurs="1"/>
486 </xs:sequence>
487 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
488 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
489 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="optional" fixed="SBJ"/>
490 </xs:complexType>
491 <xs:complexType name="PRPA_MT201310UV02.Subject2">
492 <xs:sequence>
493 <xs:group ref="InfrastructureRootElements"/>
494 <xs:element name="position" type="COCT_MT960000UV05.Position" nillable="true" minOccurs="1"
495 maxOccurs="1"/>
496 </xs:sequence>
497 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
498 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
499 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
500 </xs:complexType>
501 <xs:complexType name="PRPA_MT201310UV02.Subject3">
502 <xs:sequence>
503 <xs:group ref="InfrastructureRootElements"/>
504 <xs:element name="careProvision" type="COCT_MT820000UV.CareProvision" minOccurs="1"
505 maxOccurs="1"/>
506 </xs:sequence>
507 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
508 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
509 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
510 </xs:complexType>
511 <xs:complexType name="PRPA_MT201310UV02.Subject4">
512 <xs:sequence>
513 <xs:group ref="InfrastructureRootElements"/>
514 <xs:element name="administrativeObservation"
515 type="PRPA_MT201310UV02.AdministrativeObservation"
516 nillable="true"
517 minOccurs="1"
518 maxOccurs="1"/>
519 </xs:sequence>
520 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
521 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
522 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
523 </xs:complexType>
524</xs:schema>
Note: See TracBrowser for help on using the repository browser.