fix(ui): use clinician-friendly assessment copy
Deploy Ladill Care / deploy (push) Successful in 1m22s

Replace internal design jargon (Layer 1, narrative source of truth,
pathway instruments) with plain clinical language on consultations,
patient charts, settings, and nav.
This commit is contained in:
isaacclad
2026-07-16 23:17:08 +00:00
parent f6780b9958
commit 6c9051d2c6
13 changed files with 48 additions and 51 deletions
@@ -25,11 +25,11 @@
@if (request('focus') === 'assessments')
<div class="rounded-2xl border border-sky-100 bg-sky-50 px-4 py-3 text-sm text-sky-900">
<p class="font-medium">Clinical assessments</p>
<p class="font-medium">Clinical forms</p>
<p class="mt-1 text-sky-800/90">
Open a patient chart for assessments, pathways, and outcomes or start a visit from
Open a patient to review history forms and condition-specific scores, or start a visit from
<a href="{{ route('care.queue.index') }}" class="font-medium underline">Queue</a>
and use <strong>Universal intake</strong> / <strong>Clinical pathways</strong> on the consultation.
and use the patient history form and condition pathways on the consultation.
</p>
</div>
@endif