source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/schemas/HL7V3/NE2008/multicacheschemas/PRPA_MT201303UV02.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: 29.0 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_MT201303UV02.
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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.PatientOfOtherProvider"
268 nillable="true"
269 minOccurs="0"
270 maxOccurs="unbounded"/>
271 <xs:element name="asMember" type="PRPA_MT201303UV02.Member" nillable="true" minOccurs="0"
272 maxOccurs="unbounded"/>
273 <xs:element name="asOtherIDs" type="PRPA_MT201303UV02.OtherIDs" nillable="true"
274 minOccurs="0"
275 maxOccurs="unbounded"/>
276 <xs:element name="contactParty" type="PRPA_MT201303UV02.ContactParty" nillable="true"
277 minOccurs="0"
278 maxOccurs="unbounded"/>
279 <xs:element name="guardian" type="PRPA_MT201303UV02.Guardian" nillable="true" minOccurs="0"
280 maxOccurs="unbounded"/>
281 <xs:element name="personalRelationship" type="PRPA_MT201303UV02.PersonalRelationship"
282 nillable="true"
283 minOccurs="0"
284 maxOccurs="unbounded"/>
285 <xs:element name="careGiver" type="PRPA_MT201303UV02.CareGiver" nillable="true"
286 minOccurs="0"
287 maxOccurs="unbounded"/>
288 <xs:element name="birthPlace" type="PRPA_MT201303UV02.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_MT201303UV02.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_MT201303UV02.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_MT201303UV02.Person" nillable="true"
327 minOccurs="1"
328 maxOccurs="1"/>
329 <xs:element name="patientNonPersonLivingSubject"
330 type="PRPA_MT201303UV02.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="subjectOf" type="PRPA_MT201303UV02.Subject4" nillable="true"
340 minOccurs="0"
341 maxOccurs="unbounded"/>
342 <xs:element name="coveredPartyOf" type="PRPA_MT201303UV02.CoveredParty" nillable="true"
343 minOccurs="0"
344 maxOccurs="unbounded"/>
345 </xs:sequence>
346 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
347 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
348 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="PAT"/>
349 </xs:complexType>
350 <xs:complexType name="PRPA_MT201303UV02.PatientOfOtherProvider">
351 <xs:sequence>
352 <xs:group ref="InfrastructureRootElements"/>
353 <xs:element name="subjectOf" type="PRPA_MT201303UV02.Subject3" minOccurs="1" maxOccurs="1"/>
354 </xs:sequence>
355 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
356 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
357 <xs:attribute name="classCode" type="RoleClass" use="required" fixed="PAT"/>
358 </xs:complexType>
359 <xs:complexType name="PRPA_MT201303UV02.Person">
360 <xs:sequence>
361 <xs:group ref="InfrastructureRootElements"/>
362 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
363 <xs:element name="name" type="PN" minOccurs="1" maxOccurs="unbounded"/>
364 <xs:element name="desc" type="ED" minOccurs="0" maxOccurs="1"/>
365 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
366 <xs:element name="administrativeGenderCode" type="CE" minOccurs="0" maxOccurs="1"/>
367 <xs:element name="birthTime" type="TS" minOccurs="0" maxOccurs="1"/>
368 <xs:element name="deceasedInd" type="BL" minOccurs="0" maxOccurs="1"/>
369 <xs:element name="deceasedTime" type="TS" minOccurs="0" maxOccurs="1"/>
370 <xs:element name="multipleBirthInd" type="BL" minOccurs="0" maxOccurs="1"/>
371 <xs:element name="multipleBirthOrderNumber" type="INT" minOccurs="0" maxOccurs="1"/>
372 <xs:element name="organDonorInd" type="BL" minOccurs="0" maxOccurs="1"/>
373 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
374 <xs:element name="maritalStatusCode" type="CE" minOccurs="0" maxOccurs="1"/>
375 <xs:element name="educationLevelCode" type="CE" minOccurs="0" maxOccurs="1"/>
376 <xs:element name="disabilityCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
377 <xs:element name="livingArrangementCode" type="CE" minOccurs="0" maxOccurs="1"/>
378 <xs:element name="religiousAffiliationCode" type="CE" minOccurs="0" maxOccurs="1"/>
379 <xs:element name="raceCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
380 <xs:element name="ethnicGroupCode" type="CE" minOccurs="0" maxOccurs="unbounded"/>
381 <xs:element name="asPatientOfOtherProvider" type="PRPA_MT201303UV02.PatientOfOtherProvider"
382 nillable="true"
383 minOccurs="0"
384 maxOccurs="unbounded"/>
385 <xs:element name="asEmployee" type="PRPA_MT201303UV02.Employee" nillable="true"
386 minOccurs="0"
387 maxOccurs="unbounded"/>
388 <xs:element name="asCitizen" type="PRPA_MT201303UV02.Citizen" nillable="true" minOccurs="0"
389 maxOccurs="unbounded"/>
390 <xs:element name="asStudent" type="PRPA_MT201303UV02.Student" nillable="true" minOccurs="0"
391 maxOccurs="unbounded"/>
392 <xs:element name="asMember" type="PRPA_MT201303UV02.Member" nillable="true" minOccurs="0"
393 maxOccurs="unbounded"/>
394 <xs:element name="asOtherIDs" type="PRPA_MT201303UV02.OtherIDs" nillable="true"
395 minOccurs="0"
396 maxOccurs="unbounded"/>
397 <xs:element name="contactParty" type="PRPA_MT201303UV02.ContactParty" nillable="true"
398 minOccurs="0"
399 maxOccurs="unbounded"/>
400 <xs:element name="guardian" type="PRPA_MT201303UV02.Guardian" nillable="true" minOccurs="0"
401 maxOccurs="unbounded"/>
402 <xs:element name="personalRelationship" type="PRPA_MT201303UV02.PersonalRelationship"
403 nillable="true"
404 minOccurs="0"
405 maxOccurs="unbounded"/>
406 <xs:element name="careGiver" type="PRPA_MT201303UV02.CareGiver" nillable="true"
407 minOccurs="0"
408 maxOccurs="unbounded"/>
409 <xs:element name="birthPlace" type="PRPA_MT201303UV02.BirthPlace" nillable="true"
410 minOccurs="0"
411 maxOccurs="1"/>
412 <xs:element name="guarantorRole" type="COCT_MT670000UV04.GuarantorRole" nillable="true"
413 minOccurs="0"
414 maxOccurs="unbounded"/>
415 <xs:element name="languageCommunication" type="PRPA_MT201303UV02.LanguageCommunication"
416 nillable="true"
417 minOccurs="0"
418 maxOccurs="unbounded"/>
419 </xs:sequence>
420 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
421 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
422 <xs:attribute name="classCode" type="EntityClass" use="optional" fixed="PSN"/>
423 <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
424 </xs:complexType>
425 <xs:complexType name="PRPA_MT201303UV02.PersonalRelationship">
426 <xs:sequence>
427 <xs:group ref="InfrastructureRootElements"/>
428 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
429 <xs:element name="code" type="CE" minOccurs="1" maxOccurs="1"/>
430 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
431 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
432 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
433 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
434 <xs:choice>
435 <xs:element name="relationshipHolder1" type="COCT_MT030007UV.Person" nillable="true"
436 minOccurs="1"
437 maxOccurs="1"/>
438 <xs:element name="relationshipHolder2" type="COCT_MT030007UV.NonPersonLivingSubject"
439 nillable="true"
440 minOccurs="1"
441 maxOccurs="1"/>
442 </xs:choice>
443 </xs:sequence>
444 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
445 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
446 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="PRS"/>
447 <xs:attribute name="negationInd" type="bl" use="optional"/>
448 </xs:complexType>
449 <xs:complexType name="PRPA_MT201303UV02.Student">
450 <xs:sequence>
451 <xs:group ref="InfrastructureRootElements"/>
452 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
453 <xs:element name="addr" type="AD" minOccurs="0" maxOccurs="unbounded"/>
454 <xs:element name="telecom" type="TEL" minOccurs="0" maxOccurs="unbounded"/>
455 <xs:element name="statusCode" type="CS" minOccurs="0" maxOccurs="1"/>
456 <xs:element name="effectiveTime" type="IVL_TS" minOccurs="0" maxOccurs="1"/>
457 <xs:element name="schoolOrganization" type="COCT_MT150007UV.Organization" nillable="true"
458 minOccurs="0"
459 maxOccurs="1"/>
460 </xs:sequence>
461 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
462 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
463 <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="STD"/>
464 </xs:complexType>
465 <xs:complexType name="PRPA_MT201303UV02.Subject2">
466 <xs:sequence>
467 <xs:group ref="InfrastructureRootElements"/>
468 <xs:element name="position" type="COCT_MT960000UV05.Position" nillable="true" minOccurs="1"
469 maxOccurs="1"/>
470 </xs:sequence>
471 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
472 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
473 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
474 </xs:complexType>
475 <xs:complexType name="PRPA_MT201303UV02.Subject3">
476 <xs:sequence>
477 <xs:group ref="InfrastructureRootElements"/>
478 <xs:element name="careProvision" type="COCT_MT820000UV.CareProvision" minOccurs="1"
479 maxOccurs="1"/>
480 </xs:sequence>
481 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
482 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
483 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="required"/>
484 </xs:complexType>
485 <xs:complexType name="PRPA_MT201303UV02.Subject4">
486 <xs:sequence>
487 <xs:group ref="InfrastructureRootElements"/>
488 <xs:element name="administrativeObservation"
489 type="PRPA_MT201303UV02.AdministrativeObservation"
490 nillable="true"
491 minOccurs="1"
492 maxOccurs="1"/>
493 </xs:sequence>
494 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
495 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
496 <xs:attribute name="typeCode" type="ParticipationTargetSubject" use="optional" default="SBJ"/>
497 </xs:complexType>
498</xs:schema>
Note: See TracBrowser for help on using the repository browser.