MedicationOrderPatientInstructions
The table stores the patient instructions for a prescription as entered by the user. The table should be used in conjunction with the table which contains related medication, patient, and contact identification information you can report on.
| Column Name | Type | Description |
|---|---|---|
| PrescriptionInstructionsText | VARCHAR | Patient instructions for the prescription as entered by the user. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| OrderMedicationIdentifier | NUMERIC | The unique ID of the order record associated with this medication order. This is an internal unique identifier for ORD master file records in this table and cannot be used to link to CLARITY_MEDICATION. |