ASESMEN DOKTER WAKTU : {{ pendaftaran.waktu_masuk }} - {{ pendaftaran.waktu_keluar }}
|
|
PASIEN : {{ pendaftaran.pasien.first_name }} - RM {{ pendaftaran.pasien.nomor_rekam_medis }} - NIK {{ pendaftaran.pasien.nomor_induk_kependudukan }} - NOKA BPJS {{ pendaftaran.pasien.nomor_kartu_bpjs }}
|
|
KELUHAN UTAMA
|
: |
|
|
DIAGNOSA (A)
|
|
|
|
RENCANA TERAPI, TERAPI OBAT (P)
|
|
|
|
|
TINDAKAN
|
|
{% for x in daftaricd10 %}
{% if forloop.first %}
|
DIAGNOSA PRIMER
|
|
{{ forloop.counter }}. {{ x.icd10.kode }} - {{ x.icd10.diagnosa }}
|
| DIAGNOSA SEKUNDER
|
{% else %}
|
{{ forloop.counter }}. {{ x.icd10.kode }} - {{ x.icd10.diagnosa }}
|
{% endif %}
{% endfor %}