MedicationRefillRequestModel
Model used to retrieve information about a medication refill.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Medication refill ID unique in the integrating system. |
globally unique identifier |
None. |
| PatientExternalId |
Patient externalId of the patient that created the medication refill. |
string |
None. |
| PatientMedicationExternalId |
Patient medication externalId of the medication refill. |
string |
None. |
| DoctorExternalId |
Doctor ID in the integrating system. |
string |
None. |
| Status |
Status of the medication refill. Status should be (Pending, Approved or Denied). |
string |
None. |
| Created |
Medication refill creation date. |
date |
None. |
| PatientComments |
Comments by patient. |
string |
None. |