ACC SHELL
{var $mail->subject = "Žádost o přijetí pacienta" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<title></title>
</head>
<body style="font-size: 14px; font-family: Arial;">
<table border="0" width="100%" cellpadding="10" style="font-size: 14px; line-height: 18px;">
<tr bgcolor="#004E90">
<td width="40%" colspan="2">
<!--<img src="http://santini.purelab.cz/www/img/logo.png" alt="Čaje Káva Santini" border="0" width="110px" style="margin-left: 10px;">-->
<p style="color: #fff;"><strong>Žádost o přijetí pacienta do zdravotní péče domácího hospice - {$zadostOPrijeti}</strong></p>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td>Pacient</td><td>{$jmeno}</td>
</tr>
{if $rc}
<tr>
<td>Rodné číslo</td><td>{$rc}</td>
</tr>
{/if}
{if $pojistovna}
<tr>
<td>Pojišťovna</td><td>{$pojistovna}</td>
</tr>
{/if}
{if $adresa}
<tr>
<td>Adresa</td><td>{$adresa}</td>
</tr>
{/if}
{if $rc}
<tr>
<td>Rodné číslo</td><td>{$rc}</td>
</tr>
{/if}
{if $pecovatel}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
{if $pecovatel['jmeno']}
<td>Pečující osoba</td><td>{$pecovatel['jmeno']}</td>
{/if}
</tr>
<tr>
{if $pecovatel['adresa']}
<td>Adresa</td><td>{$pecovatel['adresa']}</td>
{/if}
</tr>
<tr>
{if $pecovatel['telefon']}
<td>Telefon</td><td>{$pecovatel['telefon']}</td>
{/if}
</tr>
{/if}
{if $praktickyLekar}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
{if $praktickyLekar['jmeno']}
<td>Praktický lékař</td><td>{$praktickyLekar['jmeno']}</td>
{/if}
</tr>
<tr>
{if $praktickyLekar['telefon']}
<td>Telefon</td><td>{$praktickyLekar['telefon']}</td>
{/if}
</tr>
<tr>
{if $praktickyLekar['mail']}
<td>Mail</td><td>{$praktickyLekar['mail']}</td>
{/if}
</tr>
{/if}
{if $mobilita}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Mobilita a soběstačnost</td><td>{$mobilita}</td>
</tr>
{/if}
{if $hlavniDiagnosa}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Hlavní diagnosy</td><td>{$hlavniDiagnosa}</td>
</tr>
{/if}
{if $onkologickaLecba}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Onkologická léčba</td><td>{$onkologickaLecba}</td>
</tr>
{if $onkologickaLecbaDoktor}
<tr>
<td>Rozhodnutí o ukončení</td><td>{$onkologickaLecbaDoktor}</td>
</tr>
{/if}
{/if}
{if $pravidelnaMedikace}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Pravidelná medikace</td><td>{$pravidelnaMedikace}</td>
</tr>
{/if}
{if $medikacePriPotizich}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Medikace při potížích</td><td>{$medikacePriPotizich}</td>
</tr>
{/if}
{if $klinickeProblemy}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Klinické problémy</td>
<td>
{foreach $klinickeProblemy as $problemy}
- {$problemy}<br>
{/foreach}
</td>
</tr>
{/if}
{if $indikaceProblemu}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Indikace problémů</td>
<td>
{foreach $indikaceProblemu as $problemy}
- {$problemy}<br>
{/foreach}
</td>
</tr>
{/if}
{if $indikacePsychStavu}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Indikace psychického stavu</td>
<td>
{foreach $indikacePsychStavu as $problemy}
- {$problemy}<br>
{/foreach}
</td>
</tr>
{/if}
{if $osetrovatelskeIntervence}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
<td>Ošetřovatelské intervence</td>
<td>
{foreach $osetrovatelskeIntervence as $problemy}
- {$problemy}<br>
{/foreach}
</td>
</tr>
{/if}
{if $pocetNavstevDenne}
<tr>
<td>Počet návštěv denně</td>
<td>{$pocetNavstevDenne}</td>
</tr>
{/if}
{if $pocetNavstevTydne}
<tr>
<td>Počet návštěv týdně</td>
<td>{$pocetNavstevTydne}</td>
</tr>
{/if}
{if $signalniKod}
<tr>
<td>Signální kód</td>
<td>{$signalniKod}</td>
</tr>
{/if}
{if $podaniZadosti}
<tr>
<td>Podání žádosti</td>
<td>{$podaniZadosti}</td>
</tr>
{/if}
{if $terminZahajeni}
<tr>
<td>Termín zahájení</td>
<td>{$terminZahajeni}</td>
</tr>
{/if}
{if $odesilajiciLekar}
<tr>
<td colspan="2">------------------------------------------------------</td>
</tr>
<tr>
{if $odesilajiciLekar['jmeno']}
<td>Odesílající lékař</td><td>{$odesilajiciLekar['jmeno']}</td>
{/if}
</tr>
<tr>
{if $odesilajiciLekar['telefon']}
<td>Telefon</td><td>{$odesilajiciLekar['telefon']}</td>
{/if}
</tr>
<tr>
{if $odesilajiciLekar['mail']}
<td>Mail</td><td>{$odesilajiciLekar['mail']}</td>
{/if}
</tr>
{/if}
</table>
</body>
</html>
ACC SHELL 2018