<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<xsd:annotation>
		<xsd:documentation>
			
			
					
			<!--

          FILE     : JJJJ-MM-TT_Qb-R_Servicedateien-BJ-2025_Schema-Datensatz-IQTIG.xsd
          TASK     : Umsetzung der Datensatzbeschreibung zum Qualitaetsberichtsteil C-6.2 und C-9 als XML-Schema.
          PROJECT  : Datensatzbeschreibung zum Strukturierten Qualitaetsbericht gemaeß Paragraph 136b Absatz 1 Satz 1 Nummer 3 SGB V ueber das Berichtsjahr 2025
          VERSION  : 2025.1.0
          STAND    : 06.02.2026
          COPYRIGHT: (c) 2026 impressum health & science communication oHG
                     Grimm 8, 20457 Hamburg, Germany
          ANPASSUNG: Im Zuge der Einführung des neuen Kapitels C-9, 
                     welches durch das IQTIG erstmalig im BJ 2022 geliefert wird, 
                     ist eine neue Schema-Datei erforderlich.
		  ANPASSUNG: Aenderungen gegenueber 2022 fuer den Qualitaetsbericht 2023 eingepflegt durch
                     Gesundheitsforen Leipzig GmbH, 04109 Leipzig
		  ANPASSUNG: Aenderungen gegenueber 2023 fuer den Qualitaetsbericht 2024 eingepflegt durch
                     Gesundheitsforen Leipzig GmbH, 04109 Leipzig; Aufnahme des Berichtsteils C-6.2
		  ANPASSUNG: Aenderungen gegenueber 2024 fuer den Qualitaetsbericht 2025 eingepflegt durch
					 impressum health & science communication oHG, 20457 Hamburg
					 
		  Hinweis: Diese Schemadatei validiert zwei XML-Dateien, die den gleichen Root/Kopf haben,
				   jedoch zwei unterschiedliche fachliche Zweige (C-6.2: <QSFFx-RL>, C-9: <PPP-RL>).
				   Benennung:
				   JJJJ-MM-TT_Qb-R_Servicedateien-BJ-2025_Beispiel-IQTIG-C6-2.xml
				   JJJJ-MM-TT_Qb-R_Servicedateien-BJ-2025_Beispiel-IQTIG-C-9.xml				 
		
		

        ==< MODULE INFO >=======================================================

          Contents:
               Die im XML-Schema vorgegebene verpflichtende Reihenfolge der
               XML-Elemente geht aus der Datensatzbeschreibung hervor.

               In den Kommentaren zu den Datentypen, Gruppen, Sequenzen und
               Elementen wird angegeben, welchen Bereich der Anlage oder
               der Datensatzbeschreibung diese Angabe widerspiegelt.

               Aufbau der XML-Schema Datei:

                 1) globale Deklaration der Datentypen

                    Namenskonventionen:
                    char_max - Datentyp, der die zulaessige Zeichenanzahl innerhalb
                               eines XML-Elementes begrenzt.
                    char_nummerics - Datentyp, der nur Ziffern in einem XML-Element
                               zulässt.
                    codomain - Datentyp, der den Inhalt eines XML-Elementes auf einen
                               ganzzahligen Wertebereich begrenzt.
                    float - Datentyp, der den Inhalt eines XML-Elementes auf einen
                            nummerischen Wertebereich begrenzt, bei dem bis zu
                            einer bestimmten Anzahl an Nachkommastellen angegeben
                            werden duerfen.
                    enum   - Werteliste, die in einem XML-Element zulaessig ist.
                    format - Datentyp, der das in einem XML-Element zulaessige Format
                             beschreibt. In der Regel ueber einen regulaeren Ausdruck.
                    qb_    - anderer Schema-Datentyp, der auf die Anforderungen des
                             Qualitaetsberichtes angepasst wurde.
                    h_     - Hilfsdatentyp, der von anderen Datentypdeklarationen
                             verwendet wird.

                 2) globale Deklaration der Gruppen

                    Namenskonventionen:
                    s_  - enthält die Deklaration von SimpleType Elementen
                         (Einfache Elemente).
                    c_  - enthält die Deklaration eines ComplexType Elementes
                          (Containerelement).
                    g_  - enthält auf der obersten Ebene der Deklaration
                          SimpleType und ComplexType Elemente.

                 3) globale Deklaration des Rootelementes

                     Es existiert nur ein moegliches Rootelement.

              Hinweise:

              - Bis auf das Rootelement sind alle Elemente ueber globale Gruppen
                oder inline deklariert.

              - Die moeglichen Haeufigkeiten von Elementgruppen werden ueber
                die Haeufigkeitsangaben an den Gruppenreferenzen gesteuert.

              - Fuer die Attribute minOccurs und maxOccurs werden die
                Defaultwerte nicht angegeben.

              - Simple Elemente werden nur als Gruppe deklariert, falls diese
                an mehreren Stellen in der Struktur verwendet werden.
                Ansonsten werden sie direkt inline deklariert.

               -->
			   
			   
		</xsd:documentation>
	</xsd:annotation>
	<!-- ***********************************************************  -->
	<!-- *           Deklaration der Standard-Datentypen           *  -->
	<!-- ***********************************************************  -->
	<xsd:complexType name="empty">
		<xsd:annotation>
			<xsd:documentation>Kein Inhalt</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:restriction base="xsd:anyType"/>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:simpleType name="char_max100">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 100</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="0"/>
			<xsd:maxLength value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max200">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 200</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="200"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max500">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 500</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="500"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max4000">
		<xsd:annotation>
			<xsd:documentation>Zeichenkette</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1"/>
			<xsd:maxLength value="4000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_max1500">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 1500</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="0"/>
			<xsd:maxLength value="1500"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_numerics_2">
		<xsd:annotation>
			<xsd:documentation>99</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="([0-9]){2}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="format_standortnummer">
		<xsd:annotation>
			<xsd:documentation>Format: 77xxxx000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="77[0-9]{4}000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="char_numerics_9">
		<xsd:annotation>
			<xsd:documentation>999999999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="([0-9]){9}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_99">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 1 .. 99</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="1"/>
			<xsd:maxInclusive value="99"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_1_100">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 1 .. 100</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="1"/>
			<xsd:maxInclusive value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_999">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 .. 999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="999"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_20.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0 .. 20000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="20000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_99.999">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0 .. 99999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="99999"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_999.999">
		<xsd:annotation>
			<xsd:documentation>Wertebereich: 0 .. 999999</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="999999"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_4_100.000">
		<xsd:annotation>
			<xsd:documentation>4 .. 100000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="4"/>
			<xsd:maxInclusive value="100000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_4_1.000.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 4 .. 1000000</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="4"/>
			<xsd:maxInclusive value="1000000"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_4_100.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 und 4 .. 100000</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0 codomain_4_100.000"/>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_empty_codomain_0_4_100.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0 und ... 100000</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0 codomain_4_100.000">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_4_1.000.000">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 und 4 .. 1000000</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0 codomain_4_1.000.000"/>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_4_100.000_float_0d00_100d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 und 4 .. 100000 und 0,00 .. 100,00</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0_4_100.000 float_0d00_100d00"/>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_empty_float_0d00_999d99">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0,00 .. 999,99 (bis zu zwei Nachkommastellen)</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="float_0d00_999d99">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_float_0d00_100.000d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0,00 .. 100000,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="100000(,00)?"/>
			<xsd:pattern value="0?[0-9]{1,5}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_empty_float_0d00_100.000d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0,00 .. 100000,00</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_float_0d00_100.000d00">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_100d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0,00 .. 100,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="100(,00)?"/>
			<xsd:pattern value="0?[0-9]{1,2}(,[0-9]{2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_4_100.000_float_0d00_100d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 4 .. 100000 und 0,00 .. 100,00.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_4_100.000 float_0d00_100d00"/>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d0_999d9">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0,0 .. 999,9</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]{1,3}(,[0-9])?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_999d99">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0,00 .. 999,99 (bis zu zwei Nachkommastellen)</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]{1,3}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="float_0d00_999999999d00">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0,00 .. 999999999,00</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[0-9]{1,9}(,[0-9]{1,2})?"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="emptyString">
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_char_max200_empty">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 200 oder 'kein Inhalt'</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="emptyString">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:minLength value="1"/>
					<xsd:maxLength value="200"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_char_max100_empty">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 100 oder 'kein Inhalt'</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="emptyString">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:minLength value="1"/>
					<xsd:maxLength value="100"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_999_empty">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0 .. 999</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0_999">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_99.999_empty">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0 .. 99999</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0_99.999">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_999.999_empty">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0 .. 999999</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0_999.999">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_char_max1500_empty">
		<xsd:annotation>
			<xsd:documentation>maximale Zeichenanzahl 1500 oder 'kein Inhalt'</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="emptyString">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:minLength value="1"/>
					<xsd:maxLength value="1500"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_24">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 .. 24</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="24"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_366">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 0 .. 366</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:nonNegativeInteger">
			<xsd:minInclusive value="0"/>
			<xsd:maxInclusive value="366"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_0_366_empty">
		<xsd:annotation>
			<xsd:documentation>Wertebereich 'kein Inhalt' und 0 .. 366</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="codomain_0_366">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:maxLength value="0"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<!-- ***********************************************************  -->
	<!-- *    Deklaration spezieller Datentypen / Auswahllisten    *  -->
	<!-- ***********************************************************  -->
	<xsd:simpleType name="enumBerichtsjahr">
		<xsd:annotation>
			<xsd:documentation>Der Datentyp lässt nur das aktuelle Berichtsjahr zu.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="2025"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="enumQuartal">
		<xsd:annotation>
			<xsd:documentation>Der Datentyp lässt nur die Quartale eines Jahres zu.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Q1"/>
			<xsd:enumeration value="Q2"/>
			<xsd:enumeration value="Q3"/>
			<xsd:enumeration value="Q4"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_ja_nein">
		<xsd:annotation>
			<xsd:documentation>Auswahlliste: "ja", "nein".</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="nein"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_empty_ja_nein">
		<xsd:annotation>
			<xsd:documentation>'kein Inhalt' oder</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="emptyString">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:enumeration value="ja"/>
					<xsd:enumeration value="nein"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<xsd:simpleType name="codomain_empty_ja_nein_entfaellt">
		<xsd:annotation>
			<xsd:documentation>'kein Inhalt' oder</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="emptyString">
			<xsd:simpleType>
				<xsd:restriction base="xsd:string">
					<xsd:enumeration value="ja"/>
					<xsd:enumeration value="nein"/>
					<xsd:enumeration value="entfällt"/>
				</xsd:restriction>
			</xsd:simpleType>
		</xsd:union>
	</xsd:simpleType>
	<!-- **************************************************************  -->
	<!-- *   globale Deklaration des Rootelementes fuer C-9 und C-6.2 *  -->
	<!-- **************************************************************  -->
	<xsd:element name="Strukturabfragen">
		<xsd:annotation>
			<xsd:documentation>Rootelement</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="Berichtsjahr" type="enumBerichtsjahr">
					<xsd:annotation>
						<xsd:documentation>Das aktuelle Berichtsjahr</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="IK" type="char_numerics_9">
					<xsd:annotation>
						<xsd:documentation>Haupt-IK des Krankenhausstandortes dieses Berichts gemäß Standortverzeichnis</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="Standortnummer" type="format_standortnummer">
					<xsd:annotation>
						<xsd:documentation>Standortnummer des Krankenhausstandortes dieses Berichts gemäß Standortverzeichnis</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:choice>
					<xsd:group ref="c_PPP-RL"/>
					<xsd:group ref="c_QSFFx-RL"/>
				</xsd:choice>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	
	<!-- ***********************************************************  -->
	<!-- *       globale Deklaration der speziellen Gruppen        *  -->
	<!-- ***********************************************************  -->			
	
	<xsd:group name="c_PPP-RL">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "c_PPP-RL" enthält</xsd:documentation>
			<xsd:documentation source="chapter">C-9</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="PPP-RL">
				<xsd:annotation>
					<xsd:documentation>Umsetzung der Richtlinie über die Ausstattung der stationären Einrichtungen der Psychiatrie und Psychosomatik mit dem für die Behandlung erforderlichen therapeutischen Personal – PPP-RL</xsd:documentation>
					<xsd:documentation source="chapter">C-9</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Hinweis_Nachweis_PPP" fixed="An dieser Stelle ist die Umsetzung des Beschlusses des G-BA zur Qualitätssicherung nach § 136a Absatz 2 Satz 1 SGB V darzustellen (Richtlinie über die Ausstattung der stationären Einrichtungen der Psychiatrie und Psychosomatik mit dem für die Behandlung erforderlichen therapeutischen Personal – PPP-RL). Im Auftrag des Gesetzgebers hat der Gemeinsame Bundesausschuss in der PPP-RL gemäß § 136a Absatz 2 SGB V verbindliche Mindestvorgaben für die Ausstattung der stationären Einrichtungen mit dem für die Behandlung erforderlichen Personal für die psychiatrische und psychosomatische Versorgung festgelegt. Die Vorgaben legen eine Mindestpersonalausstattung für das für die Behandlung erforderliche Personal fest. Die Mindestvorgaben sind keine Anhaltszahlen zur Personalbemessung. Die Mindestvorgaben sind gemäß § 2 Absatz 5 PPP-RL quartals- und einrichtungsbezogen einzuhalten. Gemäß der Definition der PPP-RL kann ein Krankenhausstandort bis zu drei differenzierte Einrichtungen (Erwachsenenpsychiatrie, Psychosomatik sowie Kinder- und Jugendpsychiatrie) umfassen, für die die Einhaltung der Mindestvorgaben getrennt nachzuweisen ist. Für das Berichtsjahr 2025 gilt im Tagdienst ein Umsetzungsgrad von 90 %." minOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Das Element "Hinweis_Nachweis_PPP" dient der Abbildung des im Rahmen der Veröffentlichung darzustellenden Hinweises und kann nicht verändert werden.</xsd:documentation>
								<xsd:documentation source="chapter">C-9</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Nachweis_PPP" minOccurs="0" maxOccurs="4">
							<xsd:annotation>
								<xsd:documentation>Nachweis zur PPP-RL</xsd:documentation>
								<xsd:documentation source="chapter">C-9</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Zeitraum" type="enumQuartal">
										<xsd:annotation>
											<xsd:documentation>Hier ist das Quartal (1, 2, 3 ,4) anzugeben.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.1</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Beleg_Erfuellung_nicht_gefuehrt" fixed="Beleg zur Erfüllung nicht (vollständig) geführt." minOccurs="0">
										<xsd:annotation>
											<xsd:documentation>Krankenhausstandorte, welche die Nachweise sowie die Erklärung zur Richtigkeit bis zum Ende der Korrekturfrist des jeweiligen Quartals nicht oder nicht vollständig erbracht haben, sind gemäß § 11 Absatz 12 PPP-RL mit folgendem Hinweis zu kennzeichnen: "Beleg zur Erfüllung nicht (vollständig) geführt."</xsd:documentation>
											<xsd:documentation source="chapter">C-9.2</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:group ref="c_Einrichtungstyp">
										<xsd:annotation>
											<xsd:documentation/>
											<xsd:documentation source="chapter">C-9.3</xsd:documentation>
										</xsd:annotation>
									</xsd:group>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Gesamtkommentar_PPP" type="char_max1500" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>An dieser Stelle können Krankenhäuser das gesamte Kapitel C-9 kommentieren.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.4</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
				<xsd:unique name="quartal">
					<xsd:selector xpath="Nachweis_PPP"/>
					<xsd:field xpath="Zeitraum"/>
				</xsd:unique>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_QSFFx-RL">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "c_QSFFx-RL" enthält</xsd:documentation>
			<xsd:documentation source="chapter">C-9</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="QSFFx-RL">
				<xsd:annotation>
					<xsd:documentation>Umsetzung der Richtlinie zur Versorgung der hüftgelenknahen Femurfraktur – QSFFx-RL</xsd:documentation>
					<xsd:documentation source="chapter">C-6.2</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Hinweis_Nachweis_QSFFx" fixed="An dieser Stelle ist die Umsetzung der Richtlinie des Gemeinsamen Bundesausschusses über Maßnahmen zur Qualitätssicherung zur Versorgung von Patientinnen und Patienten mit einer hüftgelenknahen Femurfraktur gemäß § 136 Absatz 1 Satz 1 Nummer 2 für nach § 108 SGB V zugelassene Krankenhäuser darzustellen (QSFFx-RL). -	Im Auftrag des Gesetzgebers hat der Gemeinsame Bundesausschuss in der QSFFx-RL Mindestanforderungen an die Struktur- und Prozessqualität in nach § 108 SGB V zugelassenen Krankenhäusern für die Versorgung von Patientinnen und Patienten mit einer nicht intraoperativ verursachten hüftgelenknahen Femurfraktur festgelegt. Die Mindestanforderungen sind am Standort zu erfüllen. -	Im Rahmen des Nachweisverfahrens (§ 6 QSFFx-RL) ist jährlich zwischen dem 15.11. und 31.12. der Status der Erfüllung der Mindestvorgaben an die Landesverbände der Krankenkassen und die Ersatzkassen zu übermitteln. Nichterfüllungen einzelner Mindestanforderungen, die mehr als 48 Stunden andauern, sind auch unterjährig unverzüglich zu melden, ebenso wie deren Wiedererfüllung. --	Alle Meldungen, die im Laufe eines Jahres an die Landesverbände der Krankenkassen und die Ersatzkassen gesendet wurden, sind bis zum 15. Februar des Folgejahres in Form einer Strukturabfrage (§ 8 QSFFx-RL) an das Institut für Qualitätssicherung und Transparenz im Gesundheitswesen (IQTIG) zu übermitteln. Diese Daten bilden die Grundlage für die im Folgenden dargestellten Angaben." minOccurs="1" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Das Element "Hinweis_Nachweis_QSFFx" dient der Abbildung des im Rahmen der Veröffentlichung darzustellenden Hinweises und kann nicht verändert werden.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Nachweis_QSFFx" minOccurs="0" maxOccurs="1">
							<xsd:annotation>
								<xsd:documentation>Nachweis zur QSFFx</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="Abmeldung" fixed="Der Standort hat sich im Lauf des Berichtsjahres von der Versorgung hüftgelenknaher Femurfrakturen gemäß § 6 Absatz 1 Satz 8 QSFFx-RL abgemeldet. Damit entfällt die Lieferpflicht für die Strukturabfrage. Für diesen Standort liegen deshalb keine Daten zur Umsetzung der QSFFx-RL vor.">
											<xsd:annotation>
												<xsd:documentation>Krankenhausstandorte, die sich nach § 6 Absatz 1 Satz 8 QSFFx-RL abmelden, müssen keine Strukturabfrage gemäß § 8 Absatz 1 Satz 1 QSFFx-RL an das IQTIG übermitteln. Für diese Standorte liegen keine Daten zur Darstellung im Qualitätsbericht vor.</xsd:documentation>
												<xsd:documentation source="chapter">C-6.2.1</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Beleg_Erfuellung_nicht_gefuehrt" fixed="Aufgrund der unvollständigen Nachweisführung liegen keine Daten zur Umsetzung der QSFFx-RL vor.">
											<xsd:annotation>
												<xsd:documentation>Krankenhausstandorte, welche die Strukturabfrage sowie die Erklärung über die Richtigkeit der Angaben bis zum Ende der Korrekturfrist zum 15. März des dem jeweiligen Erfassungsjahr folgenden Jahres nicht oder nicht vollständig übermittelt haben, sind gemäß § 8 Absatz 7 Satz 7 QSFFx-RL mit dem Hinweis „Beleg zur Erfüllung nicht (vollständig) geführt“ zu kennzeichnen.</xsd:documentation>
												<xsd:documentation source="chapter">C-6.2.1</xsd:documentation>
											</xsd:annotation>
										</xsd:element>
										<xsd:element name="Beleg_Erfuellung_vollstaendig_gefuehrt">
											<xsd:annotation>
												<xsd:documentation>Beleg zur Erfüllung vollständig geführt.</xsd:documentation>
												<xsd:documentation source="chapter">C-6.2.1</xsd:documentation>
											</xsd:annotation>
											<xsd:complexType>
												<xsd:sequence>
													<xsd:element name="Anzahl_Tage_Abbildung" type="codomain_0_366">
														<xsd:annotation>
															<xsd:documentation>Anzahl der Tage, die mit der Strukturabfrage abgebildet werden.</xsd:documentation>
															<xsd:documentation source="chapter">C-6.2.1</xsd:documentation>
														</xsd:annotation>
													</xsd:element>
													<xsd:element name="Erfuellung_Mindestanforderungen">
														<xsd:complexType>
															<xsd:sequence>
																<xsd:element name="Anzahl_Tage_Nichterfuellung" type="codomain_0_366">
																	<xsd:annotation>
																		<xsd:documentation>Anzahl der Tage, für die eine Nichterfüllung mindestens einer Mindestanforderung angegeben wurde.</xsd:documentation>
																		<xsd:documentation source="chapter">C-6.2.2</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="Anzahl_Mindestanforderungen_Nichterfuellung" type="codomain_0_24">
																	<xsd:annotation>
																		<xsd:documentation>Anzahl der Mindestanforderungen, die mindestens 48 Stunden nicht erfüllt wurden.</xsd:documentation>
																		<xsd:documentation source="chapter">C-6.2.2</xsd:documentation>
																	</xsd:annotation>
																</xsd:element>
																<xsd:element name="Allgemeine_Mindestanforderungen">
																	<xsd:annotation>
																		<xsd:documentation/>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:choice>
																			<xsd:element name="Allgemeine_Mindestanforderungen_Erfuellt_ATB" minOccurs="0" fixed="Das Krankenhaus erfüllt die Anforderungen an ein überregionales Traumazentrum gemäß dem Weißbuch Schwerverletzten-Versorgung Stand Mai 2012 und nimmt zu jeder Zeit (24 Stunden an 7 Tagen pro Woche) an der Notfallversorgung teil. Damit gelten die folgenden Anforderungen gemäß § 3 Absätze 1 bis 4 QSFFx-RL als erfüllt:-	Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie am Standort. -	Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort. -	Es sind jeweils eine für die Notfallversorgung verantwortliche Ärztin oder verantwortlicher Arzt und eine Pflegekraft benannt, die fachlich und organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind. -	Das für die Notfallversorgung benannte Personal nimmt regelmäßig an fachspezifischen Fortbildungen für Notfallmedizin teil. -	Es ist jeweils eine Fachärztin oder ein Facharzt im Gebiet Innere Medizin, Chirurgie und Anästhesie innerhalb von maximal 30 Minuten am Patienten verfügbar. -	Das Krankenhaus hält eine Intensivstation mit mindestens sechs Betten vor. - Mindestens drei Intensivtherapiebetten sind zur Versorgung beatmeter Patientinnen und Patienten ausgestattet. - Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatientinnen und Notfallpatienten zur Anwendung. - Es ist ein Schockraum verfügbar. - Die 24 -stündige Verfügbarkeit von Computertomographie ist sichergestellt. - Es besteht die Möglichkeit der Weiterverlegung einer Notfallpatientin oder eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe.">
																				<xsd:annotation>
																					<xsd:documentation>Das Vorliegen dieses Ausnahmetatbestands wird im Nachweisverfahren erfasst. Wenn zutreffend, ist dieses Element anzugeben.</xsd:documentation>
																					<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
																				</xsd:annotation>
																			</xsd:element>
																			<xsd:group ref="c_Allgemeine_Mindestanforderungen_Nichterfuellung"/>
																		</xsd:choice>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Spezifische_Mindestanforderungen">
																	<xsd:annotation>
																		<xsd:documentation>An dieser Stelle sind für die sechs spezifischen Mindestanforderungen jeweils die gemeldeten Tage mit Nichterfüllung anzugeben.</xsd:documentation>
																		<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:sequence>
																			<xsd:group ref="c_Spezifische_Mindestanforderungen_Nichterfuellung"/>
																		</xsd:sequence>
																	</xsd:complexType>
																</xsd:element>
																<xsd:element name="Mindestanforderungen_Prozessqualitaet">
																	<xsd:annotation>
																		<xsd:documentation>An dieser Stelle sind für die sieben Mindestanforderungen an die Prozessqualität jeweils die gemeldeten Tage mit Nichterfüllung anzugeben.</xsd:documentation>
																		<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
																	</xsd:annotation>
																	<xsd:complexType>
																		<xsd:sequence>
																			<xsd:group ref="c_Mindestanforderungen_Prozessqualitaet_Nichterfuellung">
																				<xsd:annotation>
																					<xsd:documentation>An dieser Stelle sind für die sieben Mindestanforderungen an die Prozessqualität jeweils die gemeldeten Tage mit Nichterfüllung anzugeben.</xsd:documentation>
																					<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
																				</xsd:annotation>
																			</xsd:group>
																		</xsd:sequence>
																	</xsd:complexType>
																</xsd:element>
															</xsd:sequence>
														</xsd:complexType>
													</xsd:element>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
									</xsd:choice>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Gesamtkommentar_QSFFx" type="char_max1500" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>An dieser Stelle können Krankenhäuser das gesamte Kapitel C-6.2 zur Umsetzung der QSFFx-RL kommentieren.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Mindestanforderungen_Prozessqualitaet_Nichterfuellung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Mindestanforderungen_Prozessqualitaet_Nichterfuellung" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Mindestanforderungen_Prozessqualitaet_Nichterfuellung">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="SOP_Einwilligungsfaehigkeit">
							<xsd:annotation>
								<xsd:documentation>SOP „Besondere Situationen der Einwilligungsfähigkeit“.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Perioperative_Planung">
							<xsd:annotation>
								<xsd:documentation>SOP „Perioperative Planung“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Operationsverfahren">
							<xsd:annotation>
								<xsd:documentation>SOP „Operationsverfahren“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Umgang_Gerinnungshemmer">
							<xsd:annotation>
								<xsd:documentation>SOP „Umgang mit gerinnungshemmender Medikation“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Patientenorientiertes_Blutmanagement">
							<xsd:annotation>
								<xsd:documentation>SOP „Patientenorientiertes Blutmanagement (PBM)“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Ortho-geriatrische_Versorgung">
							<xsd:annotation>
								<xsd:documentation>SOP „Ortho-geriatrische Versorgung“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="SOP_Physiotherapeutische_Massnahmen">
							<xsd:annotation>
								<xsd:documentation>SOP „Physiotherapeutische Maßnahmen“</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Spezifische_Mindestanforderungen_Nichterfuellung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "c_Spezifische_Mindestanforderungen_Nichterfuellung" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Spezifische_Mindestanforderungen_Nichterfuellung">
				<xsd:complexType>
					<xsd:annotation>
						<xsd:documentation/>
						<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
					</xsd:annotation>
					<xsd:sequence>
						<xsd:element name="Eigenstaendige_Organisationseinheit">
							<xsd:annotation>
								<xsd:documentation>Die Versorgung der Patientinnen und Patienten erfolgt in einer ärztlich geleiteten Fachabteilung, die eine fachlich unabhängige, abgrenzbare und organisatorisch eigenständige Organisationseinheit am Standort des Krankenhauses ist.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Aufsicht_Facharzt">
							<xsd:annotation>
								<xsd:documentation>Die Durchführung der mit den Kombinationen aus Diagnosen und Prozeduren nach Anlage 1 QSFFx-RL beschriebenen Operationen erfolgt durch oder unter Anleitung und Aufsicht einer Fachärztin oder eines Facharztes für Chirurgie, für Allgemeinchirurgie, für Orthopädie oder für Orthopädie und Unfallchirurgie.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Arztpraesenz">
							<xsd:annotation>
								<xsd:documentation>Die ärztliche Versorgung in der Fachabteilung ist durch eine täglich 24-stündige Arztpräsenz im Krankenhaus (Bereitschaftsdienst möglich) sichergestellt, die auch eine jederzeitige operative Patientenversorgung gewährleistet.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Ausstattung_Operationssaal">
							<xsd:annotation>
								<xsd:documentation>Die Einrichtung und Ausstattung des Operationssaals lässt sowohl osteosynthetische als auch endoprothetische Versorgungen zu. Entsprechende Implantate und Instrumente stehen jederzeit zur Verfügung.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Geriatrische_Kompetenz">
							<xsd:annotation>
								<xsd:documentation>Für Patientinnen und Patienten mit positivem geriatrischen Screening ist täglich geriatrische Kompetenz für die perioperative Versorgung zu gewährleisten.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Postoperative_Physiotherapie">
							<xsd:annotation>
								<xsd:documentation>Physiotherapie durch eine Physiotherapeutin oder einen Physiotherapeuten steht täglich für jede Patientin oder jeden Patienten zur Atemgymnastik und frühzeitigen Mobilisierung ab dem ersten postoperativen Tag zur Verfügung.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Allgemeine_Mindestanforderungen_Nichterfuellung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Allgemeine_Mindestanforderungen_Nichterfuellung" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Allgemeine_Mindestanforderungen_Nichterfuellung">
				<xsd:annotation>
					<xsd:documentation>Wenn der Ausnahmetatbestand nicht vorliegt, sind im Folgenden die elf allgemeinen Mindestanforderungen jeweils mit den gemeldeten Tagen mit Nichterfüllung anzugeben.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Fachabteilung_Chirurgie">
							<xsd:annotation>
								<xsd:documentation>Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie am Standort.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Fachabteilung_Innere_Medizin">
							<xsd:annotation>
								<xsd:documentation>Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Verantwortlichkeit_Notfallversorgung">
							<xsd:annotation>
								<xsd:documentation>Es sind jeweils eine für die Notfallversorgung verantwortliche Ärztin oder verantwortlicher Arzt und eine Pflegekraft benannt, die fachlich und organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Fortbildungen_Notfallversorgung">
							<xsd:annotation>
								<xsd:documentation>Das für die Notfallversorgung benannte Personal nimmt regelmäßig an fachspezifischen Fortbildungen für Notfallmedizin teil.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Verfuegbarkeit">
							<xsd:annotation>
								<xsd:documentation>Es ist jeweils eine Fachärztin oder ein Facharzt im Gebiet Innere Medizin, Chirurgie und Anästhesie innerhalb von maximal 30 Minuten an der Patientin oder am Patienten verfügbar.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Betten_Intensivstation">
							<xsd:annotation>
								<xsd:documentation>Das Krankenhaus hält eine Intensivstation mit mindestens sechs Betten vor.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Betten_Intensivstation_Beatmung">
							<xsd:annotation>
								<xsd:documentation>Mindestens drei Intensivtherapiebetten sind zur Versorgung beatmeter Patientinnen und Patienten ausgestattet.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="System_Behandlungspriorisierung">
							<xsd:annotation>
								<xsd:documentation>Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatientinnen und Notfallpatienten zur Anwendung.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Schockraum">
							<xsd:annotation>
								<xsd:documentation>Es ist ein Schockraum verfügbar.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Computertomographie">
							<xsd:annotation>
								<xsd:documentation>Die 24 -stündige Verfügbarkeit von Computertomographie ist sichergestellt.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Weiterverlegung_Luftweg">
							<xsd:annotation>
								<xsd:documentation>-Es besteht die Möglichkeit der Weiterverlegung einer Notfallpatientin oder eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe.</xsd:documentation>
								<xsd:documentation source="chapter">C-6.2.2.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Anzahl_Tage_Nichterfuellung"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Anzahl_Tage_Nichterfuellung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Anzahl_Tage_Nichterfuellung" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Anzahl_Tage_Nichterfuellung" type="codomain_0_366">
				<xsd:annotation>
					<xsd:documentation>Die gemeldeten Tage mit Nichterfüllung.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Beleg_Erfuellung_nicht_gefuehrt">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Beleg_Erfuellung_nicht_gefuehrt" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Beleg_Erfuellung_nicht_gefuehrt" fixed="Beleg zur Erfüllung nicht (vollständig) geführt." minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Krankenhausstandorte, welche die Nachweise sowie die Erklärung zur Richtigkeit bis zum Ende der Korrekturfrist zum 1. März des dem 
						jeweiligen Erfassungsjahr folgenden Jahres nicht oder nicht vollständig erbracht haben, sind gemäß § 11 Absatz 12 PPP-RL mit 
						folgendem Hinweis zu kennzeichnen: "Beleg zur Erfüllung nicht (vollständig) geführt."</xsd:documentation>
					<xsd:documentation source="chapter">C-9.2</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einrichtungstyp">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Einrichtungstyp" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Einrichtungstyp">
				<xsd:annotation>
					<xsd:documentation>Die Einrichtung gemäß § 2 Absatz 5 PPP-RL.</xsd:documentation>
					<xsd:documentation source="chapter">C-9.3</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Erwachsenenpsychiatrie" minOccurs="0" maxOccurs="1">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Strukturangaben_Einrichtung"/>
									<xsd:group ref="c_Einhaltung_Mindestvorgaben_Umsetzungsgrad"/>
									<xsd:group ref="c_Angaben_Einrichtung_Nachtdienst"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Psychosomatik" minOccurs="0" maxOccurs="1">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Strukturangaben_Einrichtung"/>
									<xsd:group ref="c_Einhaltung_Mindestvorgaben_Umsetzungsgrad"/>
									<xsd:group ref="c_Angaben_Einrichtung_Nachtdienst"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="Kinder_und_Jugendpsychiatrie" minOccurs="0" maxOccurs="1">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:group ref="c_Strukturangaben_Einrichtung"/>
									<xsd:group ref="c_Einhaltung_Mindestvorgaben_Umsetzungsgrad"/>
									<xsd:group ref="c_Angaben_Einrichtung_Nachtdienst"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Strukturangaben_Einrichtung">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Strukturangaben_Einrichtung" enthält.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Strukturangaben_Einrichtung">
				<xsd:annotation>
					<xsd:documentation/>
					<xsd:documentation source="chapter">C-9.3.1</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Regionale_Pflichtversorgung">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-9.3.1.1</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:choice>
									<xsd:element name="Regionale_Pflichtversorgung_Besteht" minOccurs="0">
										<xsd:annotation>
											<xsd:documentation>Für die Einrichtung gilt eine durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.1</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:sequence>
												<xsd:element name="Geschlossene_Bereiche" type="codomain_empty_ja_nein" minOccurs="0">
													<xsd:annotation>
														<xsd:documentation>Die Einrichtung verfügt über geschlossene Bereiche.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.1.1</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Praesenzdienste_24_Stunden" type="codomain_empty_ja_nein" minOccurs="0">
													<xsd:annotation>
														<xsd:documentation>Die Einrichtung verfügt über 24-Stunden-Präsenzdienste.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.1.1</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:sequence>
										</xsd:complexType>
									</xsd:element>
									<xsd:element name="Regionale_Pflichtversorgung_Besteht_Nicht" type="empty">
										<xsd:annotation>
											<xsd:documentation>Für die Einrichtung gilt kein durch die zuständige Landesbehörde festgelegte regionale Pflichtversorgung.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.1</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:choice>
							</xsd:complexType>
						</xsd:element>
						<xsd:group ref="c_Strukturangaben_Stationen"/>
						<xsd:group ref="c_Behandlungsumfang_und_Behandlungsbereiche"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Strukturangaben_Stationen">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Strukturangaben_Stationen" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Strukturangaben_Stationen">
				<xsd:annotation>
					<xsd:documentation>Strukturangaben zu den vorhandenen Stationen.</xsd:documentation>
					<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Strukturangaben_Station" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>Die der Einrichtung zugeordneten Stationen sind mit den folgenden Angaben aus Teil A2 der Anlage 3 der PPP-RL zu charakterisieren.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Station_Bezeichnung" type="codomain_char_max100_empty">
										<xsd:annotation>
											<xsd:documentation>Bezeichnung der Station</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Planbetten_vollstationaere_Versorgung" type="codomain_0_999_empty">
										<xsd:annotation>
											<xsd:documentation>Die Anzahl der Planbetten der vollstationären Versorgung</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Planplaetze_teilstationaere_Versorgung" type="codomain_0_999_empty">
										<xsd:annotation>
											<xsd:documentation>Die Anzahl der Planplätze der teilstationären Versorgung</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Stationstyp" type="codomain_char_max100_empty">
										<xsd:annotation>
											<xsd:documentation>Stationstyp</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
											<xsd:documentation source="note">Kürzel in den Nachweisdaten gemäß PPP-RL sind wie folgt zu ersetzen: &#10;&#13; A durch "A = geschützte Akut- bzw. Intensivstation" &#10;&#13; B durch "B = fakultativ geschlossene Station" &#10;&#13; C durch "C = offene, nicht elektive Station" &#10;&#13; D durch "D = Station mit geschützten Bereichen" &#10;&#13; E durch "E = elektive offene Station" &#10;&#13; F durch "F = nicht-stationsbezogene Einheit mit innovativem Behandlungskonzept"</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Schwerpunkt_Behandlung_Konzeptstation" type="codomain_char_max100_empty">
										<xsd:annotation>
											<xsd:documentation>Schwerpunkt der Behandlung/Konzeptstation</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.2</xsd:documentation>
											<xsd:documentation source="note">Kürzel in den Nachweisdaten gemäß PPP-RL sind wie folgt zu ersetzen: &#10;&#13; KJP durch "KJP = Konzeptstation für Kinder- und Jugendpsychiatrie" &#10;&#13; A durch "A = Konzeptstation für Allgemeinpsychiatrie" &#10;&#13; A5 durch "A5 = Konzeptstation für psychotherapeutische und psychosomatische Behandlung" &#10;&#13; A7 durch "A7 = Konzeptstation für psychotherapeutische und psychosomatische Komplexbehandlung" &#10;&#13; S durch "S = Konzeptstation für Suchterkrankungen" &#10;&#13; G durch "G = Konzeptstation für Gerontopsychiatrie" &#10;&#13; P1 durch "P1 = Konzeptstation für Psychosomatik" &#10;&#13; P2 durch "P2 = Konzeptstation für psychosomatische Komplexbehandlung" &#10;&#13; Z durch "Z = keine der obigen Konzeptstationen"</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Behandlungsumfang_und_Behandlungsbereiche">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Behandlungsumfang_und_Behandlungsbereiche" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Behandlungsumfang_Behandlungsbereiche">
				<xsd:annotation>
					<xsd:documentation>Für die Einrichtungen ist der Behandlungsumfang (Anzahl der Behandlungstage) sowie die Patientenstruktur (differenziert nach den Behandlungsbereichen) anzugeben. Hierfür ist der Abschnitt A3.3 der Anlage 3 der PPP-RL zu verwenden, die Gesamtbehandlungstage ergeben sich dabei als Summe über alle behandlungsbereichsspezifischen Behandlungstage. Es sind gemäß § 6 Abs. 4 PPP-RL die Angaben zu übernehmen, die für das entsprechende Quartal zur Ermittlung der Mindestvorgaben relevant sind.</xsd:documentation>
					<xsd:documentation source="chapter">C-9.3.1.3</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Behandlungsumfang_und_Behandlungsbereich" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation/>
								<xsd:documentation source="chapter">C-9.3.1.3</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Behandlungsbereich" type="codomain_char_max200_empty">
										<xsd:annotation>
											<xsd:documentation>Der Behandlungsbereich.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.3</xsd:documentation>
											<xsd:documentation source="note">Kürzel in den Nachweisdaten gemäß PPP-RL sind wie folgt zu ersetzen: &#10;&#13; A1 durch "A1 = Allgemeine Psychiatrie - Regelbehandlung"  &#10;&#13; A2 durch "A2 = Allgemeine Psychiatrie - Intensivbehandlung" &#10;&#13; A6 durch "A6 = Allgemeine Psychiatrie - Tagesklinische Behandlung" &#10;&#13; A7 durch "A7 = Allgemeine Psychiatrie - Psychosomatisch-psychotherapeutische und psychotherapeutische Komplexbehandlung" &#10;&#13; A8 durch "A8 = Allgemeine Psychiatrie - Psychosomatisch-psychotherapeutische und psychotherapeutische Komplexbehandlung teilstationär" &#10;&#13; A9 durch "A9 = Allgemeine Psychiatrie - Stationsäquivalente Behandlung" &#10;&#13; S1 durch "S1 = Abhängigkeitskranke - Regelbehandlung" &#10;&#13; S2 durch "S2 = Abhängigkeitskranke - Intensivbehandlung" &#10;&#13; S6 durch "S6 = Abhängigkeitskranke - Tagesklinische Behandlung" &#10;&#13; S9 durch "S9 = Abhängigkeitskranke - Stationsäquivalente Behandlung" &#10;&#13; G1 durch "G1 = Gerontopsychiatrie - Regelbehandlung" &#10;&#13; G2 durch "G2 = Gerontopsychiatrie - Intensivbehandlung" &#10;&#13; G6 durch "G6 = Gerontopsychiatrie - Tagesklinische Behandlung" &#10;&#13; G9 durch "G9 = Gerontopsychiatrie - Stationsäquivalente Behandlung" &#10;&#13; P1 durch "P1 = Psychosomatik - Psychotherapie" &#10;&#13; P2 durch "P2 = Psychosomatik - Psychosomatisch-psychotherapeutische Komplexbehandlung" &#10;&#13; P3 durch "P3 = Psychosomatik - Psychotherapie teilstationär" &#10;&#13; P4 durch "P4 = Psychosomatik - Psychosomatisch-psychotherapeutische Komplexbehandlung teilstationär" &#10;&#13; KJ1 durch "KJ1 = Kinder- und Jugendpsychiatrie - Kinderpsychiatrische Regel- und Intensivbehandlung" &#10;&#13; KJ2 durch "KJ2 = Kinder- und Jugendpsychiatrie - Jugendpsychiatrische Regelbehandlung" &#10;&#13; KJ3 durch "KJ3 = Kinder- und Jugendpsychiatrie - Jugendpsychiatrische Intensivbehandlung" &#10;&#13; KJ6 durch "KJ6 = Kinder- und Jugendpsychiatrie - Eltern-Kind-Behandlung" &#10;&#13; KJ7 durch "KJ7 = Kinder- und Jugendpsychiatrie - Tagesklinische Behandlung" &#10;&#13; KJ9 durch "KJ9 = Kinder- und Jugendpsychiatrie - Stationsäquivalente Behandlung"
