<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jerry Nwobodo </title>
    <description>The latest articles on DEV Community by Jerry Nwobodo  (@jerrynwobodo).</description>
    <link>https://dev.to/jerrynwobodo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4118193%2Ff12719e8-c7fb-4e7c-a724-dea905729cad.jpg</url>
      <title>DEV Community: Jerry Nwobodo </title>
      <link>https://dev.to/jerrynwobodo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jerrynwobodo"/>
    <language>en</language>
    <item>
      <title>Building Presibo: The Technology Behind Continuous Healthcare</title>
      <dc:creator>Jerry Nwobodo </dc:creator>
      <pubDate>Wed, 09 Sep 2026 21:02:42 +0000</pubDate>
      <link>https://dev.to/jerrynwobodo/building-presibo-the-technology-behind-continuous-healthcare-n22</link>
      <guid>https://dev.to/jerrynwobodo/building-presibo-the-technology-behind-continuous-healthcare-n22</guid>
      <description>&lt;p&gt;Healthcare is still largely reactive.&lt;/p&gt;

&lt;p&gt;A patient checks their blood pressure when they feel unwell. They visit a hospital when symptoms become serious. A doctor sees a snapshot of their health during an appointment, makes a decision, and the patient goes home.&lt;/p&gt;

&lt;p&gt;But chronic diseases like hypertension and diabetes do not work on appointment schedules.&lt;/p&gt;

&lt;p&gt;They happen every day.&lt;/p&gt;

&lt;p&gt;That is the problem we are trying to solve at Presibo.&lt;/p&gt;

&lt;p&gt;From a Healthcare App to a Connected Care Infrastructure&lt;/p&gt;

&lt;p&gt;Presibo started as a software idea during COVID-19, initially focused on prescriptions and helping patients stay on top of their medications and appointments.&lt;/p&gt;

&lt;p&gt;Over time, we realised that the bigger problem was not simply access to prescriptions or consultations.&lt;/p&gt;

&lt;p&gt;It was continuity of care.&lt;/p&gt;

&lt;p&gt;How do we know what is happening to a patient's health between two hospital visits?&lt;/p&gt;

&lt;p&gt;That question led us toward building a technology infrastructure that connects the patient, medical devices, AI and healthcare professionals into one continuous loop.&lt;/p&gt;

&lt;p&gt;We call this the Presibo Care Loop.&lt;/p&gt;

&lt;p&gt;The Care Loop&lt;/p&gt;

&lt;p&gt;At a high level, the architecture looks like this:&lt;/p&gt;

&lt;p&gt;Patient → Device → Data → AI → Risk Detection → Triage → Healthcare Professional → Intervention → Patient&lt;/p&gt;

&lt;p&gt;The loop then continues.&lt;/p&gt;

&lt;p&gt;Instead of waiting for a patient to arrive at a hospital with a problem, the system is designed to continuously collect health signals and surface situations that may require attention.&lt;/p&gt;

&lt;p&gt;Connected Medical Devices&lt;/p&gt;

&lt;p&gt;One of the biggest steps in our evolution has been moving beyond software.&lt;/p&gt;

&lt;p&gt;We are developing connected blood pressure monitors and glucometers that can communicate with the Presibo platform.&lt;/p&gt;

&lt;p&gt;A reading taken from a device can be transmitted into the patient's digital health record, allowing the platform to build a longitudinal picture of the patient's health rather than relying on isolated measurements.&lt;/p&gt;

&lt;p&gt;This changes the question from:&lt;/p&gt;

&lt;p&gt;«"What is the patient's blood pressure today?"»&lt;/p&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;p&gt;«"What has been happening to this patient's blood pressure over time?"»&lt;/p&gt;

&lt;p&gt;That distinction is extremely important in chronic disease management.&lt;/p&gt;

&lt;p&gt;The AI Layer&lt;/p&gt;

&lt;p&gt;Raw health data by itself is not particularly useful.&lt;/p&gt;

&lt;p&gt;The challenge is turning thousands of individual readings into meaningful information.&lt;/p&gt;

&lt;p&gt;Our AI layer is designed to analyse patient data, identify patterns and flag readings or trends that may require attention.&lt;/p&gt;

&lt;p&gt;For example, instead of simply storing:&lt;/p&gt;

&lt;p&gt;BP: 168/104&lt;/p&gt;

