Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema qs_data_fnw_type.xsd
Properties
attribute form default unqualified
element form default qualified
Element qs_data_fnw_type / B
Annotations
Bogen: Basis // Bogenzahl: 1
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_felder qs_data_fnw_type_xsd.tmp#tds_bfnw_type qs_data_fnw_type_xsd.tmp#gr_bfnw_type_bogen qs_data_fnw_type_xsd.tmp#gr_bfnw_type
Type gr_bfnw_type
Type hierarchy
Properties
content complex
Model
Children bogen, felder
Instance
<B xmlns="urn:gba:sqg">
  <felder>{1,1}</felder>
  <bogen>{1,1}</bogen>
</B>
Source
<xs:element name="B" type="gr_bfnw_type">
  <xs:annotation>
    <xs:documentation>Bogen: Basis // Bogenzahl: 1</xs:documentation>
  </xs:annotation>
</xs:element>
Element tds_bfnw_type / felder
Annotations
Exportfelder des Bogens
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_DokAbschlDat qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_NAMEKH qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_standortIDops qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_IKNRKH
Properties
content complex
Model
Children DokAbschlDat, IKNRKH, NAMEKH, standortIDops
Instance
<felder xmlns="urn:gba:sqg">
  <DokAbschlDat V="">{1,1}</DokAbschlDat>
  <NAMEKH V="">{1,1}</NAMEKH>
  <standortIDops V="">{1,1}</standortIDops>
  <IKNRKH V="">{1,1}</IKNRKH>
</felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DokAbschlDat">
        <xs:annotation>
          <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NAMEKH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Name der Einrichtung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:maxLength value="100"/>
                <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                <!-- anything but newline + something not whitespace + anything but newline -->
                <xs:pattern value=".*\S.*"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="standortIDops">
        <xs:annotation>
          <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="77\d{4}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="IKNRKH">
        <xs:annotation>
          <xs:documentation>BogenFeld: Institutionskennzeichen; IK-Nummer / Haupt-IK-Nummer des Standorts gemäß dem Standortverzeichnis nach § 293 Abs. 6 SGB V</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="[1-9][0-9]{8}"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tds_bfnw_type / felder / DokAbschlDat
Annotations
ZusatzFeld: Dokumentationsabschlussdatum
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_tds_bfnw_type_tds_bfnw_type_felder_DokAbschlDat_V
Properties
content complex
Attributes
QName Type Use
V datum_type required
Source
<xs:element name="DokAbschlDat">
  <xs:annotation>
    <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="required"/>
  </xs:complexType>
</xs:element>
Element tds_bfnw_type / felder / NAMEKH
Annotations
BogenFeld: Name der Einrichtung
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_tds_bfnw_type_tds_bfnw_type_felder_NAMEKH_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="NAMEKH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Name der Einrichtung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="100"/>
          <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
          <!-- anything but newline + something not whitespace + anything but newline -->
          <xs:pattern value=".*\S.*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_bfnw_type / felder / standortIDops
Annotations
ErsatzFeld: behandelnder Standort 6-stellig
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_tds_bfnw_type_tds_bfnw_type_felder_standortIDops_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="standortIDops">
  <xs:annotation>
    <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="77\d{4}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_bfnw_type / felder / IKNRKH
Annotations
BogenFeld: Institutionskennzeichen;
IK-Nummer / Haupt-IK-Nummer des Standorts gemäß dem Standortverzeichnis nach § 293 Abs. 6 SGB V
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_tds_bfnw_type_felder_tds_bfnw_type_tds_bfnw_type_felder_IKNRKH_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:string required
Source
<xs:element name="IKNRKH">
  <xs:annotation>
    <xs:documentation>BogenFeld: Institutionskennzeichen; IK-Nummer / Haupt-IK-Nummer des Standorts gemäß dem Standortverzeichnis nach § 293 Abs. 6 SGB V</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="[1-9][0-9]{8}"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element gr_bfnw_type / bogen
Annotations
Kindbögen
Diagram
Diagram qs_data_fnw_type_xsd.tmp#gr_bfnw_type_gr_bfnw_type_bogen_C
Properties
content complex
Model
Children C
Instance
<bogen xmlns="urn:gba:sqg">
  <C>{1,unbounded}</C>
</bogen>
Source
<xs:element name="bogen">
  <xs:annotation>
    <xs:documentation>Kindbögen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="C" type="tds_cfnw_type">
        <xs:annotation>
          <xs:documentation>Bogen: Checkliste // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element gr_bfnw_type / bogen / C
Annotations
Bogen: Checkliste // Existenzbedingung: keine // Bogenzahl: +
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_felder qs_data_fnw_type_xsd.tmp#tds_cfnw_type
Type tds_cfnw_type
Properties
content complex
maxOccurs unbounded
Model
Children felder
Instance
<C xmlns="urn:gba:sqg">
  <felder>{1,1}</felder>
</C>
Source
<xs:element maxOccurs="unbounded" name="C" type="tds_cfnw_type">
  <xs:annotation>
    <xs:documentation>Bogen: Checkliste // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
  </xs:annotation>
