NAJM

transport

NAJM — Healthcare Services
NAJM Services

Choose Your Service

Access secure, premium healthcare and support services curated for your lifestyle.

Patient Transfer
Safe • Reliable • Fast

Patient Transfer

Book medical transport equipped with advanced healthcare utilities.

Request Transfer
Order Medications
Easy • Secure • On Time

Order Medications

Refill prescriptions and order healthcare items directly to your door.

Order Medications

Recent Activity

No recent activity yet

Your updates will appear here
Home Transport Consult Store Profile 0 0 1-2 2H5a2 2 0 0 1-2-2z”/>",">"); } function loadAppointments(){ fetch("/wp-json/najm-bridge/v1/dashboard?client_id=" + encodeURIComponent(clientId)) .then(r => r.json()) .then(data => { if(!data.success) return; const appointments = data.appointments || []; const next = appointments[0] || null; const activityCard = document.querySelector(".activity-card"); if(activityCard && next){ activityCard.innerHTML = `
📅

Upcoming Appointment

${esc(next.provider_name || "Provider")} · ${esc(next.appointment_date)} ${esc(next.appointment_time)}
`; } }).catch(err => console.log("Bridge connection waiting...")); } loadAppointments(); setInterval(loadAppointments, 10000); })();