{# # 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 . #/ /## # LAP > monographie sur base Thériaque : fiche annexe EI (hors surdosage) # # @author Bertrand Boutillier #}

{{ page.speData.sp_nom|trim('§') }}
{{ page.speData.sp_nomlong }}

{% set dataFiche = page.ficheEi.effind %}

Effets indésirables à dose thérapeutique

{{ page.ficheEi.effind.12[0].libind }}

{% if page.ficheEi.effindg is not empty %} {% endif %} {% if dataFiche.8 is not empty %} {% endif %} {% if dataFiche.9 is not empty %} {% endif %} {% if dataFiche.7 is not empty %} {% endif %} {% if dataFiche.12 is not empty %} {% endif %} {% if dataFiche.10 is not empty %} {% endif %} {% if dataFiche.4 is not empty %} {% endif %} {% if dataFiche.1 is not empty %} {% endif %} {% if dataFiche.2 is not empty %} {% endif %} {% if dataFiche.3 is not empty %} {% endif %} {% if dataFiche.5 is not empty %} {% endif %} {% if dataFiche.11 is not empty %} {% endif %} {% if dataFiche.14 is not empty %} {% endif %} {% if dataFiche.13 is not empty %} {% endif %} {% if dataFiche.15 is not empty %} {% endif %} {% if page.ficheEi.refEffind is not empty %} {% endif %}
Type d'effet
    {% for data in page.ficheEi.effindg %} {% if data.effet_specialite_classe == 1 %}
  • Effet classe
  • {% elseif data.effet_specialite_classe == 2 %}
  • Effet spécialité
  • {% elseif data.effet_specialite_classe == 3 %}
  • Effet excipient
  • {% endif %} {% endfor %}
Nature(s) des EI cliniques
    {% for data in dataFiche.8 %}
  • {{ data.libind }}
  • {% endfor %}
Nature(s) des EI paracliniques
    {% for data in dataFiche.9 %}
  • {{ data.libind }}
  • {% endfor %}
Classe pharmacologique
    {% for data in dataFiche.7 %}
  • {{ data.libind }}
  • {% endfor %}
Organe cible
    {% for data in dataFiche.12 %}
  • {{ data.libind }}
  • {% endfor %}
Degré(s) de sévérité
    {% for data in dataFiche.10 %}
  • {{ data.libind }}
  • {% endfor %}
Fréquence
    {% for data in dataFiche.4 %}
  • {{ data.libind }}
  • {% endfor %}
Terrain favorisant
    {% for data in dataFiche.1 %}
  • {{ data.libind }}
  • {% endfor %}
Autre(s) circonstance(s) favorisante(s)
    {% for data in dataFiche.2 %}
  • {{ data.libind|nl2br }}
  • {% endfor %}
Moment(s) de survenue
    {% for data in dataFiche.3 %}
  • {{ data.libind }}
  • {% endfor %}
    {% for data in dataFiche.5 %}
  • {{ data.libind|nl2br }}
  • {% endfor %}
Conduite à tenir
    {% for data in dataFiche.11 %}
  • {{ data.libind }}
  • {% endfor %}
    {% for data in dataFiche.14 %}
  • {{ data.libind|nl2br }}
  • {% endfor %}
Commentaires RCP
    {% for data in dataFiche.13 %}
  • {{ data.libind|nl2br }}
  • {% endfor %}
Commentaires Thériaque
    {% for data in dataFiche.15 %}
  • {{ data.libind|nl2br }}
  • {% endfor %}
Référence(s) officielle(s)
    {% for data in page.ficheEi.refEffind %}
  • {{ data.refoff }} {{ data.datref }}
  • {% endfor %}