RIWAYAT PENYAKIT KELUARGA
|
: |
{% for x in riwayatalergi|slice:":5" %}
{{ forloop.counter }}. {% if x.riwayat_penyakit_keluarga|striptags != "None" %} {{ x.riwayat_penyakit_keluarga }} {% else %} - {% endif %}
{% endfor %}
|
|
RIWAYAT ALERGI
|
: |
{% for x in riwayatalergi|slice:":5" %}
{{ forloop.counter }}. {% if x.riwayat_alergi != "None" %} {{ x.riwayat_alergi }} {% else %} - {% endif %}
{% endfor %}
|
| CATATAN DOKTER : |
{% if pendaftaran.catatan_asesmen_dokter != "None" %} {{ pendaftaran.catatan_asesmen_dokter }} {% else %} - {% endif %}
|
|
PEMERIKSAAN FISIK UMUM (O)
|
|
|
|
PEMERIKSAAN FISIK KHUSUS (O)
|
|
|
|
PEMERIKSAAN KLINIS (LOKAL)
|
|
|
|
TANDA VITAL
|
|
|
|
DIAGNOSA (A)
|
{% if daftaricd10.0 %}
1. {{ daftaricd10.0.icd10.kode }} - {{ daftaricd10.0.icd10.diagnosa }}
{% endif %}
|
{% if daftaricd10.1 %}
2. {{ daftaricd10.1.icd10.kode }} - {{ daftaricd10.1.icd10.diagnosa }}
{% endif %}
|
{% if daftaricd10.2 %}
3. {{ daftaricd10.2.icd10.kode }} - {{ daftaricd10.2.icd10.diagnosa }}
{% endif %}
|
{% if daftaricd10.3 %}
4. {{ daftaricd10.3.icd10.kode }} - {{ daftaricd10.3.icd10.diagnosa }}
{% endif %}
|
{% if daftaricd10.4 %}
5. {{ daftaricd10.4.icd10.kode }} - {{ daftaricd10.4.icd10.diagnosa }}
{% endif %}
|
|
TINDAKAN
|
|
|
|
TINDAKAN LAB
|
|
|
RENCANA TERAPI, TERAPI OBAT (P)
|
|
|
|
|
DIRUJUK :
|
|
|
|
|
EDUKASI PASIEN
|
|
|
{% if pendaftaran.edukasi_pasien %}
|
|
TELAH DIEDUKASI :
|
{% for x in pendaftaran.edukasi_pasien.all %}
{% if forloop.counter0|divisibleby:"2" %}
| {{ forloop.counter }}. {{ x.nama }} |
{% else %}
{{ forloop.counter }}. {{ x.nama }} |
{% endif %}
{% endfor %}
|
{% endif %}
|
PILIH EDUKASI :
|
{% for x in edukasi %}
{% if forloop.counter0|divisibleby:"2" %}
|
{{ x.nama }}
|
{% else %}
{{ x.nama }}
|
{% endif %}
{% endfor %}
|
Pemulangan Pasien :
{% if pendaftaran.cara_keluar == "Dirujuk" %}
(✓) Dirujuk | {{ pendaftaran.catatan_dirujuk }}
Kontrol
Tidak Kontrol
{% elif pendaftaran.cara_keluar == "Kontrol" %}
Dirujuk
(✓) Kontrol
Tidak Kontrol
{% elif pendaftaran.cara_keluar == "Tidak Kontrol" %}
Dirujuk
Kontrol
(✓) Tidak Kontrol
{% else %}
Dirujuk
Kontrol
Tidak Kontrol
{% comment %} (✓) Pasien Belum Pulang {% endcomment %}
{% endif %}
|
|
Penerima Informasi / Pasien
()
|
Verifikasi Dokter Pemeriksa
( {{ pendaftaran.dokter.first_name }} )
|