PatientMedicationRecordModel
Model used to set information about a patient medication record.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| MedicationExternalId |
ID of the medication in the integrating system. |
string |
None. |
| MedicationName |
Name of the medication. |
string |
None. |
| MedicationDosageExternalId |
ID of the medication dosage in the integrating system. |
string |
None. |
| MedicationDosageName |
Name of the medication dosage. |
string |
None. |
| MedicationFormTypeExternalId |
ID of the medication form type in the integrating system. |
string |
None. |
| MedicationFormTypeName |
Name of the medication form type. |
string |
None. |
| MedicationFrequencyExternalId |
ID of the medication frequency in the integrating system. |
string |
None. |
| MedicationFrequencyName |
Name of the medication frequency. |
string |
None. |
| MedicationRouteExternalId |
ID of the medication route in the integrating system. |
string |
None. |
| MedicationRouteName |
Name of the medication route. |
string |
None. |
| StartDate |
Start date of the patient medication record. |
date |
None. |
| EndDate |
End date of the patient medication record. |
date |
None. |
| Notes |
Notes of the patient medication record. |
string |
None. |
| PortalCreated |
Portal created date of the patient medication record. |
date |
None. |
| Active |
Indicates whether the patient medication record is active or not. |
boolean |
None. |
| EyeMedication |
Indicates whether the medication is for an eye treatment or not. |
boolean |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
string |
None. |
| ExternalId |
Unique ID of the model in the integrating system (Required). |
string |
None. |