A practical guide for every role on the platform — patients, doctors, moderators, administrators, and developers.
NIHB is a role-based platform. When you log in, you land on the dashboard that matches your role: patient, doctor, moderator, or administrator. You can sign in with your email and password or with your Google account.
Your role is assigned by your organization's administrator. If you can't access a section you expect to see, contact your administrator.
Prefer to book directly? Browse doctors in your province from your dashboard, see their live availability, and pick a slot — no chat required.
If you need care now, request a walk-in with any doctor showing open walk-in availability. Once the doctor accepts, you'll get a meeting link to join the video consultation.
Prescriptions, medical summaries, and chat history all live in your dashboard, available whenever you need them.
Define your weekly schedule for regular appointments under Availability. Walk-in availability is managed separately — open or close walk-in windows whenever you're ready to take immediate consultations. Whatever you set is exactly what patients (and the chatbot) see.
While your walk-in window is open, incoming requests show up in your live queue. Accept to start a video consultation right away, or reject if you're unavailable.
After a consultation, write the prescription and assign the medical summary from the appointment view. Both become instantly visible to the patient.
Moderators get a read-only operational view of the platform: doctors by region, each doctor's appointments with their meeting links, and a live rooms dashboard that shows the real-time status of every walk-in and scheduled consultation.
NIHB exposes its core resources through a REST API: appointments, the chat assistant, and medical summaries. Requests are authenticated with a bearer token and exchange JSON.
GET /api/medical-summaries?patient_id=1042
Authorization: Bearer <your-token>
Accept: application/json
API access is provisioned per organization. Contact your NIHB administrator to get credentials for your integration.