Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (2024)

Neonatal CPAP therapy

Continuous positive airway pressure (CPAP) therapy is a well-established mode of noninvasive respiratory support for spontaneously breathing patients.

Bubble CPAP System

Designed to provide consistent pressure through an auto-leveling feature. The system includes circuits, a pressure-relief manifold and a Bubble CPAP generator.

View Bubble CPAP System

FlexiTrunk™ nasal CPAP interface

An integrated solution that includes all the components for delivering CPAP: nasal masks, nasal prongs, bonnets, and headgear. Provides a complete system when combined with a Bubble CPAP generator.

View FlexiTrunk Interface

How does CPAP therapy work?

CPAP therapy delivers a mixture of heated, humidified air and oxygen and generates a continuous distending pressure throughout the respiratory cycle by means of a sealed interface.1,2

Selecting an appropriately-sized interface is important for achieving an adequate seal. Short bi-nasal prongs or a nasal mask are the most commonly used types of interfaces for delivering CPAP.3 The efficacy of delivered therapy is not impacted by the choice of prongs or mask (when using a true CPAP system) and the two can be cycled in clinical practice to alleviate contact points.4

Bubble CPAP, a mode of CPAP therapy, may offer an additional benefit to patients in that it generates pressure oscillations which may improve gas exchange and carbon dioxide (CO2) elimination.5 An underwater seal is created by submerging the expiratory tube in a variable depth of water. Gas exiting the expiratory tube produces bubbles that then generate pressure oscillations.1 CPAP can be used in both the acute and recovery phases of respiratory distress syndrome (RDS).6,7

There are several well-documented benefits and mechanisms of action associated with this therapy.

  • Maintains functional residual capacity (FRC)
  • Reduces the work of breathing
  • Promotes airway hydration
  • Decreases the need for invasive ventilation
  • Bubble CPAP generates pressure oscillations
  • CPAP can be used in neonates with RDS

Maintains functional residual capacity (FRC)

CPAP enhances lung volume recruitment and helps establish and maintain adequate FRC (the volume of air that remains in the lungs following a typical expiratory phase).1,8,9 This volume is important for keeping the lungs open post exhalation.

CPAP has been shown to increase the volume of air remaining in the lungs after a typical expiratory phase, helping to keep the lungs open.1,8

As early as the 1970s, CPAP was shown to restore FRC, improve hypoxemia, reduce pulmonary vascular resistance and conserve surfactant.10,11

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (3)

Fig 1. The impacts of CPAP on a neonatal lung under respiratory distress. Without positive airway pressure, FRC is decreased and resistance is high, resulting in alveolar collapse (pictured left). With the application of positive airway pressure (pictured right), FRC is maintained effectively and alveoli are held open.

Reduces the work of breathing

CPAP therapy can improve the work of breathing by reducing the energy required to expand the lungs for inspiration. 8,12,13

Work of breathing is the force required to expand the lungs against their elastic properties. CPAP has been shown to elevate end-expiratory lung volume, which helps to unload the inspiratory muscles and reduce the work of breathing. 8,12,13

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (4)

Promotes airway hydration

During CPAP therapy, continuous distending pressure is generated throughout the respiratory cycle, and a heated and humidified mixture of air and oxygen is delivered.

Heated and humidified gas is an important aspect of delivering CPAP therapy, assisting with the natural defense mechanisms, maintaining airway mucosa and mucociliary function, and promoting conservation of energy for growth and development.24,25

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (5)

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (6)

Fig 3. Changing trends in respiratory support. Noninvasive modes of respiratory support such as CPAP are increasingly being used in place of invasive ventilation in clinical practice.

Decreases the need for invasive ventilation

The use of CPAP alone, or CPAP in combination with a surfactant when used for primary respiratory support, has been associated with a reduced need for intubation and invasive ventilation.14,15

Invasive ventilation can be lifesaving, especially for preterm infants born less than 30 weeks’ gestation with respiratory distress syndrome (RDS). However, it may contribute to increased rates of chronic lung disease. The associated disadvantages of invasive ventilation have led to the development of more noninvasive ventilation strategies, including CPAP therapy.3 Research has shown that CPAP can be used as an alternative to routine intubation and invasive ventilation in neonates with RDS.16,17

Bubble CPAP generates pressure oscillations

Pressure oscillations generated during bubble CPAP therapy produce vibrations that are similar to those produced by high-frequency ventilation, and may improve gas exchange and CO2 elimination.5

Studies have demonstrated that these pressure oscillations may be transmitted down the airways and into the lungs.5,18

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (7)

Fig 4.Graphical representation of bubble CPAP generated pressure oscillations.The pressure vs. time plot shows how pressure oscillations vary over time (green line) alongside the resulting mean airway/nasopharyngeal (NP) pressure (blue line).

CPAP can be used in neonates with RDS

Randomized controlled trials and systematic reviews have evaluated the use of CPAP as primary and postextubation respiratory support for premature and low-birth-weight neonates with RDS, both in the acute and recovery phases of this condition.3,6,7

In premature infants, RDS is the most common respiratory condition that CPAP has been used for since the 1970s.19,20 Several studies, which include randomized controlled trials and systematic reviews, have evaluated the use of CPAP as a mode of respiratory support in preterm neonates and infants with RDS and have concluded that CPAP is an effective mode of respiratory support for these patients. 3,14,21-23

