---
title: "Retrieve Prescription Fill"
method: GET
path: "/api/2.0/prescription_fills/{id}/"
tags: ["Fills"]
---

# Retrieve Prescription Fill

`GET /api/2.0/prescription_fills/{id}/`

Retrieve a single prescription fill

## Path parameters

- `id` integer, required

## Response `200`

- PrescriptionFill
  - `fill_date` string, date, nullable
  - `fill_status` 'AH' | 'AJ' | 'AK' | 'AL', required — * `AH` - Dispensed * `AJ` - PartiallyDispensed * `AK` - NotDispensed * `AL` - Transferred
  - `id` integer
  - `medication_order` integer, required
  - `note_from_pharmacy` string, nullable
  - `patient` integer, required
  - `pharmacy_ncpdpid` string, required
  - `practice` integer, required

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
