<?xml version="1.0" encoding="UTF-8"?>
<!--Edited by Daniel Nelson on 8/7/05-->
<xs:schema xmlns:tns="http://www.nemsis.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.nemsis.org" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:simpleType name="NullValues2">
		<xs:annotation>
			<xs:documentation>The Values used to describe Null fields</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer">
			<xs:enumeration value="-5">
				<xs:annotation>
					<xs:documentation>Not Available</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="-10">
				<xs:annotation>
					<xs:documentation>Not Known</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="-15">
				<xs:annotation>
					<xs:documentation>Not Reporting</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="-20">
				<xs:annotation>
					<xs:documentation>Not Recorded</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="-25">
				<xs:annotation>
					<xs:documentation>Not Applicable</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DateTime2">
		<xs:annotation>
			<xs:documentation>The date/time the EMS provider requested ALS or Air response (IT5.10) or the ALS or Air arrived (IT5.11).</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:dateTime">
			<xs:minInclusive value="1990-01-01T00:00:00"/>
			<xs:maxInclusive value="2030-01-01T00:00:00-05:00"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="RespiratoryRegularity">
		<xs:annotation>
			<xs:documentation>Respiratory Regularity</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="915000">
						<xs:annotation>
							<xs:documentation>Regularly-Regular</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="915001">
						<xs:annotation>
							<xs:documentation>Regularly-Irregular</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="915002">
						<xs:annotation>
							<xs:documentation>Irregularly-Irregular</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="RecievedFromAgencyID">
		<xs:annotation>
			<xs:documentation>The Agency ID of the service that care is being received from</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="ReceivedFromCallNumber">
		<xs:annotation>
			<xs:documentation>The unique Call Number of the service that care is being received from</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TransferredToAgencyID">
		<xs:annotation>
			<xs:documentation>The Agency ID of the service that care is being transferred to</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TransferredToCallNumber">
		<xs:annotation>
			<xs:documentation>The unique Call Number of the service that care is being transferred to</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="MedicallyNecesary">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="MovedByStretcher">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="VisibleHemorrhaging">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="UnconsciousShock">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="BedConfinedBefore">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="BedConfinedAfter">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TypeofTransport">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="939000">
						<xs:annotation>
							<xs:documentation>Initial Trip</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="939001">
						<xs:annotation>
							<xs:documentation>Return Trip</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="939002">
						<xs:annotation>
							<xs:documentation>Transfer Trip</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="939003">
						<xs:annotation>
							<xs:documentation>Round Trip</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TranpsortedToFor">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="940000">
						<xs:annotation>
							<xs:documentation>Closest Facility</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="940001">
						<xs:annotation>
							<xs:documentation>Request of Physician</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="940002">
						<xs:annotation>
							<xs:documentation>Request of Family</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="940003">
						<xs:annotation>
							<xs:documentation>Specialized Care</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="940004">
						<xs:annotation>
							<xs:documentation>To Rehabilitation Center</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="RoundTripReason">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="StretcherReason">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PhysicalRestraints">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalAdmit">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="MSPReason">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="941000">
						<xs:annotation>
							<xs:documentation>Working Aged Benif/Spouse With Employer Plan</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941001">
						<xs:annotation>
							<xs:documentation>ESRD Benif In 12 Month Coord Period With Employer Plan</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941002">
						<xs:annotation>
							<xs:documentation>No Fault Insurance Including Auto/Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941003">
						<xs:annotation>
							<xs:documentation>Workers Comp</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941004">
						<xs:annotation>
							<xs:documentation>PHS or Other Federal Agency</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941005">
						<xs:annotation>
							<xs:documentation>Black Lung</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941006">
						<xs:annotation>
							<xs:documentation>VA</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941007">
						<xs:annotation>
							<xs:documentation>Disabled Beneficiary Under Age 65 wtih LGHP</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="941008">
						<xs:annotation>
							<xs:documentation>Any Liability Insurance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientGeneration">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="943000">
						<xs:annotation>
							<xs:documentation>Jr</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="943001">
						<xs:annotation>
							<xs:documentation>Sr</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="943002">
						<xs:annotation>
							<xs:documentation>I</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="943003">
						<xs:annotation>
							<xs:documentation>II</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="943004">
						<xs:annotation>
							<xs:documentation>III</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="943005">
						<xs:annotation>
							<xs:documentation>IV</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientBelongings">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="944000">
						<xs:annotation>
							<xs:documentation>Medications</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944001">
						<xs:annotation>
							<xs:documentation>Wallet/Purse</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944002">
						<xs:annotation>
							<xs:documentation>Insurance Card</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944003">
						<xs:annotation>
							<xs:documentation>Clothing</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944004">
						<xs:annotation>
							<xs:documentation>Glasses</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944005">
						<xs:annotation>
							<xs:documentation>ID Card/License</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944006">
						<xs:annotation>
							<xs:documentation>False Teetch</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944007">
						<xs:annotation>
							<xs:documentation>Jewelry</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944008">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944009">
						<xs:annotation>
							<xs:documentation>None</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944010">
						<xs:annotation>
							<xs:documentation>Keys</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="944011">
						<xs:annotation>
							<xs:documentation>Cell Phone</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientBelongingsOther">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientBelongingsLeftWith">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="945000">
						<xs:annotation>
							<xs:documentation>At Incident Location wtih Family/Friends</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="945001">
						<xs:annotation>
							<xs:documentation>At Incident with Law Enforcement</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="945002">
						<xs:annotation>
							<xs:documentation>At Destination with Staff (Includes Aeromed staff)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="945003">
						<xs:annotation>
							<xs:documentation>At Destination with Patient</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="945004">
						<xs:annotation>
							<xs:documentation>At Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientBelongingsLeftWithOther">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AMAType">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="946000">
						<xs:annotation>
							<xs:documentation>AGAINST MEDICAL ADVICE, refuse medical care, transportation, and/or advice by this agency.</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="946001">
						<xs:annotation>
							<xs:documentation>REQUEST RELEASE, as I do not feel my condition requires emergency care and/or transportation by this agency.</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="946002">
						<xs:annotation>
							<xs:documentation>REFUSE SPECIFIC care, advice, or recommended destination as provided by this agency.</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SpecificItemsRefused">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="250"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AMAReason">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="947000">
						<xs:annotation>
							<xs:documentation>Chief Complaint Resolved</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="947001">
						<xs:annotation>
							<xs:documentation>Feels ambulance transport not necessary</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="947002">
						<xs:annotation>
							<xs:documentation>Private tx to hospital/PMD available</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="947003">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AlternatePlan">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="948000">
						<xs:annotation>
							<xs:documentation>Stay home and monitor</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="948001">
						<xs:annotation>
							<xs:documentation>Go home and monitor</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="948002">
						<xs:annotation>
							<xs:documentation>Private auto to hospital</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="948003">
						<xs:annotation>
							<xs:documentation>Private auto to PMD</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="948004">
						<xs:annotation>
							<xs:documentation>Call PMD</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="948005">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="WhoWithPatientNow">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="949000">
						<xs:annotation>
							<xs:documentation>Family</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="949001">
						<xs:annotation>
							<xs:documentation>Friends</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="949002">
						<xs:annotation>
							<xs:documentation>Legal Guardian/DDM</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="949003">
						<xs:annotation>
							<xs:documentation>Law Enforcement</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="949004">
						<xs:annotation>
							<xs:documentation>Responsible Adult (i.e. School Nurse)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="949005">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IsPatientOriented">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IsPatientUnimpaired">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IsPatientCompetent">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HasPatientBeenAdvisedThat911CanBeReassessed">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HaveRisksAndComplicationsBeenDiscussed">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IsPatient18YearsOfAge">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="NoMedicalCareOrOnlyBLSCareRendered">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="InsuranceSubscriberDateofBirth">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date">
			<xs:minInclusive value="1890-01-01"/>
			<xs:maxInclusive value="2030-01-01"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateAddress">
		<xs:annotation>
			<xs:documentation>The patient's alternate home mailing or street address</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCity">
		<xs:annotation>
			<xs:documentation>The patient's alternate home city or township or residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCityFIPS">
		<xs:annotation>
			<xs:documentation>The FIPS code for the patient's alternate home city or township or residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="5"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateState">
		<xs:annotation>
			<xs:documentation>The patient's alternate home state, territory, or province, or District of Columbia, where the patient resides</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateStateFIPS">
		<xs:annotation>
			<xs:documentation>The FIPS Code for patient's alternate home state, territory, or province, or District of Columbia, where the patient resides</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternatePostalCode">
		<xs:annotation>
			<xs:documentation>patient alternate county or parish or residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="5"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCounty">
		<xs:annotation>
			<xs:documentation>patient alternate county or parish or residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCountyFIPS">
		<xs:annotation>
			<xs:documentation>The FIPS code for the patient alternate county or parish or residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="5"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCountry">
		<xs:annotation>
			<xs:documentation>patient alternate country of citizenship</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="30"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternateCountryFIPS">
		<xs:annotation>
			<xs:documentation>The FIPS code for the patient alternate country of citizenship</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="20"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientAlternatePhoneNumber">
		<xs:annotation>
			<xs:documentation>The patients alternate home or primary telephone number</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2"/>
	</xs:simpleType>
	<xs:simpleType name="PtAssmtSupportRequirements">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="993000">
						<xs:annotation>
							<xs:documentation>Requires Oxygen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993001">
						<xs:annotation>
							<xs:documentation>Requires Airway Monitoring/Suction</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993002">
						<xs:annotation>
							<xs:documentation>Has Decubitus Ulcers and Requires Wound Precautions</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993003">
						<xs:annotation>
							<xs:documentation>Signs of decreased LOC/Unconscious and Requires Monitoring</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993004">
						<xs:annotation>
							<xs:documentation>Immobilized due to a fracture or possible fracture</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993005">
						<xs:annotation>
							<xs:documentation>Ventilator Dependent</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993006">
						<xs:annotation>
							<xs:documentation>Requires cardiac or other physiological monitoring</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993007">
						<xs:annotation>
							<xs:documentation>Seizure prone and requires monitoring</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993008">
						<xs:annotation>
							<xs:documentation>Weight limit exceeds wheelchair or stretcher van safety limits</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993009">
						<xs:annotation>
							<xs:documentation>Requires restraints (other than seat belts)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993010">
						<xs:annotation>
							<xs:documentation>Requires IV maintenance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993011">
						<xs:annotation>
							<xs:documentation>Requires isolations precautions</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993012">
						<xs:annotation>
							<xs:documentation>Can sit in a wheelchair, but is medically unstable due to other cconditions listed above</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993013">
						<xs:annotation>
							<xs:documentation>Cannot support themselves safetly while seated in a wheelchair</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="993014">
						<xs:annotation>
							<xs:documentation>Requires medical supervision during transport</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="MultJointContracture">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="InvalidTransportPossible">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TreatmentAvailableattheOriginatingFacility">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientStatusBedType">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="997000">
						<xs:annotation>
							<xs:documentation>SNF Bed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="997001">
						<xs:annotation>
							<xs:documentation>NH Bed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="997002">
						<xs:annotation>
							<xs:documentation>DRG Patient</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="997003">
						<xs:annotation>
							<xs:documentation>Hospice Patient</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="CMSRepresentative">
		<xs:annotation>
			<xs:documentation>Medicare Questionaire</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="998000">
						<xs:annotation>
							<xs:documentation>Patient's Legal Guardian</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="998001">
						<xs:annotation>
							<xs:documentation>Patient's Health Care Power of Attorney</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="998002">
						<xs:annotation>
							<xs:documentation>Person recv'g govt. benefits for patient</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="998003">
						<xs:annotation>
							<xs:documentation>Person arranging treatment or handles pt. affairs</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="998004">
						<xs:annotation>
							<xs:documentation>Representative of agency/institute furnishing care, services, assistance to pt.</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="FacilityDivertedFrom">
		<xs:annotation>
			<xs:documentation>Name of facility that the EMS crew intended to respond to but were diverted from.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="50"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SpecialtyHospitalTeamNotifiedByEMS">
		<xs:annotation>
			<xs:documentation>Notification by EMS personnel to Emergency Department personnel of the Specialty Team requested.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="300001">
						<xs:annotation>
							<xs:documentation>Trauma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="300002">
						<xs:annotation>
							<xs:documentation>STEMI</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="300003">
						<xs:annotation>
							<xs:documentation>Stroke / CVA</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TraumaTriageCriteria">
		<xs:annotation>
			<xs:documentation>(Priority 1, 2 or 3) assigned to a patient that is a scoring summarizing the patient status.  The scoring considers the patient condition, physiological and anatomical injuries and mechanism of injury.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="310001">
						<xs:annotation>
							<xs:documentation>Amp[utation proximal to wrist or ankle</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310002">
						<xs:annotation>
							<xs:documentation>Blunt Trauma (no hemodynamic trauma)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310003">
						<xs:annotation>
							<xs:documentation>BSA less than 10%</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310004">
						<xs:annotation>
							<xs:documentation>BSA greater than or equal to 10%</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310005">
						<xs:annotation>
							<xs:documentation>Flail Chest</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310006">
						<xs:annotation>
							<xs:documentation>GCS less than or equal to 13</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310007">
						<xs:annotation>
							<xs:documentation>GCS improving</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310008">
						<xs:annotation>
							<xs:documentation>Hemodynamic compromise from trauma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310009">
						<xs:annotation>
							<xs:documentation>Minor injuries</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310010">
						<xs:annotation>
							<xs:documentation>Open or depressed skull fracture</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310011">
						<xs:annotation>
							<xs:documentation>Other single system injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310012">
						<xs:annotation>
							<xs:documentation>Parlysis resultling from trauma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310013">
						<xs:annotation>
							<xs:documentation>Penetrating injuries to extremities</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310014">
						<xs:annotation>
							<xs:documentation>Penetrating injury to trunk, neck, or head</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310015">
						<xs:annotation>
							<xs:documentation>PTS less than or equal to 8</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310016">
						<xs:annotation>
							<xs:documentation>Respiratory compromise resulting from trauma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310017">
						<xs:annotation>
							<xs:documentation>Two or more proximal long bone fractures</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310018">
						<xs:annotation>
							<xs:documentation>Unstable Pelvis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310019">
						<xs:annotation>
							<xs:documentation>Tender and/or Distended Abdomen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310020">
						<xs:annotation>
							<xs:documentation>Crushed, Degloved, or Mangled Extremity</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310021">
						<xs:annotation>
							<xs:documentation>Single System Injury-Neurological</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310022">
						<xs:annotation>
							<xs:documentation>Single System Injury-Orthopedic</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310023">
						<xs:annotation>
							<xs:documentation>Single System Injury-Maxillofacial</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310024">
						<xs:annotation>
							<xs:documentation>Ejection of Patient from Enclosed Vehicle</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310025">
						<xs:annotation>
							<xs:documentation>Auto/Pedestrian, Auto/Bike or Motorcycle Crash with Significant Impact</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310026">
						<xs:annotation>
							<xs:documentation>Falls Greater Than 20 Ft or Distance 2-3 Times Height of Patient</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310027">
						<xs:annotation>
							<xs:documentation>Significant Assault or Altercations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="310028">
						<xs:annotation>
							<xs:documentation>High Risk Auto Crash</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TraumaReferralCenterNotified">
		<xs:annotation>
			<xs:documentation>Notification of Trauma Referral Center by EMS personnel, of the priority of the transported/transferred patient (to determine the appropriate destination facility for the unassigned patient, and to collect data on all patients.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TraumaReferralCenterNumber">
		<xs:annotation>
			<xs:documentation>The number assigned to the patient by the Trauma Referral Center.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:integer"/>
	</xs:simpleType>
	<xs:simpleType name="STEMI12LeadECGUsed">
		<xs:annotation>
			<xs:documentation>One part of a complete assessment for a patient with chest pain/discomfort or suspected of having an acute cardiac event is obtained by using a 12 Lead ECG.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="STEMI12LeadECGTransmittedforInterpretation">
		<xs:annotation>
			<xs:documentation>The second part of a complete assessment for a patient with chest pain/discomfort or suspected of having an acute cardiac.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="STEMI12LeadECGInterpretedBy">
		<xs:annotation>
			<xs:documentation>The person(s) interpreting the 12 Lead ECG sent from the scene of the incident.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="323003">
						<xs:annotation>
							<xs:documentation>EMT-Paramedic</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="323004">
						<xs:annotation>
							<xs:documentation>Computer Program</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="323005">
						<xs:annotation>
							<xs:documentation>Physician</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="STEMIProbable">
		<xs:annotation>
			<xs:documentation>Segment Elevation Myocardial Infarction</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="324001">
						<xs:annotation>
							<xs:documentation>Inconclusive</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PulseOximetryQualifier">
		<xs:annotation>
			<xs:documentation>Pulse Oximetry Qualifier</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="8000">
						<xs:annotation>
							<xs:documentation>At Room Air</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8030">
						<xs:annotation>
							<xs:documentation>High Concentration O2 (10-25 LPM)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8010">
						<xs:annotation>
							<xs:documentation>Low Concentration O2 (1-6 LPM)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8020">
						<xs:annotation>
							<xs:documentation>Medium Concentration O2 (7-9 LPM)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PreAmbulanceAED">
		<xs:annotation>
			<xs:documentation>Pre Ambulance AED</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="8050">
						<xs:annotation>
							<xs:documentation>Emergency Response Unit with AED</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8040">
						<xs:annotation>
							<xs:documentation>First Responder with AED</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8060">
						<xs:annotation>
							<xs:documentation>No pre-ambulance AED</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8030">
						<xs:annotation>
							<xs:documentation>Public Access Defibrillation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8070">
						<xs:annotation>
							<xs:documentation>Unknown</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PulseWithPreAmbulanceDefib">
		<xs:annotation>
			<xs:documentation>Pulse With PreAmbulance Defib</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="9000">
						<xs:annotation>
							<xs:documentation>Device not applied (or not working)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8080">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9020">
						<xs:annotation>
							<xs:documentation>No Device Available</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8090">
						<xs:annotation>
							<xs:documentation>Shock Not Indicated</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8070">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9010">
						<xs:annotation>
							<xs:documentation>Yes,But Re-Arrest Prior to Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Airway">
		<xs:annotation>
			<xs:documentation>Airway</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="9320">
						<xs:annotation>
							<xs:documentation>Patent</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9330">
						<xs:annotation>
							<xs:documentation>Compromised</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9340">
						<xs:annotation>
							<xs:documentation>Obstructed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9350">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EKGEctopy">
		<xs:annotation>
			<xs:documentation>EKG Ectopy</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="910007">
						<xs:annotation>
							<xs:documentation>No Ectopy Noted</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910000">
						<xs:annotation>
							<xs:documentation>12 Lead ECG-Anterior Ischemia</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910001">
						<xs:annotation>
							<xs:documentation>12 Lead ECG-Inferior Ischemia</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910002">
						<xs:annotation>
							<xs:documentation>12 Lead ECG-Lateral Ischemia</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910003">
						<xs:annotation>
							<xs:documentation>Artifact</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910004">
						<xs:annotation>
							<xs:documentation>AV Block-1st Degree</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910005">
						<xs:annotation>
							<xs:documentation>Left Bundle Branch Block</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9180">
						<xs:annotation>
							<xs:documentation>PAC - Premature Atrial Contractions</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9170">
						<xs:annotation>
							<xs:documentation>PJC - Premature Junctional Contractions</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9160">
						<xs:annotation>
							<xs:documentation>PVC - Premature Ventricular Contractions</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="910006">
						<xs:annotation>
							<xs:documentation>Right Bundle Branch Block</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9200">
						<xs:annotation>
							<xs:documentation>S-T Segment Depression</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9190">
						<xs:annotation>
							<xs:documentation>S-T Segment Elevation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9210">
						<xs:annotation>
							<xs:documentation>BBB</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EKGCauseForChange">
		<xs:annotation>
			<xs:documentation>EKG Cause For Change</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="912000">
						<xs:annotation>
							<xs:documentation>Initial Rhythm</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9270">
						<xs:annotation>
							<xs:documentation>Spontaneous</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9280">
						<xs:annotation>
							<xs:documentation>Medication</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9290">
						<xs:annotation>
							<xs:documentation>Defibrillation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9300">
						<xs:annotation>
							<xs:documentation>Cardioversion</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9310">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="BPLocation">
		<xs:annotation>
			<xs:documentation>Location taken for Blood Pressure</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="916000">
						<xs:annotation>
							<xs:documentation>Right Arm</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="916001">
						<xs:annotation>
							<xs:documentation>Left Arm</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="916002">
						<xs:annotation>
							<xs:documentation>Right Leg</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="916003">
						<xs:annotation>
							<xs:documentation>Left Leg</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientPosition">
		<xs:annotation>
			<xs:documentation>Position of the Patient when vitals taken</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="tns:NullValues2">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="917000">
						<xs:annotation>
							<xs:documentation>Fowlers</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917001">
						<xs:annotation>
							<xs:documentation>Semi-Fowlers</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917002">
						<xs:annotation>
							<xs:documentation>Sitting</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917003">
						<xs:annotation>
							<xs:documentation>Supine</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917004">
						<xs:annotation>
							<xs:documentation>Shock</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917005">
						<xs:annotation>
							<xs:documentation>Standing</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917006">
						<xs:annotation>
							<xs:documentation>TrendeIenburg</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917007">
						<xs:annotation>
							<xs:documentation>Prone</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917008">
						<xs:annotation>
							<xs:documentation>Right Lateral Recumbent</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="917009">
						<xs:annotation>
							<xs:documentation>Left Lateral Recumbent</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
</xs:schema>
