@extends('layouts.public') @section('title', 'FAQs - Meduvo Health') @section('content')

FAQs

Frequently asked questions.

Quick answers for practices, providers, administrators, and patients using Meduvo-supported collaborative care workflows.

@foreach ([ [ 'question' => 'What is Meduvo Health?', 'answer' => 'Meduvo is a collaborative care operations platform for clinics running screening, registry review, care-team handoff, psychiatric consultation, documentation, outcomes, and billing-readiness workflows.', ], [ 'question' => 'Who uses Meduvo?', 'answer' => 'The platform supports PCPs, BHCMs, psychiatrists, clinic administrators, and patients participating in approved clinic workflows.', ], [ 'question' => 'Can a practice start using Meduvo immediately after registration?', 'answer' => 'No. A practice is created in pending review first. A Meduvo SuperAdmin must verify compliance requirements, including BAA and eSign readiness, before PHI access is opened.', ], [ 'question' => 'Does Meduvo replace clinical judgment?', 'answer' => 'No. Meduvo supports care coordination and operational documentation, but clinics and licensed professionals remain responsible for diagnosis, treatment, safety planning, consent, and follow-up.', ], [ 'question' => 'How are patients invited or screened?', 'answer' => 'Authorized clinic users can register patients, assign assessments, launch kiosk sessions, or guide patients through supported app and web workflows depending on the clinic setup.', ], [ 'question' => 'Does Meduvo support Collaborative Care billing?', 'answer' => 'Meduvo tracks consent state, time logs, documentation gaps, outcomes, and claim readiness indicators. Clinics remain responsible for billing decisions and payer-specific requirements.', ], [ 'question' => 'Can patients contact Meduvo for medical advice?', 'answer' => 'No. Patients should contact their clinic or care team for medical questions. For urgent safety concerns, patients should use local emergency or crisis resources.', ], [ 'question' => 'How do we get support?', 'answer' => 'New practices can submit the intake form. Existing users can sign in to the secure portal, and privacy or security questions can be sent through the contact page.', ], ] as $item)
{{ $item['question'] }} +

{{ $item['answer'] }}

@endforeach
@endsection