> For the complete documentation index, see [llms.txt](https://docs.mdintegrations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mdintegrations.com/partner/key-concepts/refills-and-follow-up.md).

# Refills & Follow-Up

After an Encounter completes, the next fill follows one of two paths, depending on the prescription itself: **refill available on the original prescription**, or **follow-up consult required**.

|                  | Refill on file                                     | Follow-up consult                                       |
| ---------------- | -------------------------------------------------- | ------------------------------------------------------- |
| When to use it   | The prescription has refills remaining.            | Refills are exhausted or policy requires re-evaluation. |
| New Encounter    | No                                                 | Yes                                                     |
| Physician review | No                                                 | Yes                                                     |
| Who initiates it | Partner or MDI, depending on pharmacy fulfillment. | Partner                                                 |

### Refill on file

When the prescription still has remaining refills, the path is simple: no new clinical review occurs, and no new Encounter needs to be created at all.

Instead, you place the next pharmacy order when the refill is due:

* In a partner-managed model, your system places the reorder.
* With [Direct to Pharmacy (DTP)](/partner/key-concepts/pharmacy-fulfillment/direct-to-pharmacy-dtp.md), MDI manages the reorder for you upon approval.

Which of these applies to you depends on your configured [Pharmacy Fulfillment](/partner/key-concepts/pharmacy-fulfillment.md) model.

{% hint style="info" %}
Refills on file do not enter the Encounter status lifecycle. Track their progress through the pharmacy order, not `Created`, `Assigned`, or `Completed`.
{% endhint %}

### Follow-up consult

By contrast, create a follow-up consult when the prescription has no refills remaining, or when clinical policy requires another evaluation before the patient can continue treatment.

{% stepper %}
{% step %}

#### Charge the patient

Charge for the follow-up through your subscription or one-time payment flow.
{% endstep %}

{% step %}

#### Remind the patient

Send a reminder when a follow-up is due. You can also use [Automations](/partner/exploring-features/automations.md) to set up time- or event-based reminders instead of tracking this manually.
{% endstep %}

{% step %}

#### Generate and send a Voucher

Create a new Voucher for the follow-up Questionnaire, then send it through your chosen patient channel.
{% endstep %}

{% step %}

#### Complete the follow-up intake

When the patient submits intake, MDI creates a new Encounter under their existing Patient record — there's no need to create a new Patient for a returning patient.
{% endstep %}

{% step %}

#### Complete clinical review

From here, the new Encounter follows the standard lifecycle: `Created` → `Assigned` → clinical review → `Completed` or `Cancelled`.
{% endstep %}
{% endstepper %}


---

# 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.mdintegrations.com/partner/key-concepts/refills-and-follow-up.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.
