# Enrollment

## Feature Overview

Health administrators or nurses carry out the enrollment process. It assigns a Patient Risk classification to each patient, determining the management plan and assessment intervals.

The feature also facilitates data entry, with an automatic population of parameters from previous screenings. In cases where patients are enrolled directly without screening, details can be manually entered.

## Enrollment Workflow

To use the Enrollment feature, follow these steps:

1. Ensure you have an active internet connection and log in to the SPICE platform app using your SPICE account credentials.
2. Once logged in, navigate to the Enrollment option on the Home page.
3. Click on the Enrollment option, and you will be navigated to the Terms and Conditions page. Enter the patient's initials in the relevant textbox, then accept the Terms and Conditions.
4. You will then be directed to the Enrollment form page.
5. Enter the patient's National ID and click on the Search button.
6. If the patient has been referred from screening, their details will auto-populate in the Enrollment form. If not, you will receive a message and be asked to manually enter the parameters.
7. Fill in the necessary details according to the Enrollment form structure (outlined in the next section).
8. After submitting the form, you will be shown an Enrollment summary with patient data and a calculated CVD risk level, alongside a provisional treatment plan.
9. Confirm by clicking on the 'Done' button, and you will be redirected back to the home page.

<figure><img src="/files/ztsxqB7hneV4xt0ysa2P" alt=""><figcaption><p>Enroll a patient in SPICE</p></figcaption></figure>

## Structure of the Enrollment form for manual input:

<table data-header-hidden><thead><tr><th width="182">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>National ID</td><td>Enter the person's National ID issued by the government.</td></tr><tr><td>First Name</td><td>Enter the person's first name. This is a mandatory field.</td></tr><tr><td>Middle Name</td><td>Enter the person's middle name, if applicable.</td></tr><tr><td>Last Name</td><td>Enter the person's last name. This is a mandatory field.</td></tr><tr><td>Mobile Number</td><td>Enter the person's mobile number. If they don't have one, you can use a relative's or your own.</td></tr><tr><td>Mobile Number Category</td><td>Choose the type of mobile number provided from personal, CHV, Friend, or Family options.</td></tr><tr><td>County</td><td>Enter the person's County of residence.</td></tr><tr><td>Sub-County</td><td>Enter the person's Sub-county of residence.</td></tr><tr><td>Date of Birth</td><td>Select the person's date of birth. This will auto-fill the 'Age' field.</td></tr><tr><td>Age</td><td>If the date of birth is unknown, manually enter the person's age. This is a mandatory field.</td></tr><tr><td>Smoking Related Question</td><td>A mandatory 'Yes' or 'No' question about the person's smoking habits.</td></tr><tr><td>Height (in cm)</td><td>Enter the person's height in centimeters.</td></tr><tr><td>Weight (in kg)</td><td>Enter the person's weight in kilograms.</td></tr><tr><td>Temperature</td><td>Measure and enter the temperature</td></tr></tbody></table>


---

# 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/enrollment.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.
