> ## 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 Refill Object

```json theme={null}
{
    "id": 24312545326,
    "received_date": "2013-09-27T19:33:35Z",
    "original_medication_order": 24311758874,
    "requested_pharmacy_ncpdpid": 9998887,
    "supervisor": null,
    "patient_matched": true,
    "patient_matching_result": "COMPLETE_MATCH",
    "prescriber": 131074,
    "patient": 1638401,
    "practice": 65540
}
```

| Attribute                    | Type     | Allowed Values                                                                |
| :--------------------------- | :------- | :---------------------------------------------------------------------------- |
| id                           | int      |                                                                               |
| received\_date               | datetime |                                                                               |
| original\_medication\_order  | int      |                                                                               |
| requested\_pharmacy\_ncpdpid | int      |                                                                               |
| supervisor                   | int      |                                                                               |
| patient\_matched             | bool     |                                                                               |
| patient\_matching\_result    | enum     | 1 - "COMPLETE\_MATCH", <br />10 - "NO\_MATCH", <br />20 - "MULTIPLE\_MATCHES" |
| prescriber                   | int      |                                                                               |
| patient                      | int      |                                                                               |
| practice                     | int      |                                                                               |
