Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create data structure for required documentation of data transfers #43

Open
westnordost opened this issue Jul 16, 2021 · 0 comments
Open

Comments

@westnordost
Copy link
Contributor

On page 6 of Anhang 3 Datenübermittlungsarten zur Regelung der Datenübermittlung nach § 105 Abs. 2 SGB XI Technische Anlage (Anlage 1) we read the following:

Über den Datenaustausch ist eine Dokumentation zu führen. Die Dokumentation ist mindestens 2 Jahre aufzubewahren.

Die Dokumentation muss die folgenden Mindestinhalte umfassen:
•Inhalt der Datenlieferung (Transferdateiname)
•Erstellungsdatum der Datei
•Lfd. Nummer der Datenübermittlung
•Eindeutige Bezeichnung der Kommunikationspartner
•Datum der Datenübermittlung
•Dateigröße
•Verarbeitungshinweise
•Senden/empfangen•Verarbeitungskennzeichen (fehlerfrei/fehlerhaft)
•Wenn fehlerhaft: Fehlerstatus aus Übertragungsprogramm

There must be a documentation of what data had been transmitted. This library should make it easy to gather the required information from a successful or failed attempt to transmit the data so that a user of this library can easily put this data in whatever persistence he likes.
One solution might be that the function with which the data is sent will already return the data in exactly this form, or there is some function that accepts the to-be-sent data plus the response of the Datenannahmestelle as a parameter and returns this data structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant