diff --git a/resources/views/care/assessments/create.blade.php b/resources/views/care/assessments/create.blade.php
index b7eb6a3..fb58420 100644
--- a/resources/views/care/assessments/create.blade.php
+++ b/resources/views/care/assessments/create.blade.php
@@ -9,7 +9,7 @@
No capturable assessment templates are available for your role. Ensure content packs are seeded and the assessments engine is enabled. No forms are available for your role right now. Ask an administrator to confirm clinical forms are enabled in Settings.
No universal intake for this patient yet.
+No patient history form recorded yet.
@endif @endif - {{-- Layer 2: pathways (suggest from persisted diagnoses; clinician confirms) --}}@if ($consultation->diagnoses->isEmpty()) - Save diagnoses to see pathway suggestions. + Save diagnoses to see suggested condition pathways. @else - No pathway matches for saved diagnoses. + No matching condition pathways for the saved diagnoses. @endif
@endif @@ -244,8 +241,8 @@No assessments linked to this consultation yet.
+No extra forms started for this visit yet.
@endif @if (($canCaptureAssessment ?? false) && ! $isCompleted && ($startableTemplates ?? collect())->isNotEmpty())- Narrative source of truth for this encounter. Structured universal intake is a separate overlay above and is not auto-synced with these fields. + Free-text notes for this visit. The patient history form above is optional and will not replace what you write here.
@endifSymptoms: {{ $consultation->symptoms }}
@endif @@ -427,7 +424,7 @@ @if (($canViewAssessments ?? false) && ($universalAssessment ?? null)?->isCompleted())Longitudinal outcomes
+Follow-up scores
{{ $patient->patient_number }}
diff --git a/resources/views/care/pathways/index.blade.php b/resources/views/care/pathways/index.blade.php
index b1030dc..cbc69ea 100644
--- a/resources/views/care/pathways/index.blade.php
+++ b/resources/views/care/pathways/index.blade.php
@@ -1,7 +1,7 @@
Clinical pathways Condition pathways
{{ $patient->patient_number }}
@@ -42,7 +42,7 @@
@if ($canManage && $catalog->isNotEmpty())
Clinical assessments Clinical forms
- 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
Queue
- and use Universal intake / Clinical pathways on the consultation.
+ and use the patient history form and condition pathways on the consultation.
Universal intake Patient history form
{{ $assessmentStatuses[$latestUniversalIntake->status] ?? $latestUniversalIntake->status }}
@@ -176,8 +176,8 @@
@if ($canCaptureAssessment ?? false)
Start assessment
@endif
- Clinical pathways
- Outcomes & trends
+ Condition pathways
+ Follow-up scores
{{ $patient->fullName() }}
Activate pathway
+ Add a condition pathway
By template
+ By clinical form
diff --git a/resources/views/care/settings/edit.blade.php b/resources/views/care/settings/edit.blade.php
index f88c9e5..0773077 100644
--- a/resources/views/care/settings/edit.blade.php
+++ b/resources/views/care/settings/edit.blade.php
@@ -89,16 +89,16 @@
@endif
@if ($canManage)
-