</xs:element>
Element tds_cfnw_type / felder
Annotations
Exportfelder des Bogens
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_LFDCHL qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANMELDUEBERGANG qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANMELDEJ qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_AENDMELD qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ABMELD qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANMELDVJ qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_STICHTAG qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_STICHTAGAE qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANFTRAUMA qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_MINFAA qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_MINFAIM qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANFVOLLSTA qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_NOTFVERANT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_NOTFZUSATZW qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_NOTFPWEITERB qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_NOTFFORTB qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_FAVERFUEGB qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_INTENBETT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_INTENBBEATM qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SYSBEHAND qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SCHOCK qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_VERFUEGCT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_WEITERVERLUFT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_STRUKTPROZ qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_AERZTLEIT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_BATSCHOCK qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ERWSCHOCKT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_FAKVERFPERS qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_NOTAUFN qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_OPABT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_PERSINTENSIV qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_APPAUSST qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_APPAUSSTOP qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_FAORGEINHEIT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANLFA qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_VERSORGPRAES qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_AUSSENDO qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_GERIKOMP qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ANFVOLLSTB qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_PHYSATEM qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPEINW qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPPERI qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPOPV qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPMED qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPBLUT qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPGERI qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_SOPPHYS qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_ERFMIND
Properties
content complex
Model
Children ABMELD, AENDMELD, AERZTLEIT, ANFTRAUMA, ANFVOLLSTA, ANFVOLLSTB, ANLFA, ANMELDEJ, ANMELDUEBERGANG, ANMELDVJ, APPAUSST, APPAUSSTOP, AUSSENDO, BATSCHOCK, ERFMIND, ERWSCHOCKT, FAKVERFPERS, FAORGEINHEIT, FAVERFUEGB, GERIKOMP, INTENBBEATM, INTENBETT, LFDCHL, MINFAA, MINFAIM, NOTAUFN, NOTFFORTB, NOTFPWEITERB, NOTFVERANT, NOTFZUSATZW, OPABT, PERSINTENSIV, PHYSATEM, SCHOCK, SOPBLUT, SOPEINW, SOPGERI, SOPMED, SOPOPV, SOPPERI, SOPPHYS, STICHTAG, STICHTAGAE, STRUKTPROZ, SYSBEHAND, VERFUEGCT, VERSORGPRAES, WEITERVERLUFT
Instance
<felder xmlns="urn:gba:sqg">
  <LFDCHL V="">{1,1}</LFDCHL>
  <ANMELDUEBERGANG V="">{1,1}</ANMELDUEBERGANG>
  <ANMELDEJ V="">{1,1}</ANMELDEJ>
  <AENDMELD V="">{1,1}</AENDMELD>
  <ABMELD V="">{1,1}</ABMELD>
  <ANMELDVJ V="">{1,1}</ANMELDVJ>
  <STICHTAG V="">{1,1}</STICHTAG>
  <STICHTAGAE V="">{1,1}</STICHTAGAE>
  <ANFTRAUMA V="">{1,1}</ANFTRAUMA>
  <MINFAA V="">{1,1}</MINFAA>
  <MINFAIM V="">{1,1}</MINFAIM>
  <ANFVOLLSTA V="">{1,1}</ANFVOLLSTA>
  <NOTFVERANT V="">{1,1}</NOTFVERANT>
  <NOTFZUSATZW V="">{1,1}</NOTFZUSATZW>
  <NOTFPWEITERB V="">{1,1}</NOTFPWEITERB>
  <NOTFFORTB V="">{1,1}</NOTFFORTB>
  <FAVERFUEGB V="">{1,1}</FAVERFUEGB>
  <INTENBETT V="">{1,1}</INTENBETT>
  <INTENBBEATM V="">{1,1}</INTENBBEATM>
  <SYSBEHAND V="">{1,1}</SYSBEHAND>
  <SCHOCK V="">{1,1}</SCHOCK>
  <VERFUEGCT V="">{1,1}</VERFUEGCT>
  <WEITERVERLUFT V="">{1,1}</WEITERVERLUFT>
  <STRUKTPROZ V="">{1,1}</STRUKTPROZ>
  <AERZTLEIT V="">{1,1}</AERZTLEIT>
  <BATSCHOCK V="">{1,1}</BATSCHOCK>
  <ERWSCHOCKT V="">{1,1}</ERWSCHOCKT>
  <FAKVERFPERS V="">{1,1}</FAKVERFPERS>
  <NOTAUFN V="">{1,1}</NOTAUFN>
  <OPABT V="">{1,1}</OPABT>
  <PERSINTENSIV V="">{1,1}</PERSINTENSIV>
  <APPAUSST V="">{1,1}</APPAUSST>
  <APPAUSSTOP V="">{1,1}</APPAUSSTOP>
  <FAORGEINHEIT V="">{1,1}</FAORGEINHEIT>
  <ANLFA V="">{1,1}</ANLFA>
  <VERSORGPRAES V="">{1,1}</VERSORGPRAES>
  <AUSSENDO V="">{1,1}</AUSSENDO>
  <GERIKOMP V="">{1,1}</GERIKOMP>
  <ANFVOLLSTB V="">{1,1}</ANFVOLLSTB>
  <PHYSATEM V="">{1,1}</PHYSATEM>
  <SOPEINW V="">{1,1}</SOPEINW>
  <SOPPERI V="">{1,1}</SOPPERI>
  <SOPOPV V="">{1,1}</SOPOPV>
  <SOPMED V="">{1,1}</SOPMED>
  <SOPBLUT V="">{1,1}</SOPBLUT>
  <SOPGERI V="">{1,1}</SOPGERI>
  <SOPPHYS V="">{1,1}</SOPPHYS>
  <ERFMIND V="">{1,1}</ERFMIND>
