{# # This file is part of MedShakeEHR. # # Copyright (c) 2017 # Bertrand Boutillier # http://www.medshake.net # # MedShakeEHR is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # MedShakeEHR is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with MedShakeEHR. If not, see . #/ /## # Template > patient : details sur un règlement pour l'historique # # @author Bertrand Boutillier # @contrib fr33z00 #}
Facturation
{% if page.acteFacture.label is not empty %} {% endif %} {% if page.typeFormHonoraires != 'baseReglementLibre' %} {% else %} {% endif %} {% if page.datareg.regleCheque. value > 0 %} {% endif %} {% if page.datareg.regleCB. value > 0 %} {% endif %} {% if page.datareg.regleEspeces. value > 0 %} {% endif %} {% if page.datareg.regleTiersPayeur. value > 0 %} {% endif %}
{{ page.acteFacture.label }}
Tarif SS {{ page.datareg.regleTarifSSCejour.value }}€
Dépassement {{ page.datareg.regleDepaCejour.value }}€
Tarif {{ page.datareg.regleTarifLibreCejour.value }}€
Modulation {{ page.datareg.regleModulCejour.value }}€
Facturé ce jour {{ page.datareg.regleFacture.value }}€
Chèque {{ page.datareg.regleCheque.value }}€
CB {{ page.datareg.regleCB.value }}€
Espèces {{ page.datareg.regleEspeces.value }}€
Tiers (CMU ou TP) {{ page.datareg.regleTiersPayeur.value }}€
{% if page.dataregFse %}
Données validées pour la FSE ({{ config.vitaleService }})
{% if page.dataregFse.actesKO is not empty %} {% endif %}
{{ page.dataregFse.actesOK|join(' + ') }}
Actes ignorés {{ page.dataregFse.actesKO|join(' + ') }}
Montant total de la facture {{ page.dataregFse.montant_total_facture }} €
Part assuré {{ page.dataregFse.montant_part_assure }} €
Montant remboursé AMO {{ page.dataregFse.montant_remb_amo }} € - {% if page.dataregFse.is_tp_amo is empty %}pas de TP{% else %}TP{% endif %}
Montant remboursé AMC {{ page.dataregFse.montant_remb_amc }} € - {% if page.dataregFse.is_tp_amc is empty %}pas de TP{% else %}TP{% endif %}
{% endif %}