Skip to main content

Feasibility of continuous non-invasive delivery of oxygen monitoring in cardiac surgical patients: a proof-of-concept preliminary study

Abstract

Purpose

Oxygen delivery (DO2) and its monitoring are highlighted to aid postoperative goal directed therapy (GDT) to improve perioperative outcomes such as acute kidney injury (AKI) after high-risk cardiac surgeries associated with multiple morbidities and mortality. However, DO2 monitoring is neither routine nor done postoperatively, and current methods are invasive and only produce intermittent DO2 trends. Hence, we proposed a novel algorithm that simultaneously integrates cardiac output (CO), hemoglobin (Hb) and oxygen saturation (SpO2) from the Edwards Life Sciences ClearSight System® and Masimo SET Pulse CO-Oximetry® to produce a continuous, real-time DO2 trend.

Methods

Our algorithm was built systematically with 4 components – machine interface to draw data with PuTTY, data extraction with parsing, data synchronization, and real-time DO2 presentation using a graphic-user interface. Hb readings were validated.

Results

Our algorithm was implemented successfully in 93% (n = 57 out of 61) of our recruited cardiac surgical patients. DO2 trends and AKI were studied.

Conclusion

We demonstrated a novel proof-of-concept and feasibility of continuous, real-time, non-invasive DO2 monitoring, with each patient serving as their own control. Our study also lays the foundation for future investigations aimed at identifying personalized critical DO2 thresholds and optimizing DO2 as an integral part of GDT to enhance outcomes in perioperative cardiac surgery.

Peer Review reports

Introduction

Worldwide, about 2 million open heart surgeries are performed annually [1] and these high-risk cardiac surgeries are associated with multiple complications and increased morbidity and mortality [2]. Optimizing oxygen delivery (DO2) has been shown to improve perioperative outcomes for cardiac surgery [3,4,5,6].

DO2 optimization during cardiopulmonary bypass (CPB), as part of goal-directed therapy (GDT), has demonstrated its efficacy in mitigating stage 1 acute kidney injury (AKI) following cardiac surgery [4]. Additionally, the use of functional hemodynamic monitoring within the Kidney Disease: Improving Global Outcomes (KDIGO) bundle during the initial 48 h post-cardiac surgery has shown a significant reduction of moderate and severe AKI [7]. However, continuous DO2 monitoring is not routine, and it does not extend into the postoperative period.

DO2 can be calculated using the oxygen flux equation, which is represented by the simplified formula: \({DO}_{2}= CO\times Hb \times {SpO}_{2} \times 1.34\), where CO is the cardiac output, Hb is the hemoglobin concentration, SpO2 is the oxygen saturation, and 1.34 is the maximal binding oxygen carrying capacity of Hb.

Traditionally, the pulmonary artery catheter (PAC) is the gold standard to measure CO based on thermodilution techniques. However, the insertion of the PAC is invasive, and various studies have reported that PAC use increases the likelihood of arrhythmia, pulmonary artery rupture, thrombosis, and sepsis [8,9,10]. Technical inaccuracies in PAC monitoring can also occur due to catheter misplacement, injectate temperature, thermistor malfunction, and clotting at the catheter tip [11]. To compute DO2, blood sampling of the hemoglobin is done, and DO2 is then derived from the oxygen flux equation as mentioned above. However, blood sampling of Hb is intermittent, and the monitoring of DO2 is non-continuous.

With the advent of new technology, the feasibility of non-invasive, continuous CO and Hb monitoring are now possible. The ClearSight System® (ECS, Edwards Life Sciences) measures blood pressure non-invasively and determines CO via continuous pressure waveform analysis [12]. Similarly, the Masimo SET Pulse CO-Oximetry® (MSPC) technology has enabled the continuous, non-invasive monitoring of Hb and oxygen saturation (SpO2) which mitigates the problems of intermittent Hb sampling [13]. Both new systems have improved greatly in portability and ease of operation.

As both ECS and MSPC operate on separate systems, current users will have to manually multiply components of the oxygen flux equation (namely CO, Hb, and SpO2) to derive DO2, hence making it cumbersome and impossible to have real-time DO2 readings. Therefore, we propose an algorithm that simultaneously integrates CO readings from the ECS with SpHb and SpO2 readings from the MSPC to produce real-time DO2 trends and evaluate the feasibility of continuous non-invasive delivery of oxygen monitoring in cardiac surgical patients in a proof-of-concept study.