</felder>
Source
<xs:element name="felder">
  <xs:annotation>
    <xs:documentation>Exportfelder des Bogens</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="LFDCHL">
        <xs:annotation>
          <xs:documentation>BogenFeld: laufende Nummer der Checkliste</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:int">
                <xs:minInclusive value="1"/>
                <xs:maxInclusive value="999"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDUEBERGANG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderung nach § 12 Abs.4 Satz 2 QSFFx-RL (Übergangsregelung); Hat zwischen dem 15.11. und 31.12.2023 zu erfolgen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDEJ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderungen gemäß § 6 Abs. 1 Satz 2 QSFFx-RL; Hat bei erstmaliger, unterjähriger oder erneuter Leistungserbringung zwischen dem 01.01. und 31.12.2024 zu erfolgen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AENDMELD">
        <xs:annotation>
          <xs:documentation>BogenFeld: Meldung der Nicht- oder Wiedererfüllung von Mindestanforderungen gemäß § 6 Abs. 1 Satz 3 QSFFx-RL; Hinweis: Es ist bzw. sind jeweils nur die betroffene(n) Mindestanforderung(en) zu dokumentieren</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ABMELD">
        <xs:annotation>
          <xs:documentation>BogenFeld: Abmeldung vom Nachweisverfahren</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANMELDVJ">
        <xs:annotation>
          <xs:documentation>BogenFeld: Meldung nach § 6 Abs. 1 Satz 1 QSFFx-RL; Hat zwischen dem 15.11. und 31.12.2024 zu erfolgen</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STICHTAG">
        <xs:annotation>
          <xs:documentation>BogenFeld: Stichtag</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STICHTAGAE">
        <xs:annotation>
          <xs:documentation>BogenFeld: Datum des Eintretens der Nichterfüllung bzw. der Wiedererfüllung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="datum_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFTRAUMA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Anforderungen an ein überregionales Traumazentrum sind vollständig erfüllt; gemäß Weißbuch Schwerverletzten-Versorgung (siehe Anhang zu Anlage 3)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie oder&#13;Unfallchirurgie oder Allgemeine Chirurgie oder Orthopädie oder&#13;Orthopädie und Unfallchirurgie am Standort</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="MINFAIM">
        <xs:annotation>
          <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTA">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Anforderungen gemäß § 10 Abs. 2 QSFFx-RL (Ausnahmetatbestand) sind vollständig erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFVERANT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Es sind jeweils ein für die Notfallversorgung verantwortlicher Arzt und eine Pflegekraft benannt, die fachlich und organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFZUSATZW">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt verfügt über die Zusatzweiterbildung „Klinische Akut- und Notfallmedizin“</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFPWEITERB">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die für die Notfallversorgung benannte Pflegekraft verfügt über die Weiterbildung „Notfallpflege“</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTFFORTB">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt und die für die Notfallversorgung benannte Pflegekraft nehmen regelmäßig an fachspezifischen Fortbildungen für Notfallmedizin teil</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAVERFUEGB">
        <xs:annotation>
          <xs:documentation>BogenFeld: Es ist jeweils ein Facharzt im Gebiet Innere Medizin, Chirurgie und Anästhesie innerhalb von maximal 30 Minuten am Patienten verfügbar</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBETT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Intensivstation verfügt über mindestens sechs Intensivtherapiebetten</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="INTENBBEATM">
        <xs:annotation>
          <xs:documentation>BogenFeld: Mindestens drei Intensivtherapiebetten sind zur Versorgung beatmeter Patienten ausgestattet</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SYSBEHAND">
        <xs:annotation>
          <xs:documentation>BogenFeld: Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatienten zur Anwendung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SCHOCK">
        <xs:annotation>
          <xs:documentation>Es ist ein Schockraum verfügbar</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERFUEGCT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die 24-stündige Verfügbarkeit von Computertomographie ist sichergestellt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="WEITERVERLUFT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Es besteht die Möglichkeit der Weiterverlegung eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="STRUKTPROZ">
        <xs:annotation>
          <xs:documentation>BogenFeld: A - Strukturen und Prozesse:&#13;Erfüllung aller 12 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AERZTLEIT">
        <xs:annotation>
          <xs:documentation>BogenFeld: B - Personal - Ärztliche Leitungsebene:&#13;Erfüllung aller 2 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="BATSCHOCK">
        <xs:annotation>
          <xs:documentation>BogenFeld: B - Personal - Basisteam im Schockraum:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERWSCHOCKT">
        <xs:annotation>
          <xs:documentation>BogenFeld: B - Personal - Erweitertes Schockraumteam:&#13;Erfüllung aller 13 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAKVERFPERS">
        <xs:annotation>
          <xs:documentation>BogenFeld: B - Personal - Fakultativ verfügbares Personal:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="NOTAUFN">
        <xs:annotation>
          <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Notaufnahme:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="OPABT">
        <xs:annotation>
          <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Operationsabteilung:&#13;Erfüllung der Mindestanforderung gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PERSINTENSIV">
        <xs:annotation>
          <xs:documentation>BogenFeld: D - Personelle Ausstattung der Intensivstation:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSST">
        <xs:annotation>
          <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 18 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="APPAUSSTOP">
        <xs:annotation>
          <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="FAORGEINHEIT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Versorgung der Patienten erfolgt in einer ärztlich geleiteten Fachabteilung, die eine fachlich unabhängige, abgrenzbare und organisatorisch eigenständige Organisationseinheit am Standort des Krankenhauses ist</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANLFA">
        <xs:annotation>
          <xs:documentation>BogenFeld: 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</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="VERSORGPRAES">
        <xs:annotation>
          <xs:documentation>BogenFeld: 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</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="AUSSENDO">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Einrichtung und Ausstattung des Operationssaals lässt sowohl osteosynthetische als auch endoprothetische Versorgungen zu. Entsprechende Implantate und Instrumente stehen jederzeit zur Verfügung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="GERIKOMP">
        <xs:annotation>
          <xs:documentation>BogenFeld: Für Patienten mit positivem geriatrischen Screening ist täglich geriatrische Kompetenz für die perioperative Versorgung gewährleistet</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ANFVOLLSTB">
        <xs:annotation>
          <xs:documentation>BogenFeld: Die Anforderungen gemäß § 12 Abs. 1 QSFFx-RL (Übergangsregelung zur geriatrischen Versorgung) sind erfüllt</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="PHYSATEM">
        <xs:annotation>
          <xs:documentation>BogenFeld: Physiotherapie durch einen Physiotherapeuten/ eine Physiotherapeutin steht täglich für jeden Patienten zur Atemgymnastik und frühzeitigen Mobilisierung ab dem ersten postoperativen Tag zur Verfügung</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPEINW">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Besondere Situationen der Einwilligungsfähigkeit"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPERI">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Perioperative Planung: Priorisierung von Eingriffen, Planung von OP Kapazitäten, Planung von OP-Teams"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPOPV">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Operationsverfahren"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPMED">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Umgang mit gerinnungshemmender Medikation"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPBLUT">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Patientenorientiertes Blutmanagement (PBM)"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPGERI">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Orthogeriatrische Zusammenarbeit für Patienten mit positivem geriatrischen Screening"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="SOPPHYS">
        <xs:annotation>
          <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Physiotherapeutische Maßnahmen"</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="ERFMIND">
        <xs:annotation>
          <xs:documentation>BogenFeld: Erfüllung der Mindestanforderungen gemäß Checkliste</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="V" type="enum_jn_type" use="optional"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / LFDCHL
Annotations
BogenFeld: laufende Nummer der Checkliste
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_LFDCHL_V
Properties
content complex
Attributes
QName Type Use
V restriction of xs:int required
Source
<xs:element name="LFDCHL">
  <xs:annotation>
    <xs:documentation>BogenFeld: laufende Nummer der Checkliste</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="1"/>
          <xs:maxInclusive value="999"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANMELDUEBERGANG
