> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Prescription Fill Object

```json theme={null}
{
    "id": 1,
    "medication_order": 4915226,
    "pharmacy_ncpdpid": "101",
    "fill_status": "AH",
    "fill_date": "2022-04-13",
    "note_from_pharmacy": null,
    "patient": 1638401,
    "practice": 65540
}
```

| Attribute            | Type   | Allowed Values                                                                                                    |
| :------------------- | :----- | :---------------------------------------------------------------------------------------------------------------- |
| id                   | int    |                                                                                                                   |
| medication\_order    | int    |                                                                                                                   |
| pharmacy\_ncpdpid    | string |                                                                                                                   |
| fill\_status         | string | "AH" - "Dispensed",  <br />"AJ" - "PartiallyDispensed",  <br />"AK" - "NotDispensed",  <br />"AL" - "Transferred" |
| fill\_date           | date   |                                                                                                                   |
| note\_from\_pharmacy | string |                                                                                                                   |
| patient              | int    |                                                                                                                   |
| practice             | int    |                                                                                                                   |