Our proposed algorithm holds significant potential to revolutionize perioperative management in cardiac surgery by providing clinicians with the ability to engage in personalized medicine, where real-time insights into a patient’s DO2 trend will enable tailored interventions based on individual patient needs. This personalized approach to monitoring and optimization has the potential to mitigate complications such as AKI and improve overall patient outcomes.

Materials and methods

Components to build the real-time DO2 monitoring system

To build our real-time, non-invasive DO2 monitoring system, 4 components were built systematically from the machine interface, to data extraction, to data synchronization and integration, and then the real-time data presentation using the Graphical User Interface (GUI). Figure 1 illustrates the step-by-step flow of information from a cardiac surgical patient, acquired through the ECS and MSPC, to the laptop for processing using our novel algorithm, ultimately generating the real-time DO2 trend graph using GUI.

Fig. 1
figure 1

Physical setup of devices to a laptop for processing and to obtain a real-time DO2 trend graph

Machine interface

The ECS and MSPC are from different companies, and they operate on their proprietary operating systems. Therefore, an interface was required for data extraction. We devised the use of a free open-source terminal emulator and serial console application called PuTTY to draw data from these two machines by connecting them via serial ports to a main computer. This allows the output from both ECS and MSPC to be directly drawn to the computer for further processing by the algorithm (Fig. 1).

Data extraction

Each output line from the MSPC has individual timestamps with labels corresponding to the various parameters. This allows for easy parsing of data as the SpO2 and SpHb values are easily identified and isolated. However, output lines from the ECS did not have timestamps, proper indentations, and/or data labeling. Therefore, parsing was then applied based on the positioning of the CO data value that corresponded to the CO value displayed on the machine and the CO data could be isolated from the output lines.

Data synchronization and integration

In light of the differing time intervals between the outputs of both monitors, with the MSPC operating twice as fast as the ECS (i.e. MSPC every 1 s and ECS every 2 s), direct utilization of the extracted output to derive accurate DO2 readings was unfeasible. Therefore, in the final data extraction algorithm, MSPC outputs were aligned with ECS outputs every 2 s to synchronize the derivation of DO2. Data integration between the ECS and MSPC was done using Python codes to obtain real-time DO2 which was calculated using the oxygen flux equation, as delineated in the Introduction.

Real-time data presentation (GUI)

Real-time DO2 values are graphed as a dynamic trend chart that updates every 20 s, offering users an easy-to-follow overview of the data, enabling them to swiftly detect any anomalies and respond promptly. The real-time GUI was built using tkinter, which is event-based and calls for functions when individual widgets are triggered by the user. Widgets included in the GUI include frame, window, canvas, top level, button, label and check button. Prior to testing the algorithm on cardiac surgery patients, a simulator was also created by randomizing the different parameters (CO, SpHb and SpO2) within their normal ranges to obtain a real-time DO2 graph trend shown in Fig. 2.

Fig. 2
figure 2

Graphical user interface (GUI) displaying a real-time DO2 trend

Patient eligibility criteria

The inclusion criteria included patients aged 21 years and above undergoing elective cardiac surgery in a tertiary cardiac center. The exclusion criteria included emergency cases, patients on postoperative intra-aortic balloon pumps, pregnant women, and those who declined participation.

Clinical care and application of ECS and MSPC monitors

Routine perioperative clinical care was provided to all recruited patients as per institutional protocol. The attending cardiac anesthesiologist would exercise discretion in determining whether to adjust patient treatment based on real-time derived DO2 values perioperatively.

All patients had an ECS finger cuff placed on the index finger and an MSPC adhesive sensor placed on the ring finger before surgery to obtain baseline DO2 values and to ensure no equipment malfunction. The ECS and MSPC monitors, along with our laptop integrating the signals, remained powered on, and running continuously from the baseline measurement until the patient was extubated, or up to a maximum of 8 h postoperatively, except during CPB and patient transfer from the operating theatre (OT) to the intensive care unit (ICU).

There was no explicit recommendation for data integration from the manufacturers of each device.

Collection and analysis of primary outcome

Baseline patient characteristics, intraoperative variables, and anesthetic charts were obtained from routine clinical records. These clinical data were analyzed descriptively using numbers (percentages) for categorical variables and mean (standard deviation) or median (interquartile range) for continuous variables, depending on data distribution.