Annotations
BogenFeld: Nachweis über die Erfüllung der Mindestanforderung nach § 12 Abs.4 Satz 2 QSFFx-RL (Übergangsregelung);
Hat zwischen dem 15.11. und 31.12.2023 zu erfolgen
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANMELDUEBERGANG_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDUEBERGANG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderung nach § 12 Abs.4 Satz 2 QSFFx-RL (Übergangsregelung); Hat zwischen dem 15.11. und 31.12.2023 zu erfolgen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANMELDEJ
Annotations
BogenFeld: Nachweis über die Erfüllung der Mindestanforderungen gemäß § 6 Abs. 1 Satz 2  QSFFx-RL;
Hat bei erstmaliger, unterjähriger oder erneuter  Leistungserbringung zwischen dem 01.01. und 31.12.2024 zu erfolgen
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANMELDEJ_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDEJ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderungen gemäß § 6 Abs. 1 Satz 2 QSFFx-RL; Hat bei erstmaliger, unterjähriger oder erneuter Leistungserbringung zwischen dem 01.01. und 31.12.2024 zu erfolgen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / AENDMELD
Annotations
BogenFeld: Meldung der Nicht- oder Wiedererfüllung von Mindestanforderungen gemäß § 6 Abs. 1 Satz 3 QSFFx-RL;
Hinweis: Es ist bzw. sind jeweils nur die betroffene(n) Mindestanforderung(en) zu dokumentieren
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_AENDMELD_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="AENDMELD">
  <xs:annotation>
    <xs:documentation>BogenFeld: Meldung der Nicht- oder Wiedererfüllung von Mindestanforderungen gemäß § 6 Abs. 1 Satz 3 QSFFx-RL; Hinweis: Es ist bzw. sind jeweils nur die betroffene(n) Mindestanforderung(en) zu dokumentieren</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ABMELD
Annotations
BogenFeld: Abmeldung vom Nachweisverfahren
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ABMELD_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ABMELD">
  <xs:annotation>
    <xs:documentation>BogenFeld: Abmeldung vom Nachweisverfahren</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANMELDVJ
Annotations
BogenFeld: Meldung nach § 6 Abs. 1 Satz 1 QSFFx-RL;
Hat zwischen dem 15.11. und 31.12.2024 zu erfolgen
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANMELDVJ_V
Properties
content complex
Attributes
QName Type Use
V enum_jleer_type optional
Source
<xs:element name="ANMELDVJ">
  <xs:annotation>
    <xs:documentation>BogenFeld: Meldung nach § 6 Abs. 1 Satz 1 QSFFx-RL; Hat zwischen dem 15.11. und 31.12.2024 zu erfolgen</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / STICHTAG
Annotations
BogenFeld: Stichtag
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_STICHTAG_V
Properties
content complex
Attributes
QName Type Use
V datum_type optional
Source
<xs:element name="STICHTAG">
  <xs:annotation>
    <xs:documentation>BogenFeld: Stichtag</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / STICHTAGAE
Annotations
BogenFeld: Datum des Eintretens der Nichterfüllung bzw. der Wiedererfüllung
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_STICHTAGAE_V
Properties
content complex
Attributes
QName Type Use
V datum_type optional
Source
<xs:element name="STICHTAGAE">
  <xs:annotation>
    <xs:documentation>BogenFeld: Datum des Eintretens der Nichterfüllung bzw. der Wiedererfüllung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="datum_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANFTRAUMA
Annotations
BogenFeld: Die Anforderungen an ein überregionales Traumazentrum sind vollständig erfüllt;
gemäß Weißbuch Schwerverletzten-Versorgung (siehe Anhang zu Anlage 3)
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANFTRAUMA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFTRAUMA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Anforderungen an ein überregionales Traumazentrum sind vollständig erfüllt; gemäß Weißbuch Schwerverletzten-Versorgung (siehe Anhang zu Anlage 3)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / MINFAA
Annotations
BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie oder
 Unfallchirurgie oder Allgemeine Chirurgie oder Orthopädie oder
 Orthopädie und Unfallchirurgie am Standort
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_MINFAA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINFAA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie oder&#13;Unfallchirurgie oder Allgemeine Chirurgie oder Orthopädie oder&#13;Orthopädie und Unfallchirurgie am Standort</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / MINFAIM
Annotations
BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_MINFAIM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="MINFAIM">
  <xs:annotation>
    <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANFVOLLSTA
Annotations
BogenFeld: Die Anforderungen gemäß § 10 Abs. 2 QSFFx-RL (Ausnahmetatbestand) sind vollständig erfüllt
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANFVOLLSTA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFVOLLSTA">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Anforderungen gemäß § 10 Abs. 2 QSFFx-RL (Ausnahmetatbestand) sind vollständig erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / NOTFVERANT
Annotations
BogenFeld: Es sind jeweils ein für die Notfallversorgung verantwortlicher 
Arzt und eine Pflegekraft benannt, die fachlich und 
organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_NOTFVERANT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFVERANT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Es sind jeweils ein für die Notfallversorgung verantwortlicher Arzt und eine Pflegekraft benannt, die fachlich und organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / NOTFZUSATZW
Annotations
BogenFeld: Der für die Notfallversorgung benannte Arzt verfügt über die Zusatzweiterbildung „Klinische Akut- und Notfallmedizin“
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_NOTFZUSATZW_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFZUSATZW">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt verfügt über die Zusatzweiterbildung „Klinische Akut- und Notfallmedizin“</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / NOTFPWEITERB
Annotations
BogenFeld: Die für die Notfallversorgung benannte Pflegekraft verfügt 
über die Weiterbildung „Notfallpflege“
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_NOTFPWEITERB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFPWEITERB">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die für die Notfallversorgung benannte Pflegekraft verfügt über die Weiterbildung „Notfallpflege“</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / NOTFFORTB
Annotations
BogenFeld: Der für die Notfallversorgung benannte Arzt und die für die Notfallversorgung benannte Pflegekraft nehmen regelmäßig an 
fachspezifischen Fortbildungen für Notfallmedizin teil
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_NOTFFORTB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTFFORTB">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt und die für die Notfallversorgung benannte Pflegekraft nehmen regelmäßig an fachspezifischen Fortbildungen für Notfallmedizin teil</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / FAVERFUEGB
Annotations
BogenFeld: Es ist jeweils ein Facharzt im Gebiet Innere Medizin,
Chirurgie und Anästhesie innerhalb von maximal 30 Minuten am Patienten verfügbar
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_FAVERFUEGB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAVERFUEGB">
  <xs:annotation>
    <xs:documentation>BogenFeld: Es ist jeweils ein Facharzt im Gebiet Innere Medizin, Chirurgie und Anästhesie innerhalb von maximal 30 Minuten am Patienten verfügbar</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / INTENBETT
