> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/spice-docs/overview/spice-app-workflows/medical-review.md).

# Medical Review

## Medical Review Overview

The Medical Review feature allows for two distinctive workflows - the First Medical Review and the Continuous Medical Review. The First Medical Review entails the initial thorough check-up of the patient, diagnosis confirmation, capturing details of current lifestyle, medication, comorbidities, complications, physical examination results, and formulating a suitable treatment plan. The Continuous Medical Review enables the follow-up with the patient, noting their ongoing medical condition, reviewing lab test results, prescribing medication, and updating the treatment plan as required.

## Medical Review Workflow

1. Ensure an active internet connection and sign in to the SPICE mobile app using your SPICE credentials.
2. Navigate to the 'Home' page and select 'Medical Review' to initiate the process.
3. For a first-time review, fill in the various parameters of the 'First Medical Review Form' and for a follow-up visit, select 'Start Medical Review' for the specific patient under the 'My Patients' section.
4. Follow the intuitive workflow to document necessary details, diagnose the patient, and establish a treatment plan.
5. In case of prescriptions or lab tests, search for the required medication or test, add it, and follow the subsequent steps to confirm.
6. Sign and confirm the prescriptions when prompted.
7. After review completion, click on 'Submit' to save the changes.

<figure><img src="/files/cCcilkXl0pftI3PLrsLn" alt=""><figcaption><p>Conduct a Medical Review for the patient in SPICE</p></figcaption></figure>

&#x20;


---

# 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://spice.docs.medtroniclabs.org/spice-docs/overview/spice-app-workflows/medical-review.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.
