1 |
447e737b
|
Mikaël Ates
|
{% load widget_tweaks %}
|
2 |
|
|
|
3 |
|
|
<form action="{{ request.get_full_path }}" method="post">
|
4 |
|
|
{% csrf_token %}
|
5 |
|
|
|
6 |
bb6c51c4
|
Mikaël Ates
|
<p><strong>Patient</strong> {{ object.first_name }} <span class="lastname">{{ object.last_name }}</span></p>
|
7 |
447e737b
|
Mikaël Ates
|
|
8 |
bb6c51c4
|
Mikaël Ates
|
{% if object.id != object.policyholder.id %}<p><strong>Assuré</strong> {{ object.policyholder.first_name }} <span class="lastname">{{ object.policyholder.last_name }}</span></p>{% endif %}
|
9 |
|
|
|
10 |
|
|
<p><strong>Adresse</strong>
|
11 |
9ec3bcb4
|
Jérôme Schneider
|
{% if not object.addresses.all %}
|
12 |
447e737b
|
Mikaël Ates
|
L'assuré n'a pas d'adresse connue.
|
13 |
|
|
{% else %}
|
14 |
|
|
<ul class="addresses">
|
15 |
9ec3bcb4
|
Jérôme Schneider
|
{% for address in object.addresses.all %}
|
16 |
447e737b
|
Mikaël Ates
|
<li><input type="radio" name="address_id" id="address_{{ address.id }}" value="{{ address.id }}"><label for="address_{{ address.id }}">{% if address.display_name %}{{ address.display_name }}{% else %}Adresse non renseignée.{% endif %}</label></input></li>
|
17 |
|
|
{% endfor %}
|
18 |
|
|
</ul>
|
19 |
|
|
{% endif %}
|
20 |
bb6c51c4
|
Mikaël Ates
|
</p>
|
21 |
|
|
|
22 |
|
|
<p><strong>Dans quelle situation permettant la prise en charge du transport se trouve votre patient ? (plusieurs choix possibles)</strong><br/>
|
23 |
|
|
<ul>
|
24 |
|
|
<li>Hospitalisation (entrée-sortie) <input type="checkbox" name="situation_choice_1" value="situation_choice_1" {% if choices.situation_choice_1 %}checked{% endif %}/></li>
|
25 |
|
|
<li>Nécessité d'être allongé ou sous surveillance <input type="checkbox" name="situation_choice_2" value="situation_choice_2" {% if choices.situation_choice_2 %}checked{% endif %}/></li>
|
26 |
|
|
<li>Soins liés à une affection de longue durée <input type="checkbox" name="situation_choice_3" value="situation_choice_3" {% if choices.situation_choice_3 %}checked{% endif %}/></li>
|
27 |
|
|
<li>Soins liés à un AT/MP <input type="checkbox" name="situation_choice_4" value="situation_choice_4" {% if choices.situation_choice_4 %}checked{% endif %}/></li>
|
28 |
|
|
</ul>
|
29 |
|
|
Date de l’accident du travail ou de la maladie professionnelle <input id="id_situation_date" type="text" name="situation_date" value="{{ choices.situation_date }}" %}"/>
|
30 |
|
|
</p>
|
31 |
|
|
|
32 |
|
|
<p><strong>Quel trajet doit effectuer le patient ? (précisez l'adresse du lieu de départ et du lieu d'arrivée ainsi que le nom de la structure de soins)</strong><br/>
|
33 |
|
|
<em>(Maximum 3 lignes de 110 caractères.)</em>
|
34 |
|
|
<textarea id="id_address" rows="3" cols="60" name="trajet_text">{{ choices.trajet_text }}</textarea><br/>
|
35 |
|
|
Transport aller <input type="checkbox" name="trajet_choice_1" value="trajet_choice_1" {% if choices.trajet_choice_1 %}checked{% endif %}/> Transport retour <input type="checkbox" name="trajet_choice_2" value="trajet_choice_2" {% if choices.trajet_choice_2 %}checked{% endif %}/> Transport aller-retour <input type="checkbox" name="trajet_choice_3" value="trajet_choice_3" {% if choices.trajet_choice_3 %}checked{% endif %}/><br/>
|
36 |
9b58dc83
|
Jérôme Schneider
|
Si transport en série, indiquez le nombre <input id="id_trajet_nombre" type="text" name="trajet_number" value="{{ choices.trajet_number }}" %}"/>
|
37 |
bb6c51c4
|
Mikaël Ates
|
</p>
|
38 |
|
|
|
39 |
|
|
<p><strong>Ce transport est-il lié à une condition de prise en charge à 100% ? (grossesse de plus de 6 mois, ALD exonérante, AT/MP, autre... Se référer à la notice)</strong><br/>
|
40 |
|
|
Oui <input type="checkbox" name="pc_choice_1" value="pc_choice_1" {% if choices.pc_choice_1 %}checked{% endif %}/> Non <input type="checkbox" name="pc_choice_2" value="pc_choice_2" {% if choices.pc_choice_2 %}checked{% endif %}/>
|
41 |
|
|
</p>
|
42 |
|
|
|
43 |
|
|
<p><strong>Quel mode de transport prescrivez-vous, en vous reportant au référentiel médical détaillé dans la notice ?</strong><br/>
|
44 |
|
|
<ul>
|
45 |
|
|
<li>Ambulance <input type="checkbox" name="mode_choice_1" value="mode_choice_1" {% if choices.mode_choice_1 %}checked{% endif %}/></li>
|
46 |
|
|
<li>Transport assis professionnalisé (VSL, taxi) <input type="checkbox" name="mode_choice_2" value="mode_choice_2" {% if choices.mode_choice_2 %}checked{% endif %}/></li>
|
47 |
|
|
<li>Transport en commun (bus, train...) <input type="checkbox" name="mode_choice_3" value="mode_choice_3" {% if choices.mode_choice_3 %}checked{% endif %}/> (complétez la ligne ci-dessous)
|
48 |
|
|
<ul>Dans ce cas, l’état de santé du patient nécessite-t-il une personne accompagnante ?
|
49 |
|
|
<li>Oui <input type="checkbox" name="mode_choice_4" value="mode_choice_4" {% if choices.mode_choice_4 %}checked{% endif %}/> Non <input type="checkbox" name="mode_choice_5" value="mode_choice_5" {% if choices.mode_choice_5 %}checked{% endif %}/></li>
|
50 |
|
|
</ul>
|
51 |
|
|
</li>
|
52 |
|
|
<li>Moyen de transport individuel <input type="checkbox" name="mode_choice_6" value="mode_choice_6" {% if choices.mode_choice_6 %}checked{% endif %}/></li>
|
53 |
|
|
</ul>
|
54 |
|
|
</p>
|
55 |
|
|
|
56 |
|
|
<p><strong>Conditions particulières</strong><br/>
|
57 |
9b58dc83
|
Jérôme Schneider
|
Nécessité d'une asepsie rigoureuse <input type="checkbox" name="cdts_choice_1" value="cdts_choice_1" {% if choices.cdts_choice_1 %}checked{% endif %}/><br/>
|
58 |
|
|
Urgence attestée par le médecin prescripteur <input type="checkbox" name="cdts_choice_2" value="cdts_choice_2" {% if choices.cdts_choice_2 %}checked{% endif %}/>
|
59 |
bb6c51c4
|
Mikaël Ates
|
</p>
|
60 |
|
|
|
61 |
|
|
<p><strong>Signature</strong><br/>
|
62 |
|
|
A <input id="id_lieu" type="text" name="lieu" value="{{ lieu }}" %}"/> Etablie le <input id="id_date" type="text" name="date" value="{{ date }}" %}"/><br/>
|
63 |
|
|
<textarea id="id_id_etab" rows="3" cols="30" name="id_etab">{{ id_etab }}</textarea>
|
64 |
|
|
</p>
|
65 |
|
|
|
66 |
447e737b
|
Mikaël Ates
|
</form>
|