Annotations
BogenFeld: Die Intensivstation verfügt über mindestens sechs Intensivtherapiebetten
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_INTENBETT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="INTENBETT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Intensivstation verfügt über mindestens sechs Intensivtherapiebetten</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / INTENBBEATM
Annotations
BogenFeld: Mindestens drei Intensivtherapiebetten sind zur Versorgung 
beatmeter Patienten ausgestattet
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_INTENBBEATM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="INTENBBEATM">
  <xs:annotation>
    <xs:documentation>BogenFeld: Mindestens drei Intensivtherapiebetten sind zur Versorgung beatmeter Patienten ausgestattet</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SYSBEHAND
Annotations
BogenFeld: Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatienten zur Anwendung
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SYSBEHAND_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SYSBEHAND">
  <xs:annotation>
    <xs:documentation>BogenFeld: Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatienten zur Anwendung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SCHOCK
Annotations
Es ist ein Schockraum verfügbar
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SCHOCK_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SCHOCK">
  <xs:annotation>
    <xs:documentation>Es ist ein Schockraum verfügbar</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / VERFUEGCT
Annotations
BogenFeld: Die 24-stündige Verfügbarkeit von Computertomographie ist sichergestellt
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_VERFUEGCT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="VERFUEGCT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die 24-stündige Verfügbarkeit von Computertomographie ist sichergestellt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / WEITERVERLUFT
Annotations
BogenFeld: Es besteht die Möglichkeit der Weiterverlegung eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_WEITERVERLUFT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="WEITERVERLUFT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Es besteht die Möglichkeit der Weiterverlegung eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / STRUKTPROZ
Annotations
BogenFeld: A - Strukturen und Prozesse:
 Erfüllung aller 12 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_STRUKTPROZ_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="STRUKTPROZ">
  <xs:annotation>
    <xs:documentation>BogenFeld: A - Strukturen und Prozesse:&#13;Erfüllung aller 12 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / AERZTLEIT
Annotations
BogenFeld: B - Personal - Ärztliche Leitungsebene: 
 Erfüllung aller 2 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_AERZTLEIT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="AERZTLEIT">
  <xs:annotation>
    <xs:documentation>BogenFeld: B - Personal - Ärztliche Leitungsebene:&#13;Erfüllung aller 2 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / BATSCHOCK
Annotations
BogenFeld: B - Personal - Basisteam im Schockraum:
 Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_BATSCHOCK_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="BATSCHOCK">
  <xs:annotation>
    <xs:documentation>BogenFeld: B - Personal - Basisteam im Schockraum:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ERWSCHOCKT
Annotations
BogenFeld: B - Personal - Erweitertes Schockraumteam:
 Erfüllung aller 13 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ERWSCHOCKT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ERWSCHOCKT">
  <xs:annotation>
    <xs:documentation>BogenFeld: B - Personal - Erweitertes Schockraumteam:&#13;Erfüllung aller 13 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / FAKVERFPERS
Annotations
BogenFeld: B - Personal - Fakultativ verfügbares Personal:
 Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_FAKVERFPERS_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAKVERFPERS">
  <xs:annotation>
    <xs:documentation>BogenFeld: B - Personal - Fakultativ verfügbares Personal:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / NOTAUFN
Annotations
BogenFeld: C - Räumliche Anforderungen - Notaufnahme:
 Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_NOTAUFN_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="NOTAUFN">
  <xs:annotation>
    <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Notaufnahme:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / OPABT
Annotations
BogenFeld: C - Räumliche Anforderungen - Operationsabteilung:
 Erfüllung der Mindestanforderung gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_OPABT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="OPABT">
  <xs:annotation>
    <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Operationsabteilung:&#13;Erfüllung der Mindestanforderung gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / PERSINTENSIV
Annotations
BogenFeld: D - Personelle Ausstattung der Intensivstation:
 Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_PERSINTENSIV_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="PERSINTENSIV">
  <xs:annotation>
    <xs:documentation>BogenFeld: D - Personelle Ausstattung der Intensivstation:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / APPAUSST
Annotations
BogenFeld: E - Ausstattung/apparative Ausstattung:
 Erfüllung aller 18 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_APPAUSST_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="APPAUSST">
  <xs:annotation>
    <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 18 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / APPAUSSTOP
Annotations
BogenFeld: E - Ausstattung/apparative Ausstattung:
 Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_APPAUSSTOP_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="APPAUSSTOP">
  <xs:annotation>
    <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / FAORGEINHEIT
Annotations
BogenFeld: Die Versorgung der Patienten erfolgt in einer ärztlich geleiteten Fachabteilung, die eine fachlich unabhängige, abgrenzbare und organisatorisch eigenständige Organisationseinheit am Standort des Krankenhauses ist
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_FAORGEINHEIT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="FAORGEINHEIT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Versorgung der Patienten erfolgt in einer ärztlich geleiteten Fachabteilung, die eine fachlich unabhängige, abgrenzbare und organisatorisch eigenständige Organisationseinheit am Standort des Krankenhauses ist</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANLFA
Annotations
BogenFeld: 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
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANLFA_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANLFA">
  <xs:annotation>
    <xs:documentation>BogenFeld: 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</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / VERSORGPRAES
Annotations
BogenFeld: 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
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_VERSORGPRAES_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="VERSORGPRAES">
  <xs:annotation>
    <xs:documentation>BogenFeld: 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</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / AUSSENDO