</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Behandlungsumfang" type="codomain_0_99.999_empty">
										<xsd:annotation>
											<xsd:documentation>Die Anzahl der Behandlungstage.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.1.3</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Einhaltung_Mindestvorgaben_Umsetzungsgrad">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Einhaltung_Mindestvorgabe_Umsetzungsgrad" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Einhaltung_Mindestvorgaben_Umsetzungsgrad">
				<xsd:annotation>
					<xsd:documentation>Einhaltung der Mindestvorgaben und Umsetzungsgrad</xsd:documentation>
					<xsd:documentation source="chapter">C-9.3.3</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Einhaltung_Mindestvorgabe_Einrichtung_Tagdienst" type="codomain_empty_ja_nein">
							<xsd:annotation>
								<xsd:documentation>Die Mindestvorgaben im Tagdienst wurden in der Einrichtung insgesamt eingehalten.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.1</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Einhaltung_Mindestvorgaben_Umsetzungsgrad_Berufsgruppen_Tagdienst">
							<xsd:annotation>
								<xsd:documentation>Einhaltung der Mindestvorgaben und Umsetzungsgrad in den Berufsgruppen im Tagdienst.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.2</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Einhaltung_Mindestvorgaben_Umsetzungsgrad_Berufsgruppe" minOccurs="0" maxOccurs="6">
										<xsd:annotation>
											<xsd:documentation>Für jede Berufsgruppe gemäß § 5 PPP-RL sind die folgenden Parameter anzugeben</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.2</xsd:documentation>
										</xsd:annotation>
										<xsd:complexType>
											<xsd:sequence>
												<xsd:element name="Berufsgruppe" type="codomain_char_max1500_empty">
													<xsd:annotation>
														<xsd:documentation>Die Berufsgruppe gemäß § 5 PPP-RL.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.3.2</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Mindestanforderungen_eingehalten" type="codomain_empty_ja_nein">
													<xsd:annotation>
														<xsd:documentation>Die Mindestanforderungen der Berufsgruppe sind eingehalten.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.3.2</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Mindestpersonalausstattung_Stunden" type="codomain_0_999.999_empty">
													<xsd:annotation>
														<xsd:documentation>Die geforderte Mindestpersonalausstattung in Stunden.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.3.2</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Tatsaechliche_Personalausstattung_Stunden" type="codomain_0_999.999_empty">
													<xsd:annotation>
														<xsd:documentation>Die tatsächliche Personalausstattung in Stunden.</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.2</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
												<xsd:element name="Umsetzungsgrad" type="codomain_empty_float_0d00_999d99">
													<xsd:annotation>
														<xsd:documentation>Umsetzungsgrad (in %)</xsd:documentation>
														<xsd:documentation source="chapter">C-9.3.3.3</xsd:documentation>
													</xsd:annotation>
												</xsd:element>
											</xsd:sequence>
										</xsd:complexType>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
							<xsd:unique name="berufsgruppe">
								<xsd:selector xpath="Einhaltung_Mindestvorgaben_Umsetzungsgrad_Berufsgruppe"/>
								<xsd:field xpath="Berufsgruppe"/>
							</xsd:unique>
						</xsd:element>
						<xsd:element name="Umsetzungsgrad_Einrichtung_Tagdienst" type="codomain_empty_float_0d00_999d99">
							<xsd:annotation>
								<xsd:documentation>Umsetzungsgrad der Einrichtung im Tagdienst (in %).</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.3</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Ausnahmetatbestaende">
							<xsd:annotation>
								<xsd:documentation>Die Krankenhäuser können von den verbindlichen Mindestvorgaben abweichen, wenn einer der in § 10 Absatz 1 PPP-RL beschriebenen Ausnahmetatbestände zutrifft.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.5</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Ausnahmetatbestand_1" type="codomain_ja_nein">
										<xsd:annotation>
											<xsd:documentation>kurzfristige krankheitsbedingte Personalausfälle</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.5</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Ausnahmetatbestand_2" type="codomain_ja_nein">
										<xsd:annotation>
											<xsd:documentation>kurzfristig stark erhöhte Patientenanzahl in der Pflichtversorgung</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.5</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Ausnahmetatbestand_3" type="codomain_ja_nein">
										<xsd:annotation>
											<xsd:documentation>gravierende strukturelle oder organisatorische Veränderungen</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.5</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Ausnahmetatbestand_4" type="codomain_ja_nein">
										<xsd:annotation>
											<xsd:documentation>Tagesklinik, die die Mindestvorgaben im darauffolgenden oder übernächsten Quartal wieder einhält</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.5</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
	<xsd:group name="c_Angaben_Einrichtung_Nachtdienst">
		<xsd:annotation>
			<xsd:documentation>Gruppe, die den Container "Angaben_Einrichtung_Nachtdienst" enthält</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Angaben_Einrichtung_Nachtdienst" >
				<xsd:annotation>
					<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
					<xsd:documentation source="note">Nach den Vorgaben der PPP-RL sind für Einrichtungen der Psychosomatik und Einrichtungen ohne Intensivpatientinnen und Intensivpatienten keine Mindestvorgaben für den pflegerischen Nachtdienst festgelegt. Daher entfällt die Angabe zur Erfüllung der Mindestvorgaben im pflegerischen Nachtdienst in der Einrichtung insgesamt. Bei Einrichtungen ohne Mindestvorgaben entfallen außerdem die Angaben zur Mindestvorgabe im pflegerischen Nachtdienst je Nacht (in Vollkraftstunden) und zur Anzahl an Nächten, in denen die Mindestvorgabe erfüllt wurde.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Mindestanforderungen_erfuellt" type="codomain_empty_ja_nein_entfaellt">
							<xsd:annotation>
								<xsd:documentation>Die Mindestanforderungen im pflegerischen Nachtdienst wurden in der Einrichtung insgesamt erfüllt.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="Pflegefachpersonen">
							<xsd:annotation>
								<xsd:documentation>Für die Pflegefachpersonen gemäß § 5 PPP-RL im Nachtdienst sind folgende Parameter anzugeben.</xsd:documentation>
								<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Tatsaechliche_Personalausstattung_VK" type="codomain_0_999.999_empty">
										<xsd:annotation>
											<xsd:documentation>Tatsächliche Personalausstattung im pflegerischen Nachtdienst (in Vollkraftstunden).</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Mindestvorgabe_VK" type="codomain_0_999.999_empty">
										<xsd:annotation>
											<xsd:documentation>Mindestvorgabe im pflegerischen Nachtdienst je Nacht (in Vollkraftstunden).</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Anzahl_Naechte_Erfuellung_Mindestvorgabe" type="codomain_0_366_empty">
										<xsd:annotation>
											<xsd:documentation>Die Anzahl an Nächten, in denen die Mindestvorgabe erfüllt wurde.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="Ist-Personalausstattung_VK" type="codomain_0_999.999_empty">
										<xsd:annotation>
											<xsd:documentation>Die durchschnittliche Ist-Personalausstattung (in Vollkraftstunden) im pflegerischen Nachtdienst je Nacht.</xsd:documentation>
											<xsd:documentation source="chapter">C-9.3.3.4</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:group>
</xsd:schema>
