{# # 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 > classifications # # @author Bertrand Boutillier #}

Classe(s) pharmacothérapeutique(s) :

    {% for cphSpe in page.classifications.cphSpe %}
  • {{ cphSpe.libcph }}
  • {% endfor %}

Classe(s) ATC (d'après l'OMS) :

    {% for atc in page.classifications.atc %}
  • {{ atc.libelle }} : {{ atc.code }}
  • {% endfor %}
{% if page.classifications.ddd is not empty %}

Dose journalière usuelle DDD (source Thériaque d'après l'OMS) :

    {% for ddd in page.classifications.ddd %}
  • Voie : {{ ddd.nomvoie }} - {{ ddd.dosage }} {{ ddd.nomunite }}
  • {% endfor %}
{% endif %}

Classe(s) EphMRA (d'après le CLub Inerpharmaceutique) :

    {% for ephmra in page.classifications.ephmra %}
  • {{ ephmra.libelle }} : {{ ephmra.code }}
  • {% endfor %}