{{-- ═══ ICD-10 Diagnosis Picker ═══════════════════════════════════════════ --}} {{-- Shared partial included in consultation show, visits/show, and inpatient --}} {{-- Usage: @include('partials._icd10_picker', ['consultation' => $consultation]) --}} @php $existingDiagnoses = isset($consultation) && $consultation ? $consultation->diagnoses()->with('icd10Code')->get() : collect(); $consultationId = $consultation->id ?? null; @endphp
⚠ Free-text diagnoses are not linked to ICD-10 and will not appear in MOH reports or analytics.