Cases & Care Coordination

Shared care profiles that connect families, caregivers, and healthcare professionals around a single patient record.

Data Model

  • Case — patientName, patientDob, emergencyContact, dischargeNotes, consentGiven
  • Coordinator — the healthcare professional managing the case
  • Members — family and caregiver users linked with role-based access

API Endpoints

  • GET /api/cases/list — List all cases with relations
  • POST /api/cases/create — Create a new case
  • GET /api/cases/:id — Fetch a single case

Live Cases

Loading...