PatientMedicationUpdateModel
Model used to set information about a patient medication.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the medication (Required). |
string |
None. |
| Instructions |
Instructions of the medication (Required). |
string |
None. |
| PatientExternalId |
Patient externalId in the integrating system (Required). |
string |
None. |
| DoctorExternalId |
Doctor ID in the integrating system. |
string |
None. |
| Active |
Patient medication active. |
boolean |
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. |