We also obtained the raw data from the ECS and MSPC monitoring devices, as well as the derived DO2 data based on the algorithm, from the main computer. The application PuTTY was used to draw data from both ECS and MSPC, and an in-built algorithm was used to derive DO2. The percentage of successful implementation of our algorithm was calculated.

Collection and analysis of exploratory secondary outcome and safety

Considering that DO2 is a modifiable risk factor for AKI, a common complication post-cardiac surgery [3, 4], we trended DO2 values for all patients, tabulated the perioperative DO2 parameters using descriptive statistics, and studied the graphical representation of DO2 trends between patients who developed AKI following cardiac surgery and those without. AKI was defined by the KDIGO criteria. An unpaired 2-sample T test was done to ascertain if differences in perioperative DO2 parameters between patients with and without postoperative AKI reached statistical significance (p < 0.05). Safety data on the use of ECS finger cuffs and MSPC adhesive sensors were also collected.

Validation of SpHb readings

SpHb readings from the MSPC were validated against laboratory Hb using a paired 2-sample T-test, where a statistically non-significant result (p > 0.05) suggests the validity of the SpHb readings. The agreement between the MSPC SpHb and laboratory Hb readings was further corroborated by the Bland-Altman analysis. The mean and differences were calculated for each matched pair of MSPC SpHb and laboratory Hb readings. Subsequently, the bias and limits of agreement were determined. A Bland-Altman plot, illustrating the difference versus the mean of SpHb and laboratory Hb values, was generated to visually assess the distribution and patterns of agreement. A 1-sample T-test was conducted to assess the statistical significance of the bias, where a statistically non-significant result (p > 0.05) suggests agreement between the 2 readings.

All data analyses were done using IBM SPSS Statistics (version 26.0, Armonk NY).

Results

Patient recruitment, baseline patient characteristics and intraoperative variables

61 patients met the eligibility criteria of the study and were recruited between 3 August 2021 and 5 October 2021. Baseline patient characteristics and intraoperative variables are summarized in Table 1.

Table 1 Baseline patient characteristics and intraoperative variables of eligible patients

Implementation of algorithm for cardiac surgical patients

Our novel algorithm was successfully implemented in 57 cardiac surgical patients, generating complete DO2 trends with individual continuous DO2 trend graphs for each patient. The mean perioperative DO2 values obtained across all individuals in this study ranged from 219.4 to 704.7 mL/min/m2, with an average monitoring duration of 378 ± 93 min. The unsuccessful implementation of the algorithm on 4 patients was due to undetectable CO signals due to machine interface problems and cuff malfunctions.

DO2 and AKI

Based on the KDIGO criteria for AKI, the incidence of postoperative AKI was 18.0% (n = 11). The perioperative DO2 parameters between patients with and without postoperative AKI are summarized in Table 2. The averages of mean DO2 and 10th centile DO2 were lower in patients with postoperative AKI compared to those without, though this did not reach statistical significance (p > 0.05).

Table 2 Perioperative DO2 parameters between patients with and without postoperative AKI

Visually, the DO2 trends in patients with postoperative AKI are shown in Fig. 3, where downtrends of postoperative DO2 and/or multiple DO2 dips are noted. A case example of a patient with postoperative AKI, where the DO2 trend was largely influenced by low SpHb values, is presented in Supplementary Fig. 1.

Fig. 3
figure 3

DO2 trend graph with time in patients with postoperative AKI (each represented with a different color), where downtrends of postoperative DO2 and/or multiple DO2 dips are seen

In comparison, Fig. 4 shows the uptrending of postoperative DO2 trends in patients without postoperative AKI. A case example of a patient without postoperative AKI, where the DO2 trend was jointly influenced by CO and SpHb values, is presented in Supplementary Fig. 2.

Fig. 4
figure 4

DO2 trend graph with time in patients with no postoperative AKI (each represented with a different color), where uptrends of postoperative DO2 are seen

Safety outcomes

Two patients violated protocol by wearing the ECS sensor for an average of 645 min, surpassing the recommended limit of 480 min. Subsequently, these patients developed cyanotic fingers, which resolved spontaneously when cuff measurements were discontinued. Additionally, one of these patients had a skin abrasion, which was successfully managed with conservative management.