&lt;p&gt;the system can look at the patient's history, previous readings and other available signals to determine whether the reading represents an unusual change that should be escalated.&lt;/p&gt;

&lt;p&gt;The goal is not to replace doctors.&lt;/p&gt;

&lt;p&gt;The goal is to help healthcare professionals see the right information at the right time.&lt;/p&gt;

&lt;p&gt;Intelligent Triage&lt;/p&gt;

&lt;p&gt;Once a concerning signal is identified, it can enter our triage and escalation workflow.&lt;/p&gt;

&lt;p&gt;The severity of an event determines the appropriate response.&lt;/p&gt;

&lt;p&gt;A relatively low-risk situation may result in a notification or recommendation.&lt;/p&gt;

&lt;p&gt;A more concerning situation may be routed to a nurse or health attendant.&lt;/p&gt;

&lt;p&gt;Higher-risk situations can be escalated to doctors or specialists.&lt;/p&gt;

&lt;p&gt;Potential emergencies require an entirely different response pathway.&lt;/p&gt;

&lt;p&gt;This creates a technology-driven hierarchy of care rather than sending every patient through the same workflow.&lt;/p&gt;

&lt;p&gt;The Human Layer&lt;/p&gt;

&lt;p&gt;One principle is extremely important to us:&lt;/p&gt;

&lt;p&gt;AI should assist healthcare professionals, not remove them from the loop.&lt;/p&gt;

&lt;p&gt;A doctor should be able to see the patient's relevant information, understand why an alert was generated and take the appropriate clinical action.&lt;/p&gt;

&lt;p&gt;Presibo therefore connects technology to people.&lt;/p&gt;

&lt;p&gt;The system is not simply:&lt;/p&gt;

&lt;p&gt;Device → AI&lt;/p&gt;

&lt;p&gt;It is:&lt;/p&gt;

&lt;p&gt;Device → AI → Triage → Human Response → Care&lt;/p&gt;

&lt;p&gt;That human response is what turns monitoring into healthcare.&lt;/p&gt;

&lt;p&gt;Building for Africa&lt;/p&gt;

&lt;p&gt;Building health technology in Africa comes with a unique set of constraints.&lt;/p&gt;

&lt;p&gt;Internet connectivity is inconsistent.&lt;/p&gt;

&lt;p&gt;Healthcare infrastructure is fragmented.&lt;/p&gt;

&lt;p&gt;Medical records are often disconnected.&lt;/p&gt;

&lt;p&gt;Patients may move between pharmacies, clinics and hospitals.&lt;/p&gt;

&lt;p&gt;And affordability matters.&lt;/p&gt;

&lt;p&gt;This is why we are building Presibo as both a digital and physical healthcare infrastructure.&lt;/p&gt;

&lt;p&gt;The click is the software, AI, connected devices and digital healthcare experience.&lt;/p&gt;

&lt;p&gt;The brick is the pharmacy, hospital, clinic, community health worker or physical healthcare professional.&lt;/p&gt;

&lt;p&gt;Technology has to work within the environment people actually live in.&lt;/p&gt;

&lt;p&gt;Where We Are Going&lt;/p&gt;

&lt;p&gt;Our long-term vision is bigger than a blood pressure monitor or a health app.&lt;/p&gt;

&lt;p&gt;We want to build an infrastructure where healthcare becomes increasingly continuous.&lt;/p&gt;

&lt;p&gt;A patient should not have to wait until something feels wrong before their health becomes visible to the healthcare system.&lt;/p&gt;

&lt;p&gt;Devices collect the signals.&lt;/p&gt;

&lt;p&gt;AI helps interpret them.&lt;/p&gt;

&lt;p&gt;Triage determines priority.&lt;/p&gt;

&lt;p&gt;Healthcare professionals respond.&lt;/p&gt;

&lt;p&gt;The patient's history stays in the cloud.&lt;/p&gt;

&lt;p&gt;And the loop continues.&lt;/p&gt;

&lt;p&gt;That is what we are building at Presibo.&lt;/p&gt;

&lt;p&gt;A continuous care infrastructure powered by connected devices, AI and human healthcare professionals.&lt;/p&gt;

&lt;p&gt;We are building it from Nigeria, for Africa and eventually for anyone who needs continuous chronic disease care.&lt;/p&gt;

&lt;p&gt;And this is just the beginning.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>software</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
