<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.3">
	<xs:annotation>
		<xs:documentation>Revision 2.1</xs:documentation>
		<xs:documentation>Revisionsdatum 22.07.2010</xs:documentation>
		<xs:documentation>Copyright 2007-2010 Deutsche Gesellschaft für Anästhesiologie und Intensivmedizin e.V. (DGAI)</xs:documentation>
		<xs:documentation>Import und Exportformat für Weiterversorgungsdatensätze des Reanimationsregisters der DGAI.
		</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="t_VERSION">
		<xs:annotation>
			<xs:documentation>Typ für Versionsnummer Weiterversorgungsdatensatz CPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="4"/>
			<xs:fractionDigits value="2"/>
			<xs:minInclusive value="0"/>
			<xs:maxInclusive value="99.99"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_JANEIN">
		<xs:annotation>
			<xs:documentation>Typ für Felder mit Wert Ja=1 und Nein=0</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_JANEINNULL">
		<xs:annotation>
			<xs:documentation>Typ für Felder mit Wert 0=keine Angabe, Ja=1, Nein=2, nicht bekannt=9</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="1"/>
			<xs:enumeration value="0">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="1">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="2">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="9">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_STOKENN">
		<xs:annotation>
			<xs:documentation>Typ für Standortkennung CPR</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="8"/>
			<xs:pattern value="[0-9]{8}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_DATUM">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangaben ohne Uhrzeit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:date"/>
	</xs:simpleType>
	<xs:simpleType name="t_DATUMNULL">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangaben ohne Uhrzeit und 99.99.9999 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="10"/>
					<xs:enumeration value="99.99.9999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_DTOD">
		<xs:annotation>
			<xs:documentation>Typ für Todesdatum ohne Uhrzeit, 88.88.8888 für kein Tod und 99.99.9999 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="10"/>
					<xs:enumeration value="88.88.8888">
						<xs:annotation>
							<xs:documentation>kein Tod</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99.99.9999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_DATUMNULLKA">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangaben ohne Uhrzeit und 00.00.0000 für keine Angabe und 99.99.9999 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="10"/>
					<xs:enumeration value="00.00.0000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99.99.9999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITPUNKT">
		<xs:annotation>
			<xs:documentation>Typ für Datumsangabe mit Uhrzeit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Typ für Zeitpunktangabe mit Uhrzeit und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:time">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITPUNKTNULLKA">
		<xs:annotation>
			<xs:documentation>Typ für Zeitpunktangabe mit Uhrzeit und 00:00 für keine Angabe und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:time">
					<xs:whiteSpace value="collapse"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:enumeration value="00:00">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_PATALTER">
		<xs:annotation>
			<xs:documentation>Typ für Patientenalter in Tagen</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:totalDigits value="5"/>
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="99998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="5"/>
					<xs:enumeration value="00000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_PATID">
		<xs:annotation>
			<xs:documentation>Typ für Patitenten-ID</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="15"/>
			<xs:whiteSpace value="collapse"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_GESCHL">
		<xs:annotation>
			<xs:documentation>Typ Geschlecht des Patienten</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>männlich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>weiblich</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_PROTNR">
		<xs:annotation>
			<xs:documentation>Typ für Fremdprotokoll Nummern</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:whiteSpace value="collapse"/>
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_NAMKLIN">
		<xs:annotation>
			<xs:documentation>Typ für Name der Zielklinik</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="8"/>
					<xs:enumeration value="00000000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_NAMNEF">
		<xs:annotation>
			<xs:documentation>Typ für Kennung des Notarztfahrzeuges</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:length value="6"/>
					<xs:enumeration value="000000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZIELKL">
		<xs:annotation>
			<xs:documentation>Typ für Klinikstatus</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Grund-/Regelversorgung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Schwerpunktversorgung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Maximalversorgung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Rehaklink</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUFNQ">
		<xs:annotation>
			<xs:documentation>Typ Aufnahme von</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Präklinik (vom Notarzt)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Klinik (innerklinische Reanimation)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>weiterverlegter Patient (aus externer Klinik)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_AUFNZ">
		<xs:annotation>
			<xs:documentation>Typ für Aufnahmeeinrichtung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Notaufnahme/Schockraum</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>OP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Intensivstation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Allgemeinstation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Herzkatheterlabor</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>IMC</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_WVWIE">
		<xs:annotation>
			<xs:documentation>Typ für Weiterverlegung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_WVZIEL">
		<xs:annotation>
			<xs:documentation>Typ für Behandlungsklinik 2 bei Weiterverlegung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Notaufnahme</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>OP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Intensivstation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Allgemeinstation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Exitus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="cpr">
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element ref="cprwv"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="cprwv">
		<xs:annotation>
			<xs:documentation>Startelement eines CPR-Register Weiterversorgungs-Datensatzes</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:group ref="Stammdaten"/>
				<xs:group ref="Aufnahmedaten"/>
				<xs:group ref="Aufnahmestatus"/>
				<xs:group ref="Innerklinische_Diagnostik"/>
				<xs:group ref="Innerklinische_Kausaltherapie"/>
				<xs:group ref="Entlassung"/>
				<xs:group ref="Langzeitverlauf"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:group name="Stammdaten">
		<xs:annotation>
			<xs:documentation>Stammdaten</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="VERSION"/>
			<xs:element ref="DATUM"/>
			<xs:element ref="STOKENN"/>
			<xs:element ref="PATID"/>
			<xs:element ref="GEBDAT"/>
			<xs:element ref="GESCHL"/>
			<xs:element ref="PROTNR" minOccurs="0"/>
			<xs:element ref="NAMNEF"/>
			<xs:element ref="NAMKLIN" minOccurs="0"/>
			<xs:element ref="ZIELKL1"/>
		</xs:sequence>
	</xs:group>
	<xs:element name="VERSION" type="t_VERSION" default="1.0" nillable="false">
		<xs:annotation>
			<xs:documentation>Version Weiterversorgungsdatensatz</xs:documentation>
			<xs:documentation><![CDATA[[help]Die aktuelle Version des DGAI-Reanimationdatensatzes Weiterversorgung lautet 1.0]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DATUM" type="t_DATUM" nillable="false">
		<xs:annotation>
			<xs:documentation>Einsatzdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Das Datum der Reanimationsmaßnahmen. Bei Datumsübergreifenden Einsätzen gilt der Beginn der Maßnahmen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="STOKENN" type="t_STOKENN" nillable="false">
		<xs:annotation>
			<xs:documentation>Standortkennung (Notarztstandort)</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Standortkennungen werden für jeden Teilnehmer durch die Organisation des Reanimationsregisters vergeben. Bei Rückfragen wenden Sie sich an <a href=\"mailto:info@reanimationsregister.de\">info@reanimationsregister.de</a>]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PATID" type="t_PATID" nillable="false">
		<xs:annotation>
			<xs:documentation>Patientenidentifikation</xs:documentation>
			<xs:documentation><![CDATA[[help]Die Patientenidentifikation dient der Zuordnung und Anonymisierung der Patientendaten. Sie entspricht der Protokollnummer des Reanimationsprotokolls, der ausgegebenen TAN-Nummer oder der von Seiten des WEB-Registers generierten Identifikationsnummer.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GEBDAT" type="t_DATUM">
		<xs:annotation>
			<xs:documentation>Geburtsdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Geburtsdatum des Patienten im Format tt.mm.jjjj]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PATALTER" type="t_PATALTER">
		<xs:annotation>
			<xs:documentation>Alter des Patienten (in Tagen)</xs:documentation>
			<xs:documentation><![CDATA[[help]Dieser Wert wird vom System aus Einsatzdatum und Geburtsdatum berechnet]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GESCHL" type="t_GESCHL" nillable="false">
		<xs:annotation>
			<xs:documentation>Geschlecht</xs:documentation>
			<xs:documentation><![CDATA[[help]Geschlecht des Patienten]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="PROTNR" type="t_PROTNR" nillable="false">
		<xs:annotation>
			<xs:documentation>Protokollnummer</xs:documentation>
			<xs:documentation><![CDATA[[help]Protokollnummer die aus anderen Datenerfassungssystemen übertragen wird.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NAMNEF" type="t_NAMNEF">
		<xs:annotation>
			<xs:documentation>NEF Kennung</xs:documentation>
			<xs:documentation><![CDATA[[help]Kennung des Notarztfahrzeuges. Wird mit der Standortkennung verbunden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NAMKLIN" type="t_NAMKLIN">
		<xs:annotation>
			<xs:documentation>Name Behandlungsklinik 1</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZIELKL1" type="t_ZIELKL">
		<xs:annotation>
			<xs:documentation>Klinikstatus</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Aufnahmedaten">
		<xs:annotation>
			<xs:documentation>Aufnahmedaten und Zeiten</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="AUFNQ"/>
			<xs:element ref="AUFNZ"/>
			<xs:element ref="ADATUM"/>
			<xs:element ref="ZADATUM" minOccurs="0"/>
			<xs:element ref="WVWIE"/>
			<xs:element ref="WVKLINAM" minOccurs="0"/>
			<xs:element ref="WVZIELKL"/>
			<xs:element ref="WVZIEL"/>
			<xs:element ref="VDATUM"/>
			<xs:element ref="ZVDATUM" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:element name="AUFNQ" type="t_AUFNQ">
		<xs:annotation>
			<xs:documentation>Aufnahme von</xs:documentation>
			<xs:documentation><![CDATA[[help]Mit diesem Item werden die innerklinischen von den prähospitalen Reanmationen unterschieden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AUFNZ" type="t_AUFNZ">
		<xs:annotation>
			<xs:documentation>Aufnahmeeinrichtung</xs:documentation>
			<xs:documentation><![CDATA[[help]Erste Anlaufstelle zur Versorgung des reanimierten Patienten in der Klinik.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ADATUM" type="t_DATUMNULLKA">
		<xs:annotation>
			<xs:documentation>Datum der Aufnahme</xs:documentation>
			<xs:documentation><![CDATA[[help]Datum der Aufnahme. Durch Klicken auf den Kopf "Einsatzdatum übern." kann das Einsatzdatum in diese Feld übernommen werden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZADATUM" type="t_ZEITPUNKTNULLKA">
		<xs:annotation>
			<xs:documentation>Uhrzeit der Aufnahme</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WVWIE" type="t_WVWIE">
		<xs:annotation>
			<xs:documentation>Weiterverlegung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wenn eine Verlegung in eine Institution/Klinik höherer Versorgungsstufe innerhalb der ersten 24 Stunden erfolgt.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WVKLINAM" type="t_NAMKLIN">
		<xs:annotation>
			<xs:documentation>Name Behandlungsklinik 2 bei Weiterverlegung</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WVZIELKL" type="t_ZIELKL">
		<xs:annotation>
			<xs:documentation>Behandlungsklinik 2 bei Weiterverlegung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wie ist die Versorgungsstufe dieser Zielklinik?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WVZIEL" type="t_WVZIEL">
		<xs:annotation>
			<xs:documentation>Verlegungsziel Weiterverlegung WV</xs:documentation>
			<xs:documentation><![CDATA[[help]Für welchen Berich der Zielklinik wird die Aufnahme dort vereinbart?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="VDATUM" type="t_DATUMNULLKA">
		<xs:annotation>
			<xs:documentation>Datum von Verlegung</xs:documentation>
			<xs:documentation><![CDATA[[help]Datum der Weiterverlegung]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ZVDATUM" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Uhrzeit von Verlegung</xs:documentation>
			<xs:documentation><![CDATA[[help]Uhrzeit der Weiterverlegung]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Aufnahmestatus">
		<xs:annotation>
			<xs:documentation>Aufnahmestatus und Diagnose</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="ROSCA"/>
			<xs:element ref="BEWAUFN"/>
			<xs:element ref="EKGAUFN" maxOccurs="3"/>
			<xs:element ref="GCSAUFN"/>
			<xs:element ref="RRAUFN"/>
			<xs:element ref="HFAUFN"/>
			<xs:element ref="AFAUFN" minOccurs="0"/>
			<xs:element ref="O2SAUFN"/>
			<xs:element ref="SPONATM"/>
			<xs:element ref="CO2AUFN" minOccurs="0"/>
			<xs:element ref="BZAUFN" minOccurs="0"/>
			<xs:element ref="TEMPAUFN" minOccurs="0"/>
			<xs:element ref="REAVERL" minOccurs="0"/>
			<xs:element ref="DIAGAUFN" minOccurs="0"/>
			<xs:element ref="URKRSTST"/>
			<xs:element ref="ICD1"/>
		</xs:sequence>
	</xs:group>
	<xs:simpleType name="t_ROSCA">
		<xs:annotation>
			<xs:documentation>Typ für ROSC Aufnahmezeitpunkt</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>laufende Reanimation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>laufende Reanimation mit mechanischen Hilfsmitteln</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="ROSCA" type="t_ROSCA">
		<xs:annotation>
			<xs:documentation>ROSC</xs:documentation>
			<xs:documentation><![CDATA[[help]Spontankreislauf zum Zeitpunkt der stationären Aufnahme oder laufende mechanische Reanimation Mechanische Hilfsmittel z.B. Autopulse, LUCAS, ACD.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_BEWAUFN">
		<xs:annotation>
			<xs:documentation>Typ für Bewusstseinslage</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Analgosedierung/Narkose</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>orientiert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>getrübt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>bewusstlos</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="BEWAUFN" type="t_BEWAUFN">
		<xs:annotation>
			<xs:documentation>Bewusstsein</xs:documentation>
			<xs:documentation><![CDATA[[help]Bewußtseinslage zum Zeitpunkt der stationären Aufnahme.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_EKGAUFN">
		<xs:annotation>
			<xs:documentation>Typ für Erstbefund-EKG Klinik</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Sinusrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>absolute Arrhythmie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>AV-Block II</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>AB-Block III</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>schmale QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>breite QRS-Tachykardie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>SVES, VES monotop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>SVES, VES polytop</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Kammerflimmern</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>pulslose elektrische Aktivität</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Asystolie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="12">
				<xs:annotation>
					<xs:documentation>Schrittmacherrhythmus</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="13">
				<xs:annotation>
					<xs:documentation>Infarkt- EKG</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht beurteilbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="EKGAUFN" type="t_EKGAUFN">
		<xs:annotation>
			<xs:documentation>EKG</xs:documentation>
			<xs:documentation><![CDATA[[help]EKG Befund (Rhythmus) zum Zeitpunkt der stationären Aufnahme.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_GCS">
		<xs:annotation>
			<xs:documentation>Typ für GCS</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 3 bis 15</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="3"/>
					<xs:maxInclusive value="15"/>
					<xs:totalDigits value="2"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="GCSAUFN" type="t_GCS">
		<xs:annotation>
			<xs:documentation>GCS</xs:documentation>
			<xs:documentation><![CDATA[[help]GCS zum Zeitpunkt der stationären Aufnahme.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_BLUTZ">
		<xs:annotation>
			<xs:documentation>Typ für Blutzuckerwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 500</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="500"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_BLUTDRUCK">
		<xs:annotation>
			<xs:documentation>Typ für Blutdruckwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 300</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="300"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_HERZFREQUENZ">
		<xs:annotation>
			<xs:documentation>Typ für Herzfrequenzwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 300</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="300"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ATEMFREQUENZ">
		<xs:annotation>
			<xs:documentation>Typ für Atemfrequenzwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 50</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="50"/>
					<xs:totalDigits value="2"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_PROZENT">
		<xs:annotation>
			<xs:documentation>Typ für Prozentwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 100</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="100"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="RRAUFN" type="t_BLUTDRUCK">
		<xs:annotation>
			<xs:documentation>Blutdruck</xs:documentation>
			<xs:documentation><![CDATA[[help]Systolischer Blutdruck zum Zeitpunkt der stationären Aufnahme. Wertebereich 0 mmHg bis 300 mmHg.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mmHg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="HFAUFN" type="t_HERZFREQUENZ">
		<xs:annotation>
			<xs:documentation>Herzfrequenz</xs:documentation>
			<xs:documentation><![CDATA[[help]Herzfrequenz zum Zeitpunkt der stationären Aufnahme. Wertebereich 0 /min bis 300 /min.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]1/min]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AFAUFN" type="t_ATEMFREQUENZ">
		<xs:annotation>
			<xs:documentation>Atemfrequenz</xs:documentation>
			<xs:documentation><![CDATA[[help]Atemfrequenz zum Zeitpunkt der stationären Aufnahme. Wertebereich 0 /min bis 50 /min]]></xs:documentation>
			<xs:documentation><![CDATA[[si]1/min]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="O2SAUFN" type="t_PROZENT">
		<xs:annotation>
			<xs:documentation>Sauerstoffsättigung</xs:documentation>
			<xs:documentation><![CDATA[[help]periphere Sauerstoffsättigung zum Zeitpunkt der stationären Aufnahme. Wertebereich 0% bis 100%.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]%]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="SPONATM" type="t_JANEINNULL">
		<xs:annotation>
			<xs:documentation>Spontanatmung</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_CO2AUFN">
		<xs:annotation>
			<xs:documentation>Typ für mmHg</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger Wertebereich 0 bis 80, Einheit mmHg</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="80"/>
					<xs:totalDigits value="3"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="2"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht beurteilbar</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="CO2AUFN" type="t_CO2AUFN">
		<xs:annotation>
			<xs:documentation>exp.CO2</xs:documentation>
			<xs:documentation><![CDATA[[help]endexspir. CO2 Wert zum Zeitpunkt der stationären Aufnahme.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mmHg]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_TEMPERATUR">
		<xs:annotation>
			<xs:documentation>Typ für Temperaturwerte</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:totalDigits value="3"/>
					<xs:fractionDigits value="1"/>
					<xs:minInclusive value="20.0"/>
					<xs:maxInclusive value="40.0"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="4"/>
					<xs:enumeration value="-1">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="TEMPAUFN" type="t_TEMPERATUR">
		<xs:annotation>
			<xs:documentation>Kerntemperatur</xs:documentation>
			<xs:documentation><![CDATA[[help]I"Körperkerntemperatur zum Zeitpunkt der stationären Aufnahme(gemessen rektal oder vesikal)". Wertebereich 20,0 °C bis 40,0 °C]]></xs:documentation>
			<xs:documentation><![CDATA[[si]°C]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BZAUFN" type="t_BLUTZ">
		<xs:annotation>
			<xs:documentation>Blutzucker</xs:documentation>
			<xs:documentation><![CDATA[[help]Blutzucker zum Zeitpunkt der stationären Aufnahme.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]mg/dl]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_REAVERL">
		<xs:annotation>
			<xs:documentation>Typ für Reanimationsbedingte Verletzung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja, nicht differenziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Sternumfraktur</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Rippenfrakturen &lt; 3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Rippenfrakturen &gt;= 3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Organverletzung intrathorakal</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Organverletzungen abdominell</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Trachealverletzungen</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="REAVERL" type="t_REAVERL">
		<xs:annotation>
			<xs:documentation>Reanimationsbedingte Verletzung</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_DIAGAUFN">
		<xs:annotation>
			<xs:documentation>Typ Aufnahmediagnose</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="24"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="DIAGAUFN" type="t_DIAGAUFN">
		<xs:annotation>
			<xs:documentation>Diagnose</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_URKRSTST">
		<xs:annotation>
			<xs:documentation>Typ für Vermutetete Ursache</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>kardial</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Trauma</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Ertrinken</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Hypoxie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Intoxikation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>ICB / SAB</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>SIDS</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>Verbluten</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Stroke</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>metabolisch</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Sonstiges</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_ICD10">
		<xs:annotation>
			<xs:documentation>Typ für ICD10 Code</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:annotation>
					<xs:documentation>gültiger ICD10 Code</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:pattern value="[A-Z]\d{2}|[A-Z]\d{2}\.(\d{1,2}|\d{1,2}[+*!])"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="6"/>
					<xs:enumeration value="000.00">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="URKRSTST" type="t_URKRSTST">
		<xs:annotation>
			<xs:documentation>Ursache Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]Ursache Kreislaufstillstand.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ICD1" type="t_ICD10">
		<xs:annotation>
			<xs:documentation>Krankenhaushauptdiagnose</xs:documentation>
			<xs:documentation><![CDATA[[help]Hauptdiagnose des Krankenhauses, das den Patienten zuerst versorgt, gemäß dem ICD, Version 10.<br/><br/>Der ICD10 Code besteht aus einem führenden Buchstaben A,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,V,Z oder U, zwei folgenden Ziffern, einem folgenden Punkt und einer oder zwei weiteren Zahlen.<br/><br/>Beispiel: S06.20<br/><br/>Eine Online Version der ICD10 Klassifizierung steht auf den Seiten des <a href="http://www.dimdi.de/static/de/klassi/diagnosen/icd10/ls-icdhtml.htm" target="_blank">DIMDI</a> zur Verfügung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Innerklinische_Diagnostik">
		<xs:annotation>
			<xs:documentation>Innerklinische Diagnostik innerhalb von 120 min</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="EKG12KLIN"/>
			<xs:element ref="ROEKLIN"/>
			<xs:element ref="SONOKLIN"/>
			<xs:element ref="ECHOKLIN"/>
			<xs:element ref="LABKLIN"/>
			<xs:element ref="TROPKLIN"/>
			<xs:element ref="BGAKLIN" minOccurs="0"/>
			<xs:element ref="COROKLIN"/>
			<xs:element ref="GSCKLIN"/>
			<xs:element ref="CTKLIN"/>
			<xs:element ref="EKOMM" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:simpleType name="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Typ für Ja/Nein Aussage mit Relevanz</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>ja und relevant</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="EKG12KLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>12-Kanal-EKG</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden ein 12-Kanal EKG durchgeführt, war das Ergebnis relevant für die weitere Therapie und den Verlauf.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ROEKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Röntgen Thorax</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden ein Rö Thorax durchgeführt, war das Ergebnis relevant für die weitere Therapie.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="SONOKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Sonografie</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden eine Sonografie durchgeführt, war das Ergebnis relevant für die weitere Therapie.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ECHOKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>TEE/TTE</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden eine Echokardiografie durchgeführt, war das Ergebnis relevant für die weitere Therapieentscheidung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="LABKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Labor</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurden innerhalb der ersten 2 Stunden Laboruntersuchungen durchgeführt, war das Ergebnis relevant für die weitere Therapieentscheidung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="TROPKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Troponin</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden Troponin bestimmt, war das Ergebnis relevant für die weitere Therapieentscheidung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BGAKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>BGA</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden eine BGA durchgeführt, war das Ergebnis relevant für die weitere Therapie.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="COROKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Koronarangiographie</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden eine Coronarangiografie durchgeführt, war das Ergebnis relevant für den weiteren Verlauf.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GSCKLIN" type="t_JANEINRELEVANT">
		<xs:annotation>
			<xs:documentation>Gastroskopie</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden eine Gastroskopie durchgeführt, war das Ergebnis relevant für den weiteren Verlauf.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_CTKLIN">
		<xs:annotation>
			<xs:documentation>Typ für Ja/Nein Aussage mit Relevanz und Technik nicht verfügbar</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>ja und relevant</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Technik nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht klassifiziert</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="CTKLIN" type="t_CTKLIN">
		<xs:annotation>
			<xs:documentation>CT / Spiral CT</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 2 Stunden ein (Spiral) CT durchgeführt, war das Ergebnis relevant für die weitere Therapieentscheidung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_EKOMM">
		<xs:annotation>
			<xs:documentation>Typ für Kommentar</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="240"/>
			<xs:whiteSpace value="preserve"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="EKOMM" type="t_EKOMM">
		<xs:annotation>
			<xs:documentation>Kommentar</xs:documentation>
			<xs:documentation><![CDATA[[help]Kommentar in Freitext. Ergänzende Bescheibung; Welche Befunde für Diagnose, Therapie und Verlauf waren besonders relevant?.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Innerklinische_Kausaltherapie">
		<xs:annotation>
			<xs:documentation>Innerklinische Kausal Therapie innerhalb von 24 h</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="MAKRSTAB" maxOccurs="7"/>
			<xs:element ref="LYSEKLIN"/>
			<xs:element ref="BALLOONZ"/>
			<xs:element ref="TIMI"/>
			<xs:element ref="KRSTABIL"/>
			<xs:element ref="KAUSATHE" maxOccurs="7"/>
			<xs:element ref="PHAHYPOX"/>
			<xs:element ref="OXIMASN" maxOccurs="5"/>
			<xs:element ref="AKTKUEHL"/>
			<xs:element ref="KUEHLIND"/>
			<xs:element ref="KUEHLPER"/>
			<xs:element ref="ZIELTEMP" minOccurs="0"/>
			<xs:element ref="KUEHLDAU" minOccurs="0"/>
			<xs:element ref="WARMDAU" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:simpleType name="t_KAUSATHE">
		<xs:annotation>
			<xs:documentation>Typ für Kausaltherapie</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Antidot-Therapie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Elektrolyttherapie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Dialyse</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>operative Blutstillung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Transfusion</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Wiedererwärmung mit HLM</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Wiedererwärmung ohne HLM</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="KAUSATHE" type="t_KAUSATHE">
		<xs:annotation>
			<xs:documentation>Weitere Kausaltherapie in 24 Std</xs:documentation>
			<xs:documentation><![CDATA[[help]Welche Kausaltherapie war innerhalb der ersten 24 Std erforderlich.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="LYSEKLIN" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Lysezeitpunkt Klinik</xs:documentation>
			<xs:documentation><![CDATA[[help]Beginn Lysetherapie in der Klink.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="BALLOONZ" type="t_ZEITPUNKTNULL">
		<xs:annotation>
			<xs:documentation>Zeitpunkt Balloon</xs:documentation>
			<xs:documentation><![CDATA[[help]Zeitpunkt PTCA Gefäß offen.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_TIMI">
		<xs:annotation>
			<xs:documentation>Typ für TIMI Grad</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>TIMI 1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>TIMI 2</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>TIMI 3</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="TIMI" type="t_TIMI">
		<xs:annotation>
			<xs:documentation>TIMI Grad</xs:documentation>
			<xs:documentation><![CDATA[[help]Welcher TIMI Grad wurde erreicht?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_KRSTABIL">
		<xs:annotation>
			<xs:documentation>Typ für Kreislaufstabilisierung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>1 Stunde</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>3 Stunden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>6 Stunden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>&gt; 6 Stunden</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>nie erreicht</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="KRSTABIL" type="t_KRSTABIL">
		<xs:annotation>
			<xs:documentation>Kreislaufstabilisierung</xs:documentation>
			<xs:documentation><![CDATA[[help]Kreislaufstabilisierung bedeutet :MAP &gt; 60 mmHg mit/ohne Katecholaminen. Zeitpunkt gemessen ab KH Aufnahme.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_MAKRSTAB">
		<xs:annotation>
			<xs:documentation>Typ für Maßnahmen Kreislaufstabilisierung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Volumentherapie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Vasopressor</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>positiv inotrope Substanz</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>IABP</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Schrittmacher</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Lyse bei Myokardinfarkt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Lyse bei Lungenembolie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>PTCA</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="09">
				<xs:annotation>
					<xs:documentation>Stentimplantation</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="10">
				<xs:annotation>
					<xs:documentation>HLM zur Kreislaufstabilisierung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="11">
				<xs:annotation>
					<xs:documentation>Herzchir. Eingriff</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="MAKRSTAB" type="t_MAKRSTAB">
		<xs:annotation>
			<xs:documentation>Maßnahmen Kreislaufstabilisierung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 24 Stunden eine Maßnahme zur Kreislaufstabilisierung erforderlich oder durchgeführt, unabhängig vom Erfolg.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_PHAHYPOX">
		<xs:annotation>
			<xs:documentation>Typ für Hypoxämie-Phasen</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>keine</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>1</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>2 - 5</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>&gt; 5</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="PHAHYPOX" type="t_PHAHYPOX">
		<xs:annotation>
			<xs:documentation>Hypoxämie-Phasen</xs:documentation>
			<xs:documentation><![CDATA[[help]Gab es Phasen von Hypoxämie PaO2 &lt; 85 und länger als 10 Minuten innerhalb der ersten 24 Std.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_OXIMASN">
		<xs:annotation>
			<xs:documentation>Typ für Sauerstoffversorgung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Spontanatmung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Reguläre Beatmung (PEEP &lt;= +10, FIO2 &lt;= 0,5)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>definitive AW Sicherung (In-/Umintubation im KH)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Thoraxdrainage nach CPR Verletzung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Beatmung FIO2 &gt; 0,5</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>PEEP &gt; +10</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>therapeutische Bronchoskopie</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="OXIMASN" type="t_OXIMASN">
		<xs:annotation>
			<xs:documentation>Atemweg und Oxygenierung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 24 Stunden eine Maßnahme im Rahmen der Sicherstellung der Oxigenierung erforderlich oder durchgeführt, unabhängig vom Erfolg.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_AKTKUEHL">
		<xs:annotation>
			<xs:documentation>Typ für Aktive Kühlung</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Technik nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="AKTKUEHL" type="t_AKTKUEHL">
		<xs:annotation>
			<xs:documentation>Aktive Kühlung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde innerhalb der ersten 24 Stunden eine aktive Kühlung erforderlich oder durchgeführt, war die Technik überhaupt präsent?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_KUEHLTECH">
		<xs:annotation>
			<xs:documentation>Typ für Kühltechnik</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>i.v. Flüssigkeiten, gekühlt ca. 4°C</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>extern, Kühlelemente (z.B. COOL PACKS)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>extern, Verdunstung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>extern, spezielle Kühlelemente (z.B. EMCOOLS)</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>extern, flüssigkeitsdurchströmte Elemente, feedback Steuerung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>extern, gekühlte Luft, feedback Steuerung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>intern, Kühlkatheter, feedback Steuerung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>intern, Hämofiltration</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="98">
				<xs:annotation>
					<xs:documentation>sonstiges</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="KUEHLIND" type="t_KUEHLTECH">
		<xs:annotation>
			<xs:documentation>Technik Hypothermieinduktion</xs:documentation>
			<xs:documentation><![CDATA[[help]Welche Form der Kühlinduktion wurde gewählt?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="KUEHLPER" type="t_KUEHLTECH">
		<xs:annotation>
			<xs:documentation>Technik Hypothermieaufrechterhaltung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wie wurde die Kühlung aufrecht erhalten?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_ZEITDIFF24">
		<xs:annotation>
			<xs:documentation>Typ für Zeitdauerangabe von 00:01 bis 24:00 Stunden mit Minuten. 00:00 für keine Angaben und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="5"/>
					<xs:pattern value="00:01|(([0-1][0-9]|2[0-3]):[0-5][0-9])|24:00"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="5"/>
					<xs:enumeration value="00:00">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="t_ZEITDIFF72">
		<xs:annotation>
			<xs:documentation>Typ für Zeitdauerangabe von 00:01 bis 72:00 Stunden mit Minuten. 00:00 für keine Angaben und 99:99 für nicht bekannt.</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="5"/>
					<xs:pattern value="00:01|(([0-6][0-9]|2[0-3]):[0-5][0-9])|7[0-1]:[0-5][0-9]|72:00"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="5"/>
					<xs:enumeration value="00:00">
						<xs:annotation>
							<xs:documentation>keine Angaben</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="99:99">
						<xs:annotation>
							<xs:documentation>nicht bekannt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="ZIELTEMP" type="t_ZEITDIFF24">
		<xs:annotation>
			<xs:documentation>Zieltemperatur erreicht</xs:documentation>
			<xs:documentation><![CDATA[[help]Innerhalb welcher Zeit wurde die angestrebte Zieltemperatur von 32 °C bis 34 °C erreicht? Werteberich 00:01 bis 24:00 Stunden.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]HH:MM]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="KUEHLDAU" type="t_ZEITDIFF72">
		<xs:annotation>
			<xs:documentation>Dauer der Kühlung</xs:documentation>
			<xs:documentation><![CDATA[[help]Wie lange (in Stunden) wurde gekühlt? Wertebereich 00:01 bis 72:00 Stunden.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]HH:MM]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WARMDAU" type="t_ZEITDIFF72">
		<xs:annotation>
			<xs:documentation>Dauer der Wiedererwärmung</xs:documentation>
			<xs:documentation><![CDATA[[help]Über welchen Zeitraum (in Stunden) wurde Wiedererwärmt? Wertebereich 00:01 bis 72:00 Stunden.]]></xs:documentation>
			<xs:documentation><![CDATA[[si]HH:MM]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Entlassung">
		<xs:annotation>
			<xs:documentation>Entlassung</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="LEB24H"/>
			<xs:element ref="KOMPLSEK"/>
			<xs:element ref="ICUTAGE"/>
			<xs:element ref="BEATSTD"/>
			<xs:element ref="ICDIMPL"/>
			<xs:element ref="LEBENTL"/>
			<xs:element ref="ENTLDAT"/>
			<xs:element ref="DTOD"/>
			<xs:element ref="GCSENTL"/>
			<xs:element ref="CPCENTL"/>
			<xs:element ref="GCSVOR"/>
			<xs:element ref="CPCVOR"/>
		</xs:sequence>
	</xs:group>
	<xs:simpleType name="t_LEB24H">
		<xs:annotation>
			<xs:documentation>Typ für 24 Stunden Überleben mit Wert 00=keine Angabe, Ja=01, Nein=02, nicht bekannt=99</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="LEB24H" type="t_LEB24H">
		<xs:annotation>
			<xs:documentation>24 Stunden Überleben</xs:documentation>
			<xs:documentation><![CDATA[[help]Hat der Patient 24 Stunden überlebt?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_KOMPLSEK">
		<xs:annotation>
			<xs:documentation>Typ für Sekundärkomplikationen</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Infektion</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Sepsis</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Apoplex ischämisch</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Apoplex Blutung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>andere Blutung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="06">
				<xs:annotation>
					<xs:documentation>Transfusion</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="07">
				<xs:annotation>
					<xs:documentation>Koma</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="08">
				<xs:annotation>
					<xs:documentation>ANV - Dialyse</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="t_LEBENTL">
		<xs:annotation>
			<xs:documentation>Typ für Lebend entlassen mit Wert 01=keine Angabe, Ja=01, Nein=02, nicht bekannt=999</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Nein, Tod im KH</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="KOMPLSEK" type="t_KOMPLSEK">
		<xs:annotation>
			<xs:documentation>Sekundärkomplikationen</xs:documentation>
			<xs:documentation><![CDATA[[help]Welche Sekundärkomplikationen traten während der stationären Thearpie auf?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="ENTLDAT" type="t_DATUMNULLKA">
		<xs:annotation>
			<xs:documentation>Entlassungsdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Datum der Entlassung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="LEBENTL" type="t_LEBENTL">
		<xs:annotation>
			<xs:documentation>Lebend Entlassen</xs:documentation>
			<xs:documentation><![CDATA[[help]Konnte der Patient lebend aus dem Krankenhaus entlassen werden?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DTOD" type="t_DTOD">
		<xs:annotation>
			<xs:documentation>Todesdatum</xs:documentation>
			<xs:documentation><![CDATA[[help]Datum des Todes.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_ICUTAGE">
		<xs:annotation>
			<xs:documentation>Typ für Intensivtage</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="1"/>
					<xs:maxInclusive value="998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht erfasst</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="ICUTAGE" type="t_ICUTAGE">
		<xs:annotation>
			<xs:documentation>Intensivtage</xs:documentation>
			<xs:documentation><![CDATA[[help]Anzahl der Intensivstations-Behandlungstage, Aufnahme- und Entlassungstag zählen je als 1 Tag.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_BEATSTD">
		<xs:annotation>
			<xs:documentation>Typ für Beatmungsstunden</xs:documentation>
		</xs:annotation>
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="0"/>
					<xs:maxInclusive value="998"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="3"/>
					<xs:enumeration value="000">
						<xs:annotation>
							<xs:documentation>keine Angabe</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="999">
						<xs:annotation>
							<xs:documentation>nicht erfasst</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:element name="BEATSTD" type="t_BEATSTD">
		<xs:annotation>
			<xs:documentation>Beatmungsstunden</xs:documentation>
			<xs:documentation><![CDATA[[help]Anzahl der Beatmungsstunden.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_ICDIMPL">
		<xs:annotation>
			<xs:documentation>Typ für Ja/Nein Aussage mit Technik nicht verfügbar</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>nein</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Technik nicht verfügbar</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="ICDIMPL" type="t_ICDIMPL">
		<xs:annotation>
			<xs:documentation>Implantation eines ICD</xs:documentation>
			<xs:documentation><![CDATA[[help]Wurde vor Entlassung eine Implantation eines ICD vorgenommen?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GCSENTL" type="t_GCS">
		<xs:annotation>
			<xs:documentation>Entlassung GCS</xs:documentation>
			<xs:documentation><![CDATA[[help]GCS bei Entlassung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_CPC">
		<xs:annotation>
			<xs:documentation>Typ für Entlassung CPC</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Gute cerebr. Leistungsfähigkeit</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>mäßige cerebr. Behinderung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>schwere cerebr. Behinderung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="04">
				<xs:annotation>
					<xs:documentation>Koma, Vegetativer Zustand</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="05">
				<xs:annotation>
					<xs:documentation>Tod</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht erfasst</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="CPCENTL" type="t_CPC">
		<xs:annotation>
			<xs:documentation>Entlassung CPC</xs:documentation>
			<xs:documentation><![CDATA[[help]CPC bei Entlassung.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GCSVOR" type="t_GCS">
		<xs:annotation>
			<xs:documentation>GCS vor Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]GCS vor Eintritt des Kreislaufstillsatndes (muss von Angehörigen erfragt werden).]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="CPCVOR" type="t_CPC">
		<xs:annotation>
			<xs:documentation>CPC vor Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]CPC vor Eintritt des Kreislaufstillsatndes (muss von Angehörigen erfragt werden).]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:group name="Langzeitverlauf">
		<xs:annotation>
			<xs:documentation>Langzeitverlauf</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="LEB1JAHR" minOccurs="0"/>
			<xs:element ref="GCS1JAHR" minOccurs="0"/>
			<xs:element ref="CPC1JAHR" minOccurs="0"/>
			<xs:element ref="WOHNVOR" minOccurs="0"/>
			<xs:element ref="WOHNNACH" minOccurs="0"/>
			<xs:element ref="BERUF" minOccurs="0"/>
		</xs:sequence>
	</xs:group>
	<xs:simpleType name="t_LEB1JAHR">
		<xs:annotation>
			<xs:documentation>Typ für Feld 1 Jahr Überleben mit Wert 0=keine Angabe, Ja=1, Nein=2, nicht bekannt=9</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angabe</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>Ja</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>Nein, Tod innerhalb 1. Jahr</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht bekannt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="LEB1JAHR" type="t_LEB1JAHR">
		<xs:annotation>
			<xs:documentation>1 Jahres Überleben</xs:documentation>
			<xs:documentation><![CDATA[[help]Lebt der Patient nach einem Jahr noch?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="GCS1JAHR" type="t_GCS">
		<xs:annotation>
			<xs:documentation>GCS 1 Jahr nach Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]GCS ein Jahr nach dem Ereignis Kreislaufstillstand. Wertebereich 03 bis 15.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="CPC1JAHR" type="t_CPC">
		<xs:annotation>
			<xs:documentation>CPC 1 Jahr nach Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]CPC ein Jahr nach dem Ereignis Kreislaufstillstand.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_WOHN">
		<xs:annotation>
			<xs:documentation>Typ für Wohnumfeld</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>eigener Haushalt</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>betreutes Wohnen</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>Dauerpflegeeinrichtung</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht erfasst</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="WOHNVOR" type="t_WOHN">
		<xs:annotation>
			<xs:documentation>Wohnumfeld vor Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]Wie wohnte der Patient <b>vor</b> dem Ereignis Kreislaufstillstand.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="WOHNNACH" type="t_WOHN">
		<xs:annotation>
			<xs:documentation>Wohnumfeld nach Kreislaufstillstand</xs:documentation>
			<xs:documentation><![CDATA[[help]Wie wohnte der Patient <b>nach</b> dem Ereignis Kreislaufstillstand.]]></xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:simpleType name="t_BERUF">
		<xs:annotation>
			<xs:documentation>Typ für Berufstätigkeit</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:length value="2"/>
			<xs:enumeration value="00">
				<xs:annotation>
					<xs:documentation>keine Angaben</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>wieder berufstätig</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>berufsunfähig</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>vor Rea nicht berufstätig</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="99">
				<xs:annotation>
					<xs:documentation>nicht erfasst</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
	<xs:element name="BERUF" type="t_BERUF">
		<xs:annotation>
			<xs:documentation>Berufstätigkeit</xs:documentation>
			<xs:documentation><![CDATA[[help]Ist der Patient nach einem Jahr in irgendeiner Form berufstätig?]]></xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
