{% load dossiers %}

{{ object.last_name }} {{ object.first_name }} - Dossier {{ object.id }}

Général

{% if future_state %}

État à venir du dossier: {{ current_state.status.name.lower }} à partir du {{ current_state.date_selected|date:"d/m/Y" }}

{% else %}

État courant du dossier: {{ current_state.status.name.lower }} depuis le {{ current_state.date_selected|date:"d/m/Y" }}

{% endif %} {% if object.pause_comment %}


{{ object.pause_comment }}

{% endif %}

Fiche administrative

Inscription

Sortie

Famille

Transport

Suivi du patient

Mesures de protection

Adresses/contacts

{% if object.policyholder.contact_comment %}

{{ object.policyholder.contact_comment }}

{% endif %}
{% for contact in object.contacts.all %} {% if not contact.addresses.all %} {% endif %} {% endfor %}

Patient{% if object.policyholder.id == object.id %}(Assuré){% endif %}

{% include "dossiers/patientrecord_tab3_contact.html" with contact=object %}

{% if contact.gender == 1 %}M.{% elif contact.gender == 2 %}Mme{% endif %} {{ contact.first_name }} {{ contact.last_name }}{% if object.policyholder.id == contact.id %}(Assuré){% endif %} {% if contact.id == object.id %} (PATIENT){% endif %}

{% include "dossiers/patientrecord_tab3_contact.html" %}
{% for address in addresses %} {% for contact in address.patientcontact_set.all %} {% if contact.id != object.id %} {% endif %} {% endfor %}

{{ address }}{% if address.place_of_life %}(lieu de vie){% endif %}

{% if address.phone %}

{{ address.phone|phone }}

{% endif %} {% if address.comment %}

{{ address.comment }}

{% endif %}

{% if contact.gender == 1 %}M.{% elif contact.gender == 2 %}Mme{% endif %}{{ contact.first_name }} {{ contact.last_name }}{% if object.policyholder.id == contact.id %}(Assuré){% endif %}{% if contact.id == object.id %} (PATIENT){% endif %}

{% include "dossiers/patientrecord_tab3_contact.html" %}
{% endfor %}

Prise en charge

{% include "dossiers/patientrecord_tab4_notifs.html" %}

Actes passés

{% include "dossiers/patientrecord_tab5_actes_passes.html" %}

Prochains rendez-vous

{% include "dossiers/patientrecord_tab6_next_rdv.html" %}

Socialisation

{% include "dossiers/patientrecord_tab7_socialisation.html" %}

Données à caractère médical

  • {{ object.size|default_if_none:'' }}
  • {{ object.weight|default_if_none:'' }}
  • {{ object.pregnancy_term|default_if_none:'' }}
  • {{ object.cranium_perimeter|default_if_none:'' }}
  • {{ object.chest_perimeter|default_if_none:'' }}
  • {{ object.apgar_score_one|default_if_none:'' }}
  • {{ object.apgar_score_two|default_if_none:'' }}
    • {% for m in object.mises_1.all %}
    • {{ m }}
    • {% endfor %}
    • {% for m in object.mises_2.all %}
    • {{ m }}
    • {% endfor %}
    • {% for m in object.mises_3.all %}
    • {{ m }}
    • {% endfor %}
  • {% if object.deficiency_intellectual %}
  • {{ object.get_deficiency_intellectual_display }}
  • {% endif %} {% if object.deficiency_autism_and_other_ted %}
  • {{ object.get_deficiency_autism_and_other_ted_display }}
  • {% endif %} {% if object.deficiency_mental_disorder %}
  • {{ object.get_deficiency_mental_disorder_display }}
  • {% endif %} {% if object.deficiency_learning_disorder %}
  • {{ object.get_deficiency_learning_disorder_display }}
  • {% endif %} {% if object.deficiency_auditory %}
  • {{ object.get_deficiency_auditory_display }}
  • {% endif %} {% if object.deficiency_visual %}
  • {{ object.get_deficiency_visual_display }}
  • {% endif %} {% if object.deficiency_motor %}
  • {{ object.get_deficiency_motor_display }}
  • {% endif %} {% if object.deficiency_metabolic_disorder %}
  • {{ object.get_deficiency_metabolic_disorder_display }}
  • {% endif %} {% if object.deficiency_brain_damage %}
  • {{ object.get_deficiency_brain_damage_display }}
  • {% endif %} {% if object.deficiency_polyhandicap %}
  • {% endif %} {% if object.deficiency_behavioral_disorder %}
  • {{ object.get_deficiency_brain_damage_display }}
  • {% endif %} {% if object.deficiency_in_diagnostic %}
  • {% endif %} {% if object.deficiency_other_disorder %}
  • {{ object.get_deficiency_other_disorder_display }}
  • {% endif %}