Validation of SpHb readings

A paired 2-sample T-test between laboratory Hb values and corresponding MSPC Hb readings found no significant difference (10.6±1.4 g/dL vs. 10.5±1.6 g/dL respectively, p = 0.770).

This result was further corroborated with the Bland-Altman analysis. The bias, representing the average difference of MSPC SpHb and laboratory Hb readings, was − 0.05 ± 1.29 g/dL, with upper and lower limits of agreement at 2.46 g/dL and − 2.57 g/dL, respectively (Supplementary Fig. 3). The one-sample T-test comparing the mean difference to 0 yielded a non-significant p-value of 0.771, indicating agreement between the 2 measurement methods.

Discussion

This is the first proof-of-concept study to show the feasibility of continuous, non-invasive delivery of oxygen monitoring in cardiac surgical patients with our novel algorithm that simultaneously integrates CO readings from the ECS with SpHb and SpO2 readings from the MSPC to produce continuous, real-time DO2 readings non-invasively. Moreover, each patient’s preoperative baseline DO2 value served as their reference point, providing ease for the real-time interpretation of oxygen delivery and allowing for monitoring of the DO2 trend.

Utility of DO2 monitoring

The ultimate goal of hemodynamic monitoring and management is to provide adequate DO2 to meet the metabolic oxygen demands of the tissues and organs, to avoid anaerobic metabolism and accumulation of lactic acidosis. However, there are limitations to the use of DO2 monitoring in current clinical practice and functional hemodynamic monitoring is largely used as a surrogate for DO2 instead.

Addressing current limitations

Our novel algorithm can have real-time DO2 monitoring and seeks to address the current limitations faced. For non-surgical and non-cardiac surgical patients, DO2 is not routinely measured as CO is commonly obtained via minimally invasive (e.g. pulse pressure analysis method) or invasive means (e.g. pulmonary artery catheter bolus thermodilution method), and Hb sampling is done only intermittently via point-of-care or laboratory tests. The utility of DO2 is limited as it is cumbersome due to the need for invasive lines and the lack of continuous DO2 readings and trends.

Successful integration of CO, Hb and SpO2 readings to obtain DO2 readings at 1- and 10-minute intervals using the Quantum Perfusion System and Dideco software system respectively, during cardiac surgery has been previously reported [5, 14]. However, this can only be done when the patient is on CPB when CO is dependent on the pump flow setting. Maintaining DO2 above 272 mL/min/m2 during CPB has been shown to improve postoperative outcomes [15] but DO2 trending cannot be extended to the post-CPB period due to technical limitations. Instead, post-CPB monitoring relied largely on functional hemodynamic monitoring which cannot track end-organ DO2. Our solution of a non-invasive, continuous DO2 monitoring system is the first to demonstrate that it can be used to track DO2 postoperatively and to demonstrate its use in predicting poor outcomes after cardiac surgery.

Our setup is easy to use, non-invasive, and continuous, allowing real-time trending of DO2. This ensures that the physician is alerted early to a possible downturn in patients’ parameters, and this DO2 trending can be expanded to a large array of at-risk patients across different disciplines and clinical care settings.

Robustness of novel algorithm

While recognizing concerns about expanding the use of monitors beyond their original purpose, the robustness of our novel algorithm is built upon the established reliability of the proprietary algorithms embedded in the ECS and MSPC systems.

The non-invasive CO monitor by ECS has been evaluated and validated to be equivalent to its invasive counterpart during and after cardiac surgery – the pulmonary artery catheter bolus thermodilution method [16]. Simultaneously, given the unparalleled ability to have continuous and non-invasive SpHb monitoring unlike any other available hemoglobin monitors, the SpHb monitor by MSPC has been highly recommended as a trend monitor and allows for more effective blood utilization in cardiovascular surgery [17]. Additionally, we corroborated the accuracy of hemoglobin measurements obtained by MSPC through a comparison with laboratory test results.

However, it is important to note that calibration of the ECS and MSPC systems pre- and postoperatively should be carried out by the manufacturer’s recommendations to prevent system drift and inaccurate readings.

DO2 and AKI