Annotations
BogenFeld: Die Einrichtung und Ausstattung des Operationssaals lässt 
sowohl osteosynthetische als auch endoprothetische 
Versorgungen zu. Entsprechende Implantate und Instrumente stehen jederzeit zur Verfügung
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_AUSSENDO_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="AUSSENDO">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Einrichtung und Ausstattung des Operationssaals lässt sowohl osteosynthetische als auch endoprothetische Versorgungen zu. Entsprechende Implantate und Instrumente stehen jederzeit zur Verfügung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / GERIKOMP
Annotations
BogenFeld: Für Patienten mit positivem geriatrischen Screening ist täglich 
geriatrische Kompetenz für die perioperative Versorgung gewährleistet
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_GERIKOMP_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="GERIKOMP">
  <xs:annotation>
    <xs:documentation>BogenFeld: Für Patienten mit positivem geriatrischen Screening ist täglich geriatrische Kompetenz für die perioperative Versorgung gewährleistet</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ANFVOLLSTB
Annotations
BogenFeld: Die Anforderungen gemäß § 12 Abs. 1 QSFFx-RL (Übergangsregelung zur geriatrischen Versorgung) sind erfüllt
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ANFVOLLSTB_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ANFVOLLSTB">
  <xs:annotation>
    <xs:documentation>BogenFeld: Die Anforderungen gemäß § 12 Abs. 1 QSFFx-RL (Übergangsregelung zur geriatrischen Versorgung) sind erfüllt</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / PHYSATEM
Annotations
BogenFeld: Physiotherapie durch einen Physiotherapeuten/ eine 
Physiotherapeutin steht täglich für jeden Patienten zur 
Atemgymnastik und frühzeitigen Mobilisierung ab dem ersten postoperativen Tag zur Verfügung
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_PHYSATEM_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="PHYSATEM">
  <xs:annotation>
    <xs:documentation>BogenFeld: Physiotherapie durch einen Physiotherapeuten/ eine Physiotherapeutin steht täglich für jeden Patienten zur Atemgymnastik und frühzeitigen Mobilisierung ab dem ersten postoperativen Tag zur Verfügung</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPEINW
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Besondere Situationen der Einwilligungsfähigkeit"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPEINW_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPEINW">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Besondere Situationen der Einwilligungsfähigkeit"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPPERI
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Perioperative 
Planung: Priorisierung von Eingriffen, Planung von OP Kapazitäten, Planung von OP-Teams"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPPERI_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPPERI">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Perioperative Planung: Priorisierung von Eingriffen, Planung von OP Kapazitäten, Planung von OP-Teams"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPOPV
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Operationsverfahren"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPOPV_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPOPV">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Operationsverfahren"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPMED
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Umgang mit gerinnungshemmender Medikation"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPMED_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPMED">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Umgang mit gerinnungshemmender Medikation"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPBLUT
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Patientenorientiertes Blutmanagement (PBM)"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPBLUT_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPBLUT">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Patientenorientiertes Blutmanagement (PBM)"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPGERI
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Orthogeriatrische Zusammenarbeit für Patienten mit positivem geriatrischen Screening"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPGERI_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPGERI">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Orthogeriatrische Zusammenarbeit für Patienten mit positivem geriatrischen Screening"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / SOPPHYS
Annotations
BogenFeld: Der Krankenhausstandort verfügt über die SOP "Physiotherapeutische Maßnahmen"
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_SOPPHYS_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="SOPPHYS">
  <xs:annotation>
    <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Physiotherapeutische Maßnahmen"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Element tds_cfnw_type / felder / ERFMIND
Annotations
BogenFeld: Erfüllung der Mindestanforderungen gemäß Checkliste
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_tds_cfnw_type_felder_tds_cfnw_type_tds_cfnw_type_felder_ERFMIND_V
Properties
content complex
Attributes
QName Type Use
V enum_jn_type optional
Source
<xs:element name="ERFMIND">
  <xs:annotation>
    <xs:documentation>BogenFeld: Erfüllung der Mindestanforderungen gemäß Checkliste</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="V" type="enum_jn_type" use="optional"/>
  </xs:complexType>
</xs:element>
Complex Type qs_data_fnw_type
Annotations
QSDOK.ExportModul.name: F_NW // QSDOK.ExportModul.bezeichnung: QSFFx-RL Nachweisverfahren
Diagram
Diagram qs_data_xsd.tmp#qs_data_type qs_data_fnw_type_xsd.tmp#qs_data_fnw_type_module qs_data_fnw_type_xsd.tmp#qs_data_fnw_type_B
Type extension of qs_data_type
Type hierarchy
Model
Children B
Attributes
QName Type Fixed Use
module enum_exportmodul_type F_NW required
Source
<xs:complexType name="qs_data_fnw_type">
  <xs:annotation>
    <xs:documentation>QSDOK.ExportModul.name: F_NW // QSDOK.ExportModul.bezeichnung: QSFFx-RL Nachweisverfahren</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="qs_data_type">
      <xs:sequence>
        <xs:element name="B" type="gr_bfnw_type">
          <xs:annotation>
            <xs:documentation>Bogen: Basis // Bogenzahl: 1</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="module" fixed="F_NW" type="enum_exportmodul_type" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type gr_bfnw_type
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_felder qs_data_fnw_type_xsd.tmp#tds_bfnw_type qs_data_fnw_type_xsd.tmp#gr_bfnw_type_bogen
Type extension of tds_bfnw_type
Type hierarchy
Used by
Model
Children bogen, felder
Source
<xs:complexType name="gr_bfnw_type">
  <xs:complexContent>
    <xs:extension base="tds_bfnw_type">
      <xs:sequence>
        <xs:element name="bogen">
          <xs:annotation>
            <xs:documentation>Kindbögen</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="C" type="tds_cfnw_type">
                <xs:annotation>
                  <xs:documentation>Bogen: Checkliste // Existenzbedingung: keine // Bogenzahl: +</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type tds_bfnw_type
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_bfnw_type_felder
Used by
Complex Type gr_bfnw_type
Model
Children felder
Source
<xs:complexType name="tds_bfnw_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="DokAbschlDat">
            <xs:annotation>
              <xs:documentation>ZusatzFeld: Dokumentationsabschlussdatum</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NAMEKH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Name der Einrichtung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:maxLength value="100"/>
                    <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
                    <!-- anything but newline + something not whitespace + anything but newline -->
                    <xs:pattern value=".*\S.*"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="standortIDops">
            <xs:annotation>
              <xs:documentation>ErsatzFeld: behandelnder Standort 6-stellig</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:pattern value="77\d{4}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="IKNRKH">
            <xs:annotation>
              <xs:documentation>BogenFeld: Institutionskennzeichen; IK-Nummer / Haupt-IK-Nummer des Standorts gemäß dem Standortverzeichnis nach § 293 Abs. 6 SGB V</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:string">
                    <xs:pattern value="[1-9][0-9]{8}"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type tds_cfnw_type
