Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema software.xsd
Properties
attribute form default unqualified
element form default qualified
Element software_type / vendor
Annotations
Softwareanbieter der vom Leistungserbringer verwendeten Dokumentationssoftware
Diagram
Diagram admin_datatypes_xsd.tmp#organisation_type_without_docu_name admin_datatypes_xsd.tmp#organisation_type_without_docu_email admin_datatypes_xsd.tmp#organisation_type_without_docu_fax admin_datatypes_xsd.tmp#organisation_type_without_docu_phone admin_datatypes_xsd.tmp#organisation_type_without_docu_address admin_datatypes_xsd.tmp#organisation_type_without_docu_function admin_datatypes_xsd.tmp#organisation_type_without_docu_registration admin_datatypes_xsd.tmp#organisation_type_without_docu admin_datatypes_xsd.tmp#organisation_type_software_vendor_name admin_datatypes_xsd.tmp#organisation_type_software_vendor_email admin_datatypes_xsd.tmp#organisation_type_software_vendor_fax admin_datatypes_xsd.tmp#organisation_type_software_vendor_phone admin_datatypes_xsd.tmp#organisation_type_software_vendor_address admin_datatypes_xsd.tmp#organisation_type_software_vendor_function admin_datatypes_xsd.tmp#organisation_type_software_vendor_registration admin_datatypes_xsd.tmp#organisation_type_software_vendor
Type organisation_type_software_vendor
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
address xoev-lc:String.Latin optional
email emailAddress_type optional
fax xoev-lc:String.Latin optional
function enum_organisation_type required
Rolle im Datenfluss, bspw. Leistungserbringer oder Softwareanbieter
name xoev-lc:String.Latin required
phone xoev-lc:String.Latin optional
registration registration_type required
Dem Attribut registration muss die vom IQTIG vergebene Registriernummer für die eingesetzte QS-Software zugewiesen werden. Softwareanbieter können diese Registriernummer über verfahrenssupport@iqtig.org beantragen.
Source
<xs:element name="vendor" type="organisation_type_software_vendor" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Softwareanbieter der vom Leistungserbringer verwendeten Dokumentationssoftware</xs:documentation>
  </xs:annotation>
</xs:element>
Element software_type / name
Annotations
Name der vom Leistungserbringer verwendeten Software
Diagram
Diagram admin_datatypes_xsd.tmp#softwareName_type_V admin_datatypes_xsd.tmp#softwareName_type
Type softwareName_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
V xoev-lc:String.Latin required
Source
<xs:element name="name" type="softwareName_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Name der vom Leistungserbringer verwendeten Software</xs:documentation>
  </xs:annotation>
</xs:element>
Element software_type / version
Annotations
Version der vom Leistungserbringer verwendeten Software
Diagram
Diagram admin_datatypes_xsd.tmp#softwareVersion_type_V admin_datatypes_xsd.tmp#softwareVersion_type
Type softwareVersion_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
V restriction of xoev-lc:String.Latin required
Source
<xs:element name="version" type="softwareVersion_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Version der vom Leistungserbringer verwendeten Software</xs:documentation>
  </xs:annotation>
</xs:element>
Element software_type / specification
Annotations
Version der Spezifikation, nach der die Software die Exportdatei generiert hat
Diagram
Diagram admin_datatypes_xsd.tmp#specification_type_V admin_datatypes_xsd.tmp#specification_type
Type specification_type
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use Annotation
V enum_spez_type required
Hier muss die Spezifikation (Attribut/Spalte Name aus Tabelle Version in der Access DB QSDOK) eingetragen werden, nach der die Software die Exportdatei generiert hat.
					
@Datenanahmestelle:
Die Datenprüfung selbst erfolgt nicht nach der übermittelten Spezifikation, sondern nach der höchsten Version für das Erfassungsjahr.
					
Gibt es bspw. die Spezifikationsversionen: 
2023 QSFFx V01 (veröffentlicht im Juni 2022) mit 2023_DPP_V01
2023 QSFFx V02 (veröffentlicht im Dez 2022) mit 2023_DPP_V02
2023 QSFFx V03 (veröffentlicht im Feb 2023) mit 2023_DPP_V03
					
so ist "2023 QSFFx V01", "2023 QSFFx V02" und "2023 QSFFx V03" jeweils ein valider Wert im Attribut //document/software/specification/@V für das Erfassungsjahr 2023. Die Exportdatei selbst muss aber valide nach 2023_DPP_V03 sein. Die Datenannahmestellen prüfen die Exportdatei mit dem Datenprüfprogramm in Version 2023_DPP_V03.
Source
<xs:element name="specification" type="specification_type" minOccurs="1" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Version der Spezifikation, nach der die Software die Exportdatei generiert hat</xs:documentation>
  </xs:annotation>
</xs:element>
Element software_type / information_system
Annotations
Sammelelelement für KIS- bzw. AIS-Produktbezeichnung und -Hersteller
Diagram
Diagram admin_datatypes_xsd.tmp#information_system_type_vendor admin_datatypes_xsd.tmp#information_system_type_name admin_datatypes_xsd.tmp#information_system_type
Type information_system_type
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children name, vendor
Instance
<information_system xmlns="urn:gba:sqg">
  <vendor V="">{1,1}</vendor>
  <name V="">{1,1}</name>
</information_system>
Source
<xs:element name="information_system" type="information_system_type" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Sammelelelement für KIS- bzw. AIS-Produktbezeichnung und -Hersteller</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type software_type
Diagram
Diagram software_xsd.tmp#software_type_vendor software_xsd.tmp#software_type_name software_xsd.tmp#software_type_version software_xsd.tmp#software_type_specification software_xsd.tmp#software_type_information_system
Used by
Model
Children information_system, name, specification, vendor, version
Source
<xs:complexType name="software_type">
  <xs:sequence>
    <xs:element name="vendor" type="organisation_type_software_vendor" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Softwareanbieter der vom Leistungserbringer verwendeten Dokumentationssoftware</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="name" type="softwareName_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Name der vom Leistungserbringer verwendeten Software</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="version" type="softwareVersion_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Version der vom Leistungserbringer verwendeten Software</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="specification" type="specification_type" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Version der Spezifikation, nach der die Software die Exportdatei generiert hat</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="information_system" type="information_system_type" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Sammelelelement für KIS- bzw. AIS-Produktbezeichnung und -Hersteller</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>