{{ $isCompleted ? 'Completed' : 'In progress' }}
{{ $consultation->patient->patient_number }} @if ($consultation->practitioner) · {{ $consultation->practitioner->name }} @endif
{{ $req->investigationType->name }} · {{ config('care.investigation_statuses')[$req->status] ?? $req->status }}
@endforeachOptional checklist for chief complaint, social history, and day-to-day function. You can still write freely in Symptoms and Clinical notes below — the two are separate and do not overwrite each other.
Status: {{ $assessmentStatuses[$universalAssessment->status] ?? $universalAssessment->status }} @if ($universalAssessment->consultation_id !== $consultation->id) (from an earlier visit — open to review) @endif
@php $cc = $universalAssessment->answers->first(fn ($a) => $a->question?->code === 'chief_complaint'); $pain = $universalAssessment->answers->first(fn ($a) => $a->question?->code === 'pain_score'); @endphp @if ($cc || $pain)No patient history form recorded yet.
@endif@if ($consultation->diagnoses->isEmpty()) Save diagnoses to see suggested condition pathways. @else No matching condition pathways for the saved diagnoses. @endif
@endifNo extra forms started for this visit yet.
@endif @if (($canCaptureAssessment ?? false) && ! $isCompleted && ($startableTemplates ?? collect())->isNotEmpty()) @endifSymptoms: {{ $consultation->symptoms }}
@endif @if ($consultation->clinical_notes){{ $consultation->clinical_notes }}
@endifSelect tests to send to the lab for this visit.
{{ $consultation->patient->fullName() }} ({{ $consultation->patient->patient_number }})