Diagram
Diagram qs_data_fnw_type_xsd.tmp#tds_cfnw_type_felder
Used by
Model
Children felder
Source
<xs:complexType name="tds_cfnw_type">
  <xs:sequence>
    <xs:element name="felder">
      <xs:annotation>
        <xs:documentation>Exportfelder des Bogens</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="LFDCHL">
            <xs:annotation>
              <xs:documentation>BogenFeld: laufende Nummer der Checkliste</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:int">
                    <xs:minInclusive value="1"/>
                    <xs:maxInclusive value="999"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDUEBERGANG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderung nach § 12 Abs.4 Satz 2 QSFFx-RL (Übergangsregelung); Hat zwischen dem 15.11. und 31.12.2023 zu erfolgen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDEJ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Nachweis über die Erfüllung der Mindestanforderungen gemäß § 6 Abs. 1 Satz 2 QSFFx-RL; Hat bei erstmaliger, unterjähriger oder erneuter Leistungserbringung zwischen dem 01.01. und 31.12.2024 zu erfolgen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AENDMELD">
            <xs:annotation>
              <xs:documentation>BogenFeld: Meldung der Nicht- oder Wiedererfüllung von Mindestanforderungen gemäß § 6 Abs. 1 Satz 3 QSFFx-RL; Hinweis: Es ist bzw. sind jeweils nur die betroffene(n) Mindestanforderung(en) zu dokumentieren</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ABMELD">
            <xs:annotation>
              <xs:documentation>BogenFeld: Abmeldung vom Nachweisverfahren</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANMELDVJ">
            <xs:annotation>
              <xs:documentation>BogenFeld: Meldung nach § 6 Abs. 1 Satz 1 QSFFx-RL; Hat zwischen dem 15.11. und 31.12.2024 zu erfolgen</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jleer_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STICHTAG">
            <xs:annotation>
              <xs:documentation>BogenFeld: Stichtag</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STICHTAGAE">
            <xs:annotation>
              <xs:documentation>BogenFeld: Datum des Eintretens der Nichterfüllung bzw. der Wiedererfüllung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="datum_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFTRAUMA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Anforderungen an ein überregionales Traumazentrum sind vollständig erfüllt; gemäß Weißbuch Schwerverletzten-Versorgung (siehe Anhang zu Anlage 3)</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Chirurgie oder&#13;Unfallchirurgie oder Allgemeine Chirurgie oder Orthopädie oder&#13;Orthopädie und Unfallchirurgie am Standort</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="MINFAIM">
            <xs:annotation>
              <xs:documentation>BogenFeld: Das Krankenhaus verfügt mindestens über die Fachabteilung Innere Medizin am Standort</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTA">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Anforderungen gemäß § 10 Abs. 2 QSFFx-RL (Ausnahmetatbestand) sind vollständig erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFVERANT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Es sind jeweils ein für die Notfallversorgung verantwortlicher Arzt und eine Pflegekraft benannt, die fachlich und organisatorisch eindeutig der Versorgung von Notfällen zugeordnet und im Bedarfsfall verfügbar sind</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFZUSATZW">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt verfügt über die Zusatzweiterbildung „Klinische Akut- und Notfallmedizin“</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFPWEITERB">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die für die Notfallversorgung benannte Pflegekraft verfügt über die Weiterbildung „Notfallpflege“</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTFFORTB">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der für die Notfallversorgung benannte Arzt und die für die Notfallversorgung benannte Pflegekraft nehmen regelmäßig an fachspezifischen Fortbildungen für Notfallmedizin teil</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAVERFUEGB">
            <xs:annotation>
              <xs:documentation>BogenFeld: Es ist jeweils ein Facharzt im Gebiet Innere Medizin, Chirurgie und Anästhesie innerhalb von maximal 30 Minuten am Patienten verfügbar</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBETT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Intensivstation verfügt über mindestens sechs Intensivtherapiebetten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="INTENBBEATM">
            <xs:annotation>
              <xs:documentation>BogenFeld: Mindestens drei Intensivtherapiebetten sind zur Versorgung beatmeter Patienten ausgestattet</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SYSBEHAND">
            <xs:annotation>
              <xs:documentation>BogenFeld: Es kommt ein strukturiertes und validiertes System zur Behandlungspriorisierung bei der Erstaufnahme von Notfallpatienten zur Anwendung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SCHOCK">
            <xs:annotation>
              <xs:documentation>Es ist ein Schockraum verfügbar</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERFUEGCT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die 24-stündige Verfügbarkeit von Computertomographie ist sichergestellt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="WEITERVERLUFT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Es besteht die Möglichkeit der Weiterverlegung eines Notfallpatienten auf dem Luftweg in ein Krankenhaus der Basisnotfallversorgung oder einer höheren Stufe</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="STRUKTPROZ">
            <xs:annotation>
              <xs:documentation>BogenFeld: A - Strukturen und Prozesse:&#13;Erfüllung aller 12 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AERZTLEIT">
            <xs:annotation>
              <xs:documentation>BogenFeld: B - Personal - Ärztliche Leitungsebene:&#13;Erfüllung aller 2 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="BATSCHOCK">
            <xs:annotation>
              <xs:documentation>BogenFeld: B - Personal - Basisteam im Schockraum:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERWSCHOCKT">
            <xs:annotation>
              <xs:documentation>BogenFeld: B - Personal - Erweitertes Schockraumteam:&#13;Erfüllung aller 13 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAKVERFPERS">
            <xs:annotation>
              <xs:documentation>BogenFeld: B - Personal - Fakultativ verfügbares Personal:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="NOTAUFN">
            <xs:annotation>
              <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Notaufnahme:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="OPABT">
            <xs:annotation>
              <xs:documentation>BogenFeld: C - Räumliche Anforderungen - Operationsabteilung:&#13;Erfüllung der Mindestanforderung gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PERSINTENSIV">
            <xs:annotation>
              <xs:documentation>BogenFeld: D - Personelle Ausstattung der Intensivstation:&#13;Erfüllung aller 8 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSST">
            <xs:annotation>
              <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 18 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="APPAUSSTOP">
            <xs:annotation>
              <xs:documentation>BogenFeld: E - Ausstattung/apparative Ausstattung:&#13;Erfüllung aller 3 Mindestanforderungen gemäß dem Anhang zu Anlage 3</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="FAORGEINHEIT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Versorgung der Patienten erfolgt in einer ärztlich geleiteten Fachabteilung, die eine fachlich unabhängige, abgrenzbare und organisatorisch eigenständige Organisationseinheit am Standort des Krankenhauses ist</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANLFA">
            <xs:annotation>
              <xs:documentation>BogenFeld: 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</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="VERSORGPRAES">
            <xs:annotation>
              <xs:documentation>BogenFeld: 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</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="AUSSENDO">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Einrichtung und Ausstattung des Operationssaals lässt sowohl osteosynthetische als auch endoprothetische Versorgungen zu. Entsprechende Implantate und Instrumente stehen jederzeit zur Verfügung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="GERIKOMP">
            <xs:annotation>
              <xs:documentation>BogenFeld: Für Patienten mit positivem geriatrischen Screening ist täglich geriatrische Kompetenz für die perioperative Versorgung gewährleistet</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ANFVOLLSTB">
            <xs:annotation>
              <xs:documentation>BogenFeld: Die Anforderungen gemäß § 12 Abs. 1 QSFFx-RL (Übergangsregelung zur geriatrischen Versorgung) sind erfüllt</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="PHYSATEM">
            <xs:annotation>
              <xs:documentation>BogenFeld: Physiotherapie durch einen Physiotherapeuten/ eine Physiotherapeutin steht täglich für jeden Patienten zur Atemgymnastik und frühzeitigen Mobilisierung ab dem ersten postoperativen Tag zur Verfügung</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPEINW">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Besondere Situationen der Einwilligungsfähigkeit"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPERI">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Perioperative Planung: Priorisierung von Eingriffen, Planung von OP Kapazitäten, Planung von OP-Teams"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPOPV">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Operationsverfahren"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPMED">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Umgang mit gerinnungshemmender Medikation"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPBLUT">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Patientenorientiertes Blutmanagement (PBM)"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPGERI">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Orthogeriatrische Zusammenarbeit für Patienten mit positivem geriatrischen Screening"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="SOPPHYS">
            <xs:annotation>
              <xs:documentation>BogenFeld: Der Krankenhausstandort verfügt über die SOP "Physiotherapeutische Maßnahmen"</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="ERFMIND">
            <xs:annotation>
              <xs:documentation>BogenFeld: Erfüllung der Mindestanforderungen gemäß Checkliste</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:attribute name="V" type="enum_jn_type" use="optional"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute tds_bfnw_type / felder / DokAbschlDat / @V
