 
          
                Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
                0.1.0 - ci-build
              
Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Akteur | |
|---|---|
| KH (Krankenhaus) | ✅ | 
| LGF (Landesgesundheitsfonds) | ✅ | 
| SV (Sozialversicherung) | ✅ | 
| Bund | ✅ | 
| Behandlungsart | |
|---|---|
| Ambulant | ❌ | 
| Stationär | ✅ | 
Der Patient wird entlassen und es ist bereits die codierte ICD-10 Hauptdiagnose bekannt. In diesem Fall wird wie bei Susi Sonnenschein in Anwendungsfall 1 der Patient entlassen und die Diagnose direkt bei $entlassen mit eingefügt.
Der Encounter.status wird sofort auf "completed" gesetzt (ohne Zwischenschritt mit discharged).
 ---
    config:
      theme: 'base'
      themeVariables:
        primaryColor: '#dbdbdb'         
        actorBorder: '#666'
        noteBkgColor: '#f4f4f4'
        noteBorderColor: '#555'
    ---
    sequenceDiagram
    autonumber
    box rgb(245, 229, 153)
    actor KH as KH (Herz Jesu Krankenhaus)
    end
    box rgb(197, 247, 186)
    participant MP as Moped
    end
    box rgb(186, 196, 247)
    actor SV as SV (ÖGK Wien)
    end
    box rgb(247, 208, 186)
    actor LGF as LGF (Landesgesundheitsfonds Wien)
    end
    box rgb(252, 179, 179) 
    actor Bund as Bund 
    end
    KH->>MP: $entlassen
    Note over KH: Patient wird entlassen und im gleichen Aufruf
 die Hauptdiagnose mitgeliefert
| Akteur | |
|---|---|
| KH (Krankenhaus) | ✅ | 
| LGF (Landesgesundheitsfonds) | ✅ | 
| SV (Sozialversicherung) | ✅ | 
| Bund | ✅ | 
| Behandlungsart | |
|---|---|
| Ambulant | ❌ | 
| Stationär | ✅ | 
Patient wird aus stationärem Aufenthalt entlassen, jedoch wird die ICD-10-Hauptdiagnose noch nicht dokumentiert, da die medizinische Dokumentation noch nicht abgeschlossen ist.
Die Dokumentation der codierten Hauptdiagnose erfolgt Tage/Wochen nach der Entlassung des Patienten.
Pathologischer Befund bzw. Laborergebnisse liegen erst einige Zeit nach der Entlassung des Patienten vor (Gewebeprobe wird analysiert und entscheidet über die endgültige Diagnose)
Abgerechnet kann erst werden, wenn die Hauptdiagnose vorhanden ist, und somit der Encounter.status auf "completed" gesetzt wurde.
---
    config:
      theme: 'base'
      themeVariables:
        primaryColor: '#dbdbdb'         
        actorBorder: '#666'
        noteBkgColor: '#f4f4f4'
        noteBorderColor: '#555'
    ---
    sequenceDiagram
    autonumber
    box rgb(245, 245, 188)
    actor KH as KH (Herz Jesu Krankenhaus)
    end
    box rgb(197, 247, 186)
    participant MP as Moped
    end
    box rgb(186, 196, 247)
    actor SV as SV (ÖGK Wien)
    end
    box rgb(247, 208, 186)
    actor LGF as LGF (Landesgesundheitsfonds Wien)
    end
    box rgb(252, 179, 179) 
    actor Bund as Bund 
    end
    KH->>MP: $aufnehmen
    Note over KH: Patient:in wird aufgenommen
(Encounter status: in-progress)
    KH->>MP: $update
    Note over KH: Encounter-Status auf "discharged" gesetzt
(noch ohne Hauptdiagnose aka "Entlassungs-Aviso")
    KH->>MP: $update 
    Note over KH: Hauptdiagnose „Herzinsuffizienz“ ergänzt
    KH->>MP: $entlassen
    Note over KH: Encounter-Status final auf "completed" gesetzt