Vendor-agnostic healthcare technology consulting for Australian providers — with a particular focus on rural and remote communities. We cut vendor bias and costs to deliver proven solutions that fit your budget and your people.
Practical, vendor-agnostic technology consulting. From sourcing through to rollout and beyond.
Purpose-built AI tools for Australian healthcare providers. Each platform solves a specific operational or compliance challenge.
AI Procurement
Describe your needs, goals and budget — instantly surface tailored tech solutions, compare options side-by-side, and receive expert negotiation guidance.
Compliance Intelligence
Ask questions in plain language about NDIS, aged care, hospital discharge and more. Clear, accurate answers without sifting through dense legislation.
Aged Care Safety
AI-powered incident triage with web research, reputational risk assessment, similar case analysis and comprehensive reporting for Australian aged care.
Dementia Support
Compassionate AI assistance designed specifically for individuals living with dementia and their caregivers. Simple, supportive, always available.
SMPLS ASSIST is led by Dmitry Shibanov — a Melbourne-based healthcare executive, registered nurse and governance leader with over 30 years across aged care, NDIS disability services and community health.
We work as an independent partner — not a reseller, not a vendor’s agent. Our advice is grounded in what actually works at site level, with real staffing, real budgets and real constraints. We bring global technology to Australian healthcare, with a particular focus on improving access for regional, rural and remote communities.
Book a free 30-minute consultation. No obligation, no sales pitch — just an honest conversation about where technology can genuinely help.
Whether you’re evaluating a new system, struggling with a current implementation, or looking to build a healthcare app — get in touch. The first conversation is always free and always honest.
document.addEventListener(‘DOMContentLoaded’, function() {
var els = document.querySelectorAll(‘.sa-reveal’);
var observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add(‘visible’);
observer.unobserve(entry.target);
}
});
}, { threshold: 0.1 });
els.forEach(function(el) { observer.observe(el); });
});