> For the complete documentation index, see [llms.txt](https://docs.medqcare.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medqcare.id/guide-clinic-app/emr.md).

# EMR

Halaman Electronic Medical Record (EMR) ini merupakan modul berisi record data medis pasien yang dapat digunakan untuk mencatat, menyimpan, dan mengelola data pasien secara digital. Menu ini berfungsi sebagai pengganti pencatatan manual berbasis kertas, sehingga membantu klinik dalam mengelola informasi medis pasien dengan lebih efisien, akurat, dan mudah diakses.

* Untuk mengakses menu EMR, Anda dapat memilih sidebar menu **EMR**. Selanjutnya akan ditampilkan halaman data medis pasien yang sudah tersimpan sebelumnya,

  <figure><img src="/files/QsMHAKKuKpJC9NQIY8Pu" alt=""><figcaption><p>Halaman EMR</p></figcaption></figure>

* Pada halaman ini Anda dapat melihat daftar riwayat medis pasien melalui action **Edit** <img src="/files/NcNJzmxQdhd9mWvHS6jC" alt="" data-size="line"> yang tersedia pada samping kanan baris data pasien. Anda akan ditampilkan informasi detail riwayat medis pasien seperti berikut:

  <figure><img src="/files/IG2M1NV5raRPhzJ3c8oZ" alt=""><figcaption><p>Halaman detail EMR pasien</p></figcaption></figure>

* Melalui detail riwayat medis ini anda dapat mengetahui **Demografi** pasien beserta **Medical History** pasien berdasarkan komponen-komponen examination yang pernah dilakukan melaui klinik ini, history ini ditampilkan berdasarkan tanggal riwayat pemeriksaan pasien yang dapat di pilih melalui dropdown **Pick a Date** seperti berikut:

  <figure><img src="/files/Anq1xdQY6OktEAayAWh0" alt="" width="369"><figcaption></figcaption></figure>

* Untuk memperbarui data Medical Record pasien, anda dapat memiliih tombol **Edit Medical Record** berikut <img src="/files/x3fblvENjc9EqNfaKuuH" alt="" data-size="line">

* Pilih **Tanggal** medical record yang tercatat. Lalu lengkapi formulir edit medical record&#x20;

  <figure><img src="/files/YN8CnMRuEybmnMAmynzN" alt=""><figcaption><p>Form edit medical record</p></figcaption></figure>

* Terdapat beberapa komponen yang dapat anda periksa. Pilih komponen mana yang ingin disesuaikan kembali datanya. Lakukan pembaruan data pada field kolom yang aktif.&#x20;

* Klik tombol **Update** <img src="/files/VT2hbJYUPD4eQKff74oN" alt="" data-size="line">untuk menyimpan pembaruan

* Jika semua data dirasa telah cukup lengkap, anda dapat kembali ke halaman detail pasien untuk mengelola data medical record lainnya dengan klik tombol **back** <img src="/files/ane7kePlFTuneHLBLGrH" alt="" data-size="line">


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.medqcare.id/guide-clinic-app/emr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