We have presented both statistical and graphical comparisons of DO2 trends between cardiac surgical patients with and without postoperative AKI. As anticipated, patients with postoperative AKI exhibited poorer DO2 values overall. These results lead to the important question regarding the critical DO2 threshold in the post-CPB period which would reduce the incidence of AKI. Having demonstrated the feasibility of DO2 trending, our next focus would be to demonstrate and validate its robustness as a monitor for detecting AKI-associated DO2 trends and/or critical threshold. This endeavor aims to enhance the optimization of DO2 to mitigate and reduce postoperative adverse outcomes.

The PrevAKI randomized controlled trial has previously shown that using functional hemodynamic monitoring with early GDT optimization can significantly reduce postoperative moderate to severe AKI [7]. Our proposed solution of DO2 trending not only looks at the functional hemodynamic parameters but also addresses the adequacy of oxygenation and blood management which will enhance GDT optimization.

Advancing patient-centric care: personalized critical DO2 threshold

Critical DO2 values of < 280 ml/min/m2 during CPB have consistently been shown to be associated with AKI after cardiac surgery [4]. Currently, there is a paucity of studies on the optimal postoperative critical DO2 threshold, which reduces the risk of postoperative complications. Published critical DO2 values so far are based on the study cohort baseline characteristics, the outcome measures, and the statistical modeling method used [5, 14].

To address this gap, our innovative setup empowers clinicians with unprecedented access to continuous, real-time DO2 monitoring. This technological leap facilitates the identification of a patient’s unique baseline DO2 and the analysis of DO2 trends in relation to postoperative outcomes. This capability unlocks the potential for personalized critical DO2 thresholds, marking a paradigm shift towards a patient-centric model of care. The real-time availability of personalized DO2 readings serves as an unparalleled reference point, enabling clinicians to monitor trends and detect potential complications early. The personalized baseline not only enhances precision in identifying subtle changes in oxygen delivery tailored to each individual but also allows for interventions based on the patient’s distinct physiological response. As we continue to pursue technological refinements, the prospect of trending DO2 off-site and implementing customized alarms for each patient becomes increasingly significant. This not only ensures timely interventions but also empowers healthcare providers to proactively address deviations from a patient’s personalized baseline using early GDT strategies, ultimately improving postoperative adverse outcomes.

Limitations

There are a few limitations to our study. Our study was conducted within a single centre and involved a relatively small number of cardiac surgical patients. To enhance the external validity of our observations and extend the generalizability of our conclusions beyond the confines of cardiac surgical care, future studies should strive for broader inclusivity by encompassing non-cardiac surgical patients. Expanding the scope to include a more diverse patient population will contribute to a more comprehensive understanding of the implications of continuous DO2 monitoring across various clinical contexts.

Additionally, continuous, real-time DO2 monitoring introduces specific challenges. Firstly, 2 separate proprietary monitors (ECS and MSPC) are currently required to integrate and obtain DO2 readings, though each monitor is not bulky. Secondly, the ECS finger cuffs and MSPC adhesive sensors are costly, however, the cost may potentially be reduced if these consumables are purchased in bulk when DO2 monitoring is routinely done. Thirdly, the maximum duration of continuous DO2 readings is limited to 8 h at one stretch according to manufacturers’ recommendations. Lastly, the use of these peripheral monitors is less useful in very low perfusion states, e.g. during CPB, but continuous DO2 readings can be obtained from the perfusion pump machine.

Future works and applications

Our novel setup and algorithm show great promise in revolutionizing patient monitoring systems to include non-invasive DO2 trend monitoring as the gold standard for hemodynamic optimization. Further refinement to our algorithm to allow the inclusion of user inputs of a patient’s body surface area will provide real-time indexed DO2 values to allow for better referencing, standardization, and comparability between patients due to variations in body surface area. Also, incorporating an intelligent alert system will provide timely audio and visual cues to draw the attention of the clinician when DO2 values are below a critical threshold. In addition, future studies should validate non-invasive ECS-derived CO measurements against established methods like bolus thermodilution or echocardiography, extending the utility of our novel algorithm to include the use of individual DO2 values.

The vast amount of continuous DO2 data and its components will allow us to build a robust predictive model of postoperative outcomes utilizing machine learning and artificial intelligence. This will allow for a tailored response, such as optimizing Hb and/or hemodynamic parameters, for individual patients at specific timepoints, significantly improving postoperative outcomes.

Apart from the intensive care setting, this non-invasive DO2 trending can be easily performed in all clinical care areas for at-risk patients as an early trend monitor to guide decisions on when to escalate care and aid in appropriate utilization of scarce resources – all of which value adds the clinical care being delivered.

Conclusions

We have demonstrated the feasibility of the use of the first non-invasive, continuous DO2 trend monitor which simultaneously integrates CO readings and SpHb readings from two separate monitors, with each person serving as their own control, in a proof-of-concept study.

We also presented lower overall DO2 trends in patients with AKI following cardiac surgery. In the future, identification of personalized critical DO2 thresholds and the optimization of DO2 as part of GDT therapy will be explored to improve postoperative outcomes after cardiac surgery.

Data availability

The code utilized for extracting and integrating data from the ECS and MSPC is available on Github, Inc (https://doi.org/10.5281/zenodo.7936133). The code is open-sourced and can be freely accessed and reused for non-commercial and commercial purposes under the GNU General Public License, with permission from the corresponding author.

References

  1. Zilla P, Yacoub M, Zühlke L, et al. Global unmet needs in cardiac surgery. Glob Heart. 2018;13(4):293–303. https://doi.org/10.1016/j.gheart.2018.08.002.

    Article  PubMed  Google Scholar 

  2. Crawford TC, Magruder JT, Grimm JC, et al. Complications after Cardiac operations: all are not created equal. Ann Thorac Surg. 2017;103(1):32–40. https://doi.org/10.1016/j.athoracsur.2016.10.022.

    Article  PubMed  Google Scholar 

  3. Bousnina M, Jemel A, Soumer K, Sendi T, Ouerghi S, Marghli A. Oxygen delivery monitoring under cardiopulmonary bypass: what implication on postoperative morbidity and mortality? Tunis Med. 2020;98(12):1024–30.

    PubMed  Google Scholar 

  4. Ranucci M, Johnson I, Willcox T, et al. Goal-directed perfusion to reduce acute kidney injury: a randomized trial. J Thorac Cardiovasc Surg. 2018;156(5):1918–e19272. https://doi.org/10.1016/j.jtcvs.2018.04.045.

    Article  PubMed  Google Scholar 

  5. Magruder JT, Weiss SJ, DeAngelis KG, et al. Correlating oxygen delivery on cardiopulmonary bypass with Society of thoracic surgeons outcomes following cardiac surgery. J Thorac Cardiovasc Surg. 2022;164(3):997–1007. https://doi.org/10.1016/j.jtcvs.2020.12.008.

    Article  PubMed  Google Scholar 

  6. Leenders J, Overdevest E, van Straten B, et al. The influence of oxygen delivery during cardiopulmonary bypass on the incidence of delirium in CABG patients; a retrospective study. Perfusion. 2018;33(8):656–62. https://doi.org/10.1177/0267659118783104.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Meersch M, Schmidt C, Hoffmeier A, et al. Prevention of cardiac surgery-associated AKI by implementing the KDIGO guidelines in high risk patients identified by biomarkers: the PrevAKI randomized controlled trial. Intensive Care Med. 2017;43(11):1551–61. https://doi.org/10.1007/s00134-016-4670-3.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Evans DC, Doraiswamy VA, Prosciak MP, et al. Complications associated with pulmonary artery catheters: a comprehensive clinical review. Scand J Surg. 2009;98(4):199–208. https://doi.org/10.1177/145749690909800402.

    Article  CAS  PubMed  Google Scholar 

  9. Damen J. Ventricular arrhythmias during insertion and removal of pulmonary artery catheters. Chest. 1985;88(2):190–3. https://doi.org/10.1378/chest.88.2.190.

    Article  CAS  PubMed  Google Scholar 

  10. Scheer B, Perel A, Pfeiffer UJ. Clinical review: complications and risk factors of peripheral arterial catheters used for haemodynamic monitoring in anaesthesia and intensive care medicine. Crit Care. 2002;6(3):199–204. https://doi.org/10.1186/cc1489.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Elkayam U, Berkley R, Azen S, et al. Cardiac output by thermodilution technique. Effect of injectate’s volume and temperature on accuracy and reproducibility in the critically ill patient. Chest. 1983;84(4):418–22. https://doi.org/10.1378/chest.84.4.418.

    Article  CAS  PubMed  Google Scholar 

  12. Gellert G, Bramlage P. Use of the ClearSight® System for continuous noninvasive hemodynamic monitoring during heart valve interventions: review of the literature and single-site experience. Heart Surg Forum. 2018;21(6):E476–83. https://doi.org/10.1532/hsf.2177.

    Article  PubMed  Google Scholar 

  13. Macknet MR, Allard M, Applegate RL 2, et al. The accuracy of noninvasive and continuous total hemoglobin measurement by pulse CO-Oximetry in human subjects undergoing hemodilution. Anesth Analg. 2010;111(6):1424–6. https://doi.org/10.1213/ANE.0b013e3181fc74b9.

    Article  PubMed  Google Scholar 

  14. de Somer F, Mulholland JW, Bryan MR, et al. O2 delivery and CO2 production during cardiopulmonary bypass as determinants of acute kidney injury: time for a goal-directed perfusion management? Crit Care. 2011;15(4):R192. https://doi.org/10.1186/cc10349.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Ranucci M, Romitti F, Isgrò G, et al. Oxygen delivery during cardiopulmonary bypass and acute renal failure after coronary operations. Ann Thorac Surg. 2005;80(6):2213–20. https://doi.org/10.1016/j.athoracsur.2005.05.069.

    Article  PubMed  Google Scholar 

  16. Wang Y, Huang W, Han J, et al. A comparison of ClearSight noninvasive cardiac output and pulmonary artery bolus thermodilution cardiac output in cardiac surgery patients. Perioper Med (Lond). 2022;11(1):24. https://doi.org/10.1186/s13741-022-00248-1.

    Article  PubMed  Google Scholar 

  17. Odeh JM, Hill SE. Noninvasive continuous hemoglobin monitoring: Role in Cardiovascular surgery. J Cardiothorac Vasc Anesth. 2019;33(Suppl 1):S73–5. https://doi.org/10.1053/j.jvca.2019.03.044.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This research was funded by the SingHealth Duke-NUS Anaesthesiology & Perioperative Sciences Academic Clinical Programme, Clinical & Systems Innovation Support Grant (12/FY2020/P2/13-A86).

Author information

Authors and Affiliations

Authors

Contributions

Ming Ann Sim, Lian-Kah Ti and Sophia T.H. Chew contributed to the study conception. The study design and methodology were designed by Ming Ann Sim, Jerry Y.H. Fuh, Lian-Kah Ti, and Sophia T.H. Chew. The software component was implemented by Jerry Y.H. Fuh. Investigation was undertaken by Suneel R. Desai, Felicia S.W. Chu, and Sophia T.H. Chew. Felicia S.W. Chu curated the data. Formal analyses were done by Roderica R.G. Ng, Felicia S.W. Chu, and Sophia T.H. Chew. Visualizations were created by Roderica R.G. Ng and Felicia S.W. Chu. Project administration responsibilities were distributed among Roderica R.G. Ng, Suneel R. Desai, Felicia S.W. Chu, Sheryl W.L. Chee, and Sophia T.H. Chew. The study was supervised by Suneel R. Desai, Lian-Kah Ti, and Sophia T.H. Chew. Funding acquisition was by Suneel R. Desai and Sophia T.H. Chew. The first draft of the manuscript was written by Roderica R.G. Ng, Felicia S.W. Chu and Sophia T.H. Chew, and all authors commented on previous versions of the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Sophia T. H. Chew.

Ethics declarations

Ethics approval and consent to participate

The study was conducted in accordance with the Declaration of Helsinki, and approved by the National Healthcare Group (NHG) Domain Specific Review Board (DSRB) Domain D (DSRB 2019/00022) on 9 July 2020. Written informed consent was obtained from all recruited and eligible patients involved in the study.

Study registration

The study was registered on 20 May 2021 at clinicaltrials.gov (NCT04895384).

Consent for publication

Consent for publication was taken as part of the written informed consent for all recruited and eligible patients.

Competing interests

The authors have no relevant financial or non-financial interests to disclose. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Electronic supplementary material

Below is the link to the electronic supplementary material.

Supplementary Material 1

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ng, R.R.G., Desai, S.R., Chu, F.S.W. et al. Feasibility of continuous non-invasive delivery of oxygen monitoring in cardiac surgical patients: a proof-of-concept preliminary study. BMC Anesthesiol 24, 187 (2024). https://doi.org/10.1186/s12871-024-02561-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12871-024-02561-2

Keywords