SaaS & Platforms

Doctor Chardi

Telegram healthcare bot + doctor panel

Role
Full-stack author
Period
2017
Era
pre-GitLab (Asarad)

Overview

A healthcare communication platform: patients talk to specialized doctors through a Telegram bot — test-result interpretation, medication questions, preliminary diagnoses — while doctors manage patient lists and respond through a dedicated web panel.

Built in 2017 at Asarad; the original repositories predate the accessible git hosting, so this page describes the shipped system.

  • Asarad (2017)repositories not in current hosting

Tech stack

Bot

  • Node.js
  • Telegram Bot API

Panel & data

  • .NET
  • SQL Server

Design patterns

  • Bot as front-end

    The Telegram bot is the patient UI — conversation state maps to consultation sessions in the backend.

  • Two-sided routing

    Patient questions queue to the right specialty; doctors answer from the panel and the bot delivers.

System design

PATIENTSCOREDOCTORSwebhookqueuereplyTelegram botquestions · resultsConsultation corerouting · sessionsSQL Serverpatients · threadsDoctor panelqueues · replies