CPAP: Neonates and Infants – Clinical Paper Summaries

Download the clinical summary book

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (9)

Get support via the
F&P Neonatal App

A simple guide to your FlexiTrunk nasal CPAP interface.
This hands-on support tool is designed to build confidence in the F&P FlexiTrunk™ nasal CPAP interface so you can confidently and freely administer invaluable care to our most vulnerable patients. Download the F&P Neonatal App from Google Play and the App Store.

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (10)Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (11)

.

'); var $refSupEls = $contentEls.find("sup").filter(function () { // Ignore elements that contain text return !$(this).text().match(/[a-z]/i); }), $refListItemEls = $refList.children("li"), $refHtmlContainer = $("#ttref_items"); // Check for valid references in sup elements and a list if ($refSupEls.length && $refListItemEls.length) { $refListItemEls.each(function (listIndex) { $(this).attr("data-refnum", listIndex + 1); }); // Create reference triggers and html from sup elements $refSupEls.each(function (supIndex) { // Build array of matching reference item numbers from comma list and ranges var supValues = $(this).text().split(","), refMatchArr = []; for (var i = 0; i < supValues.length; i++) { // Deal with reference ranges (e.g. "1-3") if (supValues[i].indexOf("-") >= 0) { var range = supValues[i].split("-"), rangeFrom = parseInt(range[0], 10), rangeTo = parseInt(range[range.length - 1], 10); // Iterate through reference range and add numbers to reference list if ( Number.isInteger(rangeFrom) && Number.isInteger(rangeTo) && rangeFrom < rangeTo ) { for (var refNum = rangeFrom; refNum < rangeTo + 1; refNum++) { refMatchArr.push(refNum); } } } // Deal with single reference numbers (e.g. "2") else { // Add numbers to reference list var refNum = parseInt(supValues[i], 10); if (Number.isInteger(refNum)) { refMatchArr.push(refNum); } } } // Make sure we've got some valid numbers from the sup element if (refMatchArr.length) { // Collect matching reference items from the reference list var $refListItemMatches = $refListItemEls.filter(function ( filterIndex, filterEl ) { return refMatchArr.indexOf(filterIndex + 1) >= 0; }), refErrorClass = ""; // Check that we've found a matching reference for every sup number, otherwise warn if (refMatchArr.length !== $refListItemMatches.length) { refErrorClass = " ttref-error"; console.warn( "Reference tooltips: no reference match for one or more numbers in group (find .ttref-error)", refMatchArr ); } // Make sure we've got connections between sup numbers and the reference list, prepare elements if ($refListItemMatches.length) { // Wrap valid sup element in span with reference numbers and match ID in data attribute // Wrapping gives us a full-height clickable element, rather than a small superscript element // $(this) here is the current .each() iteration of $refSupEls $(this).wrap(function () { return ( '' ); }); // Build the tooltip HTML from the matched reference list items var refTooltipHtml = '

'; // No number in tooltip for a single reference if ($refListItemMatches.length === 1) { refTooltipHtml += '

'; refTooltipHtml += $refListItemMatches.html(); refTooltipHtml += "

"; } // Numbers in tooltip for multiple references else { $refListItemMatches.each(function (matchIndex) { refTooltipHtml += '

'; refTooltipHtml += '' + $(this).attr("data-refnum") + "."; refTooltipHtml += $(this).html(); refTooltipHtml += "

"; }); } refTooltipHtml += "

"; $refHtmlContainer.append(refTooltipHtml); } } }); // Wire up tooltipster plugin $(".ttref-trigger").tooltipster({ animation: "fade", contentAsHTML: true, distance: 1, interactive: true, maxWidth: 320, side: "bottom", theme: "ttref-shadowbox", trigger: "click", }); } // Can't find required elements else { if (!$refSupEls.length) { console.warn( "Reference tooltips: no valid references found in content elements", $contentEls ); } if (!$refListItemEls.length) { console.warn( "Reference tooltips: no items found in reference list element", $refList ); } } }, 1000); });

The F&P Neonatal App is not intended to provide medical diagnoses or treatment advice. The app is intended exclusively for healthcare professionals and is not a substitute for the exercise of clinical judgment by an appropriately-qualified healthcare professional.

F&P and FlexiTrunk are trademarks of Fisher & Paykel Healthcare Limited. For patent information, seewww.fphcare.com/ip

Apple and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries. The App Store is a service mark of Apple Inc., in the U.S. and other countries. Google and Google Play are trademarks of Google LLC.

Neonatal CPAP Therapy Overview | Fisher & Paykel Healthcare (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Arielle Torp

Last Updated:

Views: 5532

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Arielle Torp

Birthday: 1997-09-20

Address: 87313 Erdman Vista, North Dustinborough, WA 37563

Phone: +97216742823598

Job: Central Technology Officer

Hobby: Taekwondo, Macrame, Foreign language learning, Kite flying, Cooking, Skiing, Computer programming

Introduction: My name is Arielle Torp, I am a comfortable, kind, zealous, lovely, jolly, colorful, adventurous person who loves writing and wants to share my knowledge and understanding with you.