> For the complete documentation index, see [llms.txt](https://help.dashlabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dashlabs.ai/modules/emr-module/patient-management/manage-a-patient-record.md).

# Manage a Patient record

##

<table><thead><tr><th>Button</th><th width="296">Function</th><th>Link / Remarks</th></tr></thead><tbody><tr><td>Update patient</td><td>Update patient information</td><td></td></tr><tr><td>Patient services</td><td>Manage patient service.<br>Will redirect to a filtered table of the selected patient's patient services.</td><td><a data-mention href="/pages/03vRlr0r3IJY3vniAcZ0">/pages/03vRlr0r3IJY3vniAcZ0</a></td></tr><tr><td>Laboratory branches</td><td>Access control: manage branch access to this patient</td><td></td></tr><tr><td>Clients</td><td>Access control: manage client access to this patient</td><td>to be deprecated</td></tr><tr><td>Users</td><td>Connect patient record to a Patient Dashboard</td><td><a data-mention href="/pages/dUErj3aSDMZotvyUVXA7">/pages/dUErj3aSDMZotvyUVXA7</a></td></tr><tr><td>Patient audit logs</td><td>Access control:<br>See view &#x26; modification history</td><td></td></tr><tr><td>Send logs</td><td>See log history of results sent by email/sms</td><td>to be replaced by <em>Notification Logs</em></td></tr><tr><td>Patient duplicates</td><td>Merge duplicate patient records</td><td></td></tr></tbody></table>

## Update Patient record

1. Click on `Update Patient` in the Patient Page
2. You will be redirected to a pre-filled patient form, where you can update values as needed.

## View Patient Audit Logs

1. Click on `Patient Audit Logis` in the Patient Page
2. You will be redirected to a filtered view of patient logs

## Delete Patient

Patients may be deleted from the Patient Update information page. Simply toggle the box and click `Confirm.`

![](/files/tmG73WX3BX0r3SolXUZ7)


---

# 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://help.dashlabs.ai/modules/emr-module/patient-management/manage-a-patient-record.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.