Type datum_type
Properties
use required
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="required"/>
Attribute tds_bfnw_type / felder / NAMEKH / @V
Type restriction of xs:string
Properties
use required
Facets
maxLength 100
pattern .*\S.*
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="100"/>
      <!-- xs:pattern UND use="required" ersetzen Prüfung 62: Ist der Wert (Attribut V) eines Pflichtfelds angegeben? -->
      <!-- anything but newline + something not whitespace + anything but newline -->
      <xs:pattern value=".*\S.*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_bfnw_type / felder / standortIDops / @V
Type restriction of xs:string
Properties
use required
Facets
pattern 77\d{4}
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="77\d{4}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_bfnw_type / felder / IKNRKH / @V
Type restriction of xs:string
Properties
use required
Facets
pattern [1-9][0-9]{8}
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[1-9][0-9]{8}"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfnw_type / felder / LFDCHL / @V
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 999
minInclusive 1
Used by
Source
<xs:attribute name="V" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="1"/>
      <xs:maxInclusive value="999"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tds_cfnw_type / felder / ANMELDUEBERGANG / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANMELDEJ / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfnw_type / felder / AENDMELD / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfnw_type / felder / ABMELD / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANMELDVJ / @V
Type enum_jleer_type
Properties
use optional
Facets
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jleer_type" use="optional"/>
Attribute tds_cfnw_type / felder / STICHTAG / @V
Type datum_type
Properties
use optional
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="optional"/>
Attribute tds_cfnw_type / felder / STICHTAGAE / @V
Type datum_type
Properties
use optional
Facets
pattern ((((31\.(0[13578]|1[02]))\.|((29|30)\.(0[13-9]|1[0-2])\.))((19|20)\d{2}))|((29\.02\.(((19|20)(0[48]|[2468][048]|[13579][26])|(2000)))))|((0[1-9]|1\d|2[0-8])\.((0[1-9])|(1[0-2]))\.((19|20)\d{2})))
Used by
Source
<xs:attribute name="V" type="datum_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANFTRAUMA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / MINFAA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / MINFAIM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANFVOLLSTA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / NOTFVERANT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / NOTFZUSATZW / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / NOTFPWEITERB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / NOTFFORTB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / FAVERFUEGB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / INTENBETT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / INTENBBEATM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SYSBEHAND / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SCHOCK / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / VERFUEGCT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / WEITERVERLUFT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / STRUKTPROZ / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / AERZTLEIT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / BATSCHOCK / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / ERWSCHOCKT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / FAKVERFPERS / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / NOTAUFN / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / OPABT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / PERSINTENSIV / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / APPAUSST / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / APPAUSSTOP / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / FAORGEINHEIT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANLFA / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / VERSORGPRAES / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / AUSSENDO / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / GERIKOMP / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / ANFVOLLSTB / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / PHYSATEM / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPEINW / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPPERI / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPOPV / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPMED / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPBLUT / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPGERI / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / SOPPHYS / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute tds_cfnw_type / felder / ERFMIND / @V
Type enum_jn_type
Properties
use optional
Facets
enumeration 0
nein
enumeration 1
ja
Used by
Source
<xs:attribute name="V" type="enum_jn_type" use="optional"/>
Attribute qs_data_fnw_type / @module
Type enum_exportmodul_type
Type hierarchy
Properties
use required
fixed F_NW
Facets
enumeration F_NW
QSFFx-RL Nachweisverfahren
Used by
Complex Type qs_data_fnw_type
Source
<xs:attribute name="module" fixed="F_NW" type="enum_exportmodul_type" use="required"/>