{{ __('Create Medication Order for') }} {{ $patient->first_name }} {{ $patient->last_name }}

Back to Medication Orders

Order Information

Medications

Please list all medications for this order.

@foreach($medications as $medication) @endforeach

Authorization Disclaimer

By submitting this order, you confirm that the patient, {{ $patient->first_name }} {{ $patient->last_name }}, has explicitly authorized you to order medication on their behalf. This authorization includes consent for the processing of their medical information and the ordering of prescription medications.

Suggestion: It is recommended to maintain a record of the patient's authorization, either through a signed consent form or documented verbal consent, in accordance with healthcare privacy regulations.

Create Order