| PatientPracticeGuid |
Guid |
Unique identifier representing a patient |
| MedicationGuid |
Guid |
Unique identifier for the patient medication |
| MedicationName |
String |
Name of the medication |
| Ndc |
String |
National Drug Code for medication |
| StartDate |
DateField |
Optional date the patient started this medication |
| StopDate |
DateField |
Optional date the patient stopped taking this medication |
| Sig |
String |
Instructions for taking this medication |
| TradeName |
String |
Trade name of the medication |
| GenericName |
String |
Generic equivalent medication name (if one) |
| DoseForm |
String |
Dose form of this medication (tablet, etc.) |
| Route |
String |
Administration route for this medication (oral, etc.) |
| ProductStrength |
String |
Strength or potency of the medication as dispensed |
| MedicationDiscontinuedReasonName |
String |
Optional reason the patient stopped taking this medication |
| IsCompoundMedication |
Boolean |
Indicator that this is a non-standard compound medication |
| DiagnosisGuid |
Guid? |
Optional diagnosis associated to this medication |
| LastModifiedByProviderGuid |
Guid? |
Unique identifier representing the user who made the last update to this record in the EHR |
| LastModifiedDateTimeUtc |
DateTime |
UTC date and time at which the last update was performed in the EHR |