source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/AdapterMpiEJB/src/conf/wsdl/client/schemas/HL7V3/multicacheschemas/PRPA_MT201305UV.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: 7.2 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_MT201305UV.
8* Source information:
9* Rendered by: Visio to MIF transform
10* Rendered on:
11*
12*
13* Generated by XMLITS version 3.0.3
14* MIF to XSD Transform $Id: StaticMifToXsd.xsl,v 1.2 2007/03/06 06:56:44 wbeeler Exp $
15* Package Id Conversion: $Id: TransformPackageIds.xsl,v 1.2 2007/03/06 06:56:45 wbeeler Exp $
16*
17* Copyright (c) 2002, 2003, 2004, 2005 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.0.3. Stylesheets:
44
45StaticMifToXsd.xsl version 2.0</xs:documentation>
46 </xs:annotation>
47 <xs:include schemaLocation="../coreschemas/infrastructureRoot.xsd"/>
48 <xs:include schemaLocation="COCT_MT710007UV.xsd"/>
49 <xs:include schemaLocation="COCT_MT960000UV.xsd"/>
50 <xs:include schemaLocation="COCT_MT150003UV03.xsd"/>
51 <xs:complexType name="PRPA_MT201305UV.BirthPlace">
52 <xs:sequence>
53 <xs:group ref="InfrastructureRootElements"/>
54 <xs:element name="addr" type="AD_explicit" minOccurs="0" maxOccurs="1"/>
55 <xs:element name="birthplace" type="COCT_MT710007UV.Place" nillable="true" minOccurs="0"
56 maxOccurs="1"/>
57 <xs:element name="participation" type="PRPA_MT201305UV.Subject" nillable="true"
58 minOccurs="0"
59 maxOccurs="1"/>
60 </xs:sequence>
61 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
62 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
63 <xs:attribute name="classCode" type="cs" use="required"/>
64 </xs:complexType>
65 <xs:complexType name="PRPA_MT201305UV.NonPersonLivingSubject">
66 <xs:sequence>
67 <xs:group ref="InfrastructureRootElements"/>
68 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
69 <xs:element name="code" type="CE" minOccurs="0" maxOccurs="1"/>
70 <xs:element name="name" type="EN_explicit" minOccurs="0" maxOccurs="unbounded"/>
71 <xs:element name="administrativeGenderCode" type="CE" minOccurs="0" maxOccurs="1"/>
72 <xs:element name="birthTime" type="TS_explicit" minOccurs="0" maxOccurs="1"/>
73 <xs:element name="birthPlace" type="PRPA_MT201305UV.BirthPlace" nillable="true"
74 minOccurs="0"
75 maxOccurs="1"/>
76 </xs:sequence>
77 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
78 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
79 <xs:attribute name="classCode" type="cs" use="required"/>
80 <xs:attribute name="determinerCode" type="cs" use="optional" fixed="INSTANCE"/>
81 </xs:complexType>
82 <xs:complexType name="PRPA_MT201305UV.Patient">
83 <xs:sequence>
84 <xs:group ref="InfrastructureRootElements"/>
85 <xs:element name="id" type="II" minOccurs="1" maxOccurs="unbounded"/>
86 <xs:element name="statusCode" type="CS" minOccurs="1" maxOccurs="1"/>
87 <xs:choice>
88 <xs:element name="patientPerson" type="PRPA_MT201305UV.Person" nillable="true"
89 minOccurs="1"
90 maxOccurs="1"/>
91 <xs:element name="patientNonPersonLivingSubject"
92 type="PRPA_MT201305UV.NonPersonLivingSubject"
93 nillable="true"
94 minOccurs="1"
95 maxOccurs="1"/>
96 </xs:choice>
97 <xs:element name="providerOrganization" type="COCT_MT150003UV03.Organization"
98 nillable="true"
99 minOccurs="0"
100 maxOccurs="1"/>
101 </xs:sequence>
102 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
103 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
104 <xs:attribute name="classCode" type="cs" use="required"/>
105 </xs:complexType>
106 <xs:complexType name="PRPA_MT201305UV.Person">
107 <xs:sequence>
108 <xs:group ref="InfrastructureRootElements"/>
109 <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
110 <xs:element name="name" type="PN_explicit" minOccurs="1" maxOccurs="unbounded"/>
111 <xs:element name="administrativeGenderCode" type="CE" minOccurs="0" maxOccurs="1"/>
112 <xs:element name="birthTime" type="TS_explicit" minOccurs="0" maxOccurs="1"/>
113 <xs:element name="birthPlace" type="PRPA_MT201305UV.BirthPlace" nillable="true"
114 minOccurs="0"
115 maxOccurs="1"/>
116 </xs:sequence>
117 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
118 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
119 <xs:attribute name="classCode" type="cs" use="optional" fixed="PSN"/>
120 <xs:attribute name="determinerCode" type="cs" use="optional" fixed="INSTANCE"/>
121 </xs:complexType>
122 <xs:complexType name="PRPA_MT201305UV.Subject">
123 <xs:sequence>
124 <xs:group ref="InfrastructureRootElements"/>
125 <xs:element name="position" type="COCT_MT960000UV.Position" nillable="true" minOccurs="1"
126 maxOccurs="1"/>
127 </xs:sequence>
128 <xs:attributeGroup ref="InfrastructureRootAttributes"/>
129 <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
130 <xs:attribute name="typeCode" type="cs" use="optional" default="SBJ"/>
131 </xs:complexType>
132</xs:schema>
Note: See TracBrowser for help on using the repository browser.