Welcome to RS Sehat Sentosa

Book your appointment online. Quick, easy, and reliable.


Our Specialties

Cardiology Dermatology General Practice Pediatrics Orthopedics Ophthalmology

Quick Info

6 specialist doctors available
8 treatments & services
Online booking with instant confirmation
Multiple payment options

1. Choose Doctor
2. Select Schedule
3. Patient Details
4. Confirm & Pay

Select a Doctor

Booking Management

Booking ID Patient Doctor Date & Time Treatment Price Status Payment Actions
๐Ÿ“‹

No bookings yet. Bookings made via the app or AI agent will appear here.

API Documentation

Use these endpoints to integrate with Qontak AI Agent. Base URL: https://mkr-internal.asia/hospital-booking

Doctors

GET /hospital-booking/api/doctors?specialty={specialty} โ€” List doctors
GET /hospital-booking/api/doctors/{id}/availability?date={YYYY-MM-DD} โ€” Check slots

Treatments

GET /hospital-booking/api/treatments?category={cat}&search={term} โ€” List treatments

Bookings

POST /hospital-booking/api/bookings โ€” Create booking
GET /hospital-booking/api/bookings?phone={phone}&patient_name={name} โ€” List bookings
GET /hospital-booking/api/bookings/{id} โ€” Get detail
POST /hospital-booking/api/bookings/{id}/pay โ€” Make payment
GET /hospital-booking/api/bookings/{id}/payment-status โ€” Check payment
POST /hospital-booking/api/bookings/{id}/cancel โ€” Cancel booking

Example: Create Booking

POST /hospital-booking/api/bookings
Content-Type: application/json

{
  "patient_name": "Budi Santoso",
  "patient_phone": "08123456789",
  "doctor_id": "DR001",
  "treatment_id": "TRT002",
  "date": "2026-05-12",
  "time": "09:00"
}