| Medication | Requested Dosage | Quantity | Status | Actions |
|---|---|---|---|---|
|
@if($item->medication)
{{ $item->medication->name }}
@else
{{ $item->custom_medication_name }}
Custom medication
@endif
|
{{ $item->requested_dosage ?? 'Not specified' }} | {{ $item->requested_quantity ?? 'Not specified' }} | {{ ucfirst($item->status) }} |
|
| Condition | Diagnosed | Type | Actions |
|---|---|---|---|
|
{{ $condition->condition_name }}
|
{{ $condition->formatDate('diagnosed_at') }} | @if($condition->is_chronic) Chronic @endif @if($condition->had_condition_before) Recurring @endif |
|
Please share your treatment goals and preferences to help us provide personalized care.
Please list all medications you are currently taking, including prescription, over-the-counter, and supplements.
Please list any allergies or sensitivities you have to medications, foods, or other substances.