PatientMedicationModel
Model used to retrieve information about a patient medication.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
Patient externalId of the patient that created the medication. |
string |
None. |
| PatientName |
Patient full name. |
string |
None. |
| PatientBirthday |
Patient birthday. |
date |
None. |
| DoctorExternalId |
Doctor externalId of the doctor that created the medication. |
string |
None. |
| DoctorName |
Doctor full name. |
string |
None. |
| Active |
Patient medication active. |
boolean |
None. |
| Name |
Name of the medication. |
string |
None. |
| Instructions |
Instructions of the medication. |
string |
None. |
| LastRefillRequest |
Last refill request date by the patient. |
date |
None. |
| LastRefillStatus |
Last refill status. Status should be (Pending, Approved or Denied). |
string |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |