# 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/Mvx75YjCFgQHu2bjNR5j" alt=""><figcaption><p>Conduct a Medical Review for the patient in SPICE</p></figcaption></figure>

## Structure of the Medical Review Form

<table data-header-hidden><thead><tr><th width="241"></th><th></th></tr></thead><tbody><tr><td>Parameter</td><td>Description</td></tr><tr><td>Diagnoses</td><td>Confirm patient's diagnosis: Hypertension, Diabetes Mellitus type 1 or 2, Pre-Hypertensive, Pre-Diabetic</td></tr><tr><td>Blood Pressure</td><td>Add new BP readings; latest BP reading from the assessment is auto-filled</td></tr><tr><td>Blood Glucose</td><td>Add new BG readings; latest BG reading from the assessment is auto-filled</td></tr><tr><td>Diabetes/Hypertension Status</td><td>Identify if the patient is a new or known case</td></tr><tr><td>Pregnancy</td><td>If applicable, add pregnancy-related details</td></tr><tr><td>Current Medication Details</td><td>If known case, detail current medications, adherence, and known drug allergies</td></tr><tr><td>Comorbidities</td><td>Identify presence of multiple diseases or conditions</td></tr><tr><td>Complications</td><td>Document any medical complications during the disease</td></tr><tr><td>Lifestyle Management</td><td>Detail patient's current lifestyle</td></tr><tr><td>Chief Complaints</td><td>Record patient's health complaints</td></tr><tr><td>Clinical Notes</td><td>Document observations, findings, and other clinical insights</td></tr><tr><td>Physical Examination</td><td>Detail results of physical examinations conducted</td></tr><tr><td>Investigation</td><td>Request specific lab tests for further diagnosis</td></tr><tr><td>Treatment Plan</td><td>Detail treatment plan, including medication and lifestyle adjustments</td></tr><tr><td>Prescription</td><td>Prescribe medicines to the patient, with details of dosage, frequency, and instructions</td></tr></tbody></table>

Remember, providing accurate and detailed information in each of these fields is crucial for appropriate patient care and treatment.


---

# Agent Instructions: 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:

```
GET https://spice.docs.medtroniclabs.org/versions/spice-1.0/overview/spice-app-workflows/medical-review.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
