@extends('layouts.public') @section('title', 'CoCM for Providers — Meduvo Health') @section('content')

CoCM for Providers

Move from screening to live collaborative care without losing the room.

Meduvo supports PCPs, BHCMs, psychiatrists, and clinic administrators with a shared workflow for screening, handoff, follow-up, psychiatric review, and billing evidence.

Screening

PHQ-9

Safety

Live

Care team

Ready

Billing

Tracked

@foreach ([ ['role' => 'PCP', 'text' => 'Assign screenings, review scores, discuss results, and start a live referral.'], ['role' => 'BHCM', 'text' => 'Receive referral queues, open chart context, track outreach, and maintain the care plan.'], ['role' => 'Psychiatrist', 'text' => 'Review escalated cases and send recommendations back through the care team.'], ['role' => 'Clinic Admin', 'text' => 'Oversee compliance, activation, billing thresholds, audit trail, and staffing.'], ] as $item)

{{ $item['role'] }}

{{ $item['text'] }}

@endforeach
@endsection