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

Conditions de prescription et de délivrance :

{% if page.administratif.presdel is not empty %}
Réserve hospitalière {{ page.administratif.presdel.rh }}
Prescription hospitalière {{ page.administratif.presdel.ph }}
Prescription initiale hospitalière {{ page.administratif.presdel.puh }}
Surveillance particulière {{ page.administratif.presdel.sp }}
Prescription spécialiste {{ page.administratif.presdel.ps }}
Facturation hors GHS {{ page.administratif.presdel.t2a }}
Médicament orphelin {{ page.administratif.presdel.orphelin }}
Médicament orphelin avec centre de référence {{ page.administratif.presdel.orph_cref }}
Prescription par sage-femme {{ page.administratif.presdel.sage_f }}
Renouvellement par IDE {{ page.administratif.presdel.r_ide }}
Prescription par pédicure {{ page.administratif.presdel.podo }}
Autorisation temporaire d’utilisation {{ page.administratif.presdel.atu }}
Préparation hospitalière {{ page.administratif.presdel.prep_h }}
{% endif %}

{{ page.administratif.produit.sp_cdt_prescr_texte|nl2br }}

Autres données :

Code UCD13 {{ page.administratif.produit.sp_cipucd13 }}
Code UCD7 {{ page.administratif.produit.sp_cipucd }}
Code Identifiant spécialité {{ page.administratif.produit.sp_nl }}
Laboratoire(s) titulaire(s) AMM
    {% for laboTit in page.administratif.labSpe1 %}
  • {{ laboTit.nomlab }} ({{ laboTit.refof }} {% if laboTit.dateref|length > 10 %}{{ laboTit.dateref|date("d/m/Y") }}{% else %}{{ laboTit.dateref }}{% endif %})
  • {% endfor %}
Laboratoire(s) exploitant(s)
    {% for laboE in page.administratif.labSpe2 %}
  • {{ laboE.nomlab }} ({{ laboE.refof }} {% if laboE.dateref|length > 10 %}{{ laboE.dateref|date("d/m/Y") }}{% else %}{{ laboE.dateref }}{% endif %})
  • {% endfor %}