<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Jeff Robertson version 2.2.1-->
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:complexType name="E06" id="Patient">
		<xs:sequence>
			<xs:element name="E06_01_0" minOccurs="0">
				<xs:annotation>
					<xs:documentation> patient name structure</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="E06_01" type="LastName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's last (family) name</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_02" type="FirstName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's first (given) name</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_03" type="MiddleInitialName" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's middle name, if any</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="E06_04_0" id="PatientsAddress">
				<xs:annotation>
					<xs:documentation>Tag to hold the patients address</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="E06_04" type="StreetAddress" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's home mailing or street address</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_05" type="City" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's home city or township or residence</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_07" type="State" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patient's home state, territory, or province, or District of Columbia, where the patient resides	</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_08" type="Zip">
							<xs:annotation>
								<xs:documentation>The patient's home ZIP code of residence</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="E06_06" type="County" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patient's home county or parish or residence</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_09" type="Country" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patient’s country of citizenship</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_10" type="SocialSecurityNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patient's social security number</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_11" type="Gender">
				<xs:annotation>
					<xs:documentation>The Patients Gender</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_12" type="Race">
				<xs:annotation>
					<xs:documentation>The patient's race as defined by the OMB (US Office of Management and Budget)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_13" type="Ethnicity">
				<xs:annotation>
					<xs:documentation>The patient's ethnicity as defined by the OMB (US Office of Management and Budget)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_14_0">
				<xs:annotation>
					<xs:documentation>The patient's age (either calculated from date of birth or best approximation)</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="E06_14" type="Age" nillable="true">
							<xs:annotation>
								<xs:documentation>The patient's age (either calculated from date of birth or best approximation)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_15" type="AgeUnits">
							<xs:annotation>
								<xs:documentation>The unit used to define the patient's age </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="E06_16" type="DateOfBirth" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patients date of birth</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_17" type="TelephoneNumber" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patients home or primary telephone number</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="E06_19_0" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The patients drivers license number</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="E06_18" type="State" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The state that issued the drivers license</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="E06_19" type="DriversLicenseNumber" minOccurs="0">
							<xs:annotation>
								<xs:documentation>The patients drivers license number</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
