147 lines
9.7 KiB
HTML
147 lines
9.7 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<style id="fort-styles">
|
|||
|
|
[data-fort]{font:inherit;color:inherit}
|
|||
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|||
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%}
|
|||
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|||
|
|
[data-fort] a:hover{opacity:.72}
|
|||
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|||
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|||
|
|
.fort-citizen .fc-name{font-weight:600}
|
|||
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|||
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.7em}
|
|||
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|||
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|||
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|||
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover}
|
|||
|
|
.fort-film img{aspect-ratio:16/10}
|
|||
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1.4em;align-items:center}
|
|||
|
|
</style>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<title>Clinical Protocols — the Breath-Check Deep Dive | Allison Walters</title>
|
|||
|
|
<meta property="og:type" content="article">
|
|||
|
|
<meta property="og:title" content="Clinical Protocols — the Breath-Check Deep Dive">
|
|||
|
|
<meta property="og:description" content="The sixty-second respiratory assessment I run on the night shift: position, rate, effort, auscultation — with normal ranges, red flags, and a worked exam.">
|
|||
|
|
<meta property="og:url" content="https://allison-walters.4ort.net/clinical-protocols.html">
|
|||
|
|
<meta name="twitter:card" content="summary_large_image">
|
|||
|
|
<meta name="description" content="The sixty-second respiratory assessment an ED nurse runs: position, rate, effort, auscultation — normal ranges, red flags, and a worked example from the Detroit night shift.">
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
<style>
|
|||
|
|
:root{--ink:#2b2a26;--paper:#f7f3ea;--line:#d8d0bf;--scrub:#3a6b4f;--scrub-deep:#2a4f3a;--mark:#c9a227;--chip:#efe9da;--red:#a33b2e}
|
|||
|
|
*{box-sizing:border-box}
|
|||
|
|
body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,"Iowan Old Style",serif;line-height:1.75;font-size:18px}
|
|||
|
|
.wrap{max-width:880px;margin:0 auto;padding:0 1.4rem}
|
|||
|
|
header.masthead{background:var(--ink);color:var(--paper);padding:3rem 0 2rem;border-bottom:5px solid var(--red)}
|
|||
|
|
.masthead .mono{font-family:"Courier New",monospace;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#c9b28a}
|
|||
|
|
.masthead h1{font-size:2.7rem;margin:.5rem 0 0;font-weight:400;letter-spacing:-1px}
|
|||
|
|
.masthead p{margin:.6rem 0 0;font-style:italic;color:#c8d2cc}
|
|||
|
|
nav.fort-nav{background:var(--chip);border-bottom:2px solid var(--line);padding:.9rem 1.4rem;max-width:880px;margin:0 auto}
|
|||
|
|
nav.fort-nav a{color:var(--ink);text-decoration:none;font-family:"Courier New",monospace;font-size:.83rem;letter-spacing:.05em;border-bottom:2px solid transparent;padding-bottom:2px}
|
|||
|
|
nav.fort-nav a:hover{border-bottom-color:var(--red)}
|
|||
|
|
main{padding:2.6rem 0 .4rem}
|
|||
|
|
.lede{font-size:1.22rem;font-style:italic;border-left:4px solid var(--red);padding-left:1.1rem;margin:0 0 2.4rem;color:#3a3a35}
|
|||
|
|
h2{font-family:"Courier New",monospace;font-size:.95rem;letter-spacing:.2em;text-transform:uppercase;color:var(--scrub-deep);border-bottom:1px solid var(--line);padding-bottom:.5em;margin:3rem 0 1.1em;display:flex;align-items:center;gap:.6em}
|
|||
|
|
h2::before{content:"◆";color:var(--mark);font-size:.7em}
|
|||
|
|
h3{font-size:1.15rem;color:var(--scrub-deep);margin:1.8rem 0 .5em}
|
|||
|
|
img.mast{width:100%;display:block;border:1px solid var(--line);margin:1.4rem 0}
|
|||
|
|
table{width:100%;border-collapse:collapse;font-size:.95rem;margin:1.2rem 0}
|
|||
|
|
th{font-family:"Courier New",monospace;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;text-align:left;background:var(--ink);color:var(--paper);padding:.6em .8em}
|
|||
|
|
td{border:1px solid var(--line);padding:.6em .8em}
|
|||
|
|
tr:nth-child(even) td{background:var(--chip)}
|
|||
|
|
.flag{color:var(--red);font-weight:700}
|
|||
|
|
.field-note{background:var(--chip);border:1px solid var(--line);border-left:4px solid var(--scrub);padding:1.1rem 1.3rem;font-family:"Courier New",monospace;font-size:.86rem;margin:1.4rem 0}
|
|||
|
|
ol.steps{counter-reset:st;list-style:none;padding:0;margin:1.2rem 0}
|
|||
|
|
ol.steps li{counter-increment:st;position:relative;padding:.7em 0 .7em 3em;border-bottom:1px dotted var(--line)}
|
|||
|
|
ol.steps li::before{content:counter(st,decimal-leading-zero);position:absolute;left:0;top:.7em;font-family:"Courier New",monospace;color:var(--mark);font-size:.85rem;letter-spacing:.05em}
|
|||
|
|
a{color:var(--scrub-deep)}
|
|||
|
|
.cite{font-size:.82rem;color:#666}
|
|||
|
|
footer{border-top:3px double var(--ink);margin-top:3rem;padding:1.6rem 0 2.6rem}
|
|||
|
|
.sig{font-family:"Courier New",monospace;font-size:.8rem;color:#666}
|
|||
|
|
</style>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<header class="masthead">
|
|||
|
|
<div class="wrap">
|
|||
|
|
<div class="mono">Allison Walters · LPN · Detroit suburbs</div>
|
|||
|
|
<h1>Clinical Protocols</h1>
|
|||
|
|
<p>The breath-check, the triage cadence, and the assessment rhythms I carry between shifts.</p>
|
|||
|
|
</div>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<nav class="wrap fort-nav">
|
|||
|
|
<a href="index.html">Home</a>
|
|||
|
|
<a href="clinical-protocols.html">Clinical Protocols</a>
|
|||
|
|
<a href="community-health-assessment.html">Community Health Assessment</a>
|
|||
|
|
<a href="six-breaths.html">The Six Breaths (film)</a>
|
|||
|
|
</nav>
|
|||
|
|
|
|||
|
|
<main class="wrap">
|
|||
|
|
<p class="lede">
|
|||
|
|
Before the machine beeps, before the lab values land, there's the breath I can see and hear.
|
|||
|
|
This is the deep dive on the sixty-second respiratory assessment — the one habit I trust most
|
|||
|
|
on a tired 2 AM shift, and the same cadence I teach when I take health screening out into the neighborhood.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<img class="mast" src="https://images.pexels.com/photos/4021775/pexels-photo-4021775.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=1200"
|
|||
|
|
alt="A stethoscope and assessment tools laid out on a clean clinic surface" loading="lazy">
|
|||
|
|
|
|||
|
|
<h2>The sixty-second rhythm</h2>
|
|||
|
|
<p>
|
|||
|
|
I run the same four moves in the same order every time, so the check is fast and nothing gets
|
|||
|
|
skipped just because I'm tired. The order is deliberate: it starts with what I can see from the
|
|||
|
|
doorway and ends with what only touch can tell me.
|
|||
|
|
</p>
|
|||
|
|
<ol class="steps">
|
|||
|
|
<li><strong>Position</strong> — before I touch anything, how is the body arranged in the bed? Upright and bracing on the arms is the <em>tripod</em> position; it tells me the patient is recruiting every muscle to breathe.</li>
|
|||
|
|
<li><strong>Rate</strong> — count a full cycle for sixty seconds when the patient doesn't realize I'm watching. Adults at rest run 12–20 breaths a minute; anything sustained outside that needs a reason.</li>
|
|||
|
|
<li><strong>Effort</strong> — is the breathing visible from across the room? Look for retractions pulling at the neck and ribs, nasal flaring, and whether the patient can finish a sentence without gasping.</li>
|
|||
|
|
<li><strong>Auscultation</strong> — then the stethoscope: clear on both sides and top to bottom, comparing symmetry. Wheezes, crackles, and silence each point somewhere specific.</li>
|
|||
|
|
</ol>
|
|||
|
|
|
|||
|
|
<div class="field-note">
|
|||
|
|
Field note — 02:00, ED. The belly moves before the lungs give up. If you only glance at the
|
|||
|
|
chest you can miss the diaphragmatic effort that's doing all the work. Watch the whole torso.
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<h2>Normal range quick table</h2>
|
|||
|
|
<table>
|
|||
|
|
<tr><th>Signal</th><th>Adult normal</th><th>Red flag</th></tr>
|
|||
|
|
<tr><td>Respiratory rate</td><td>12–20 / min at rest</td><td class="flag"><12 or >24, trended</td></tr>
|
|||
|
|
<tr><td>Effort</td><td>Even, quiet, no accessory muscles</td><td class="flag">Tripod, retractions, nasal flare</td></tr>
|
|||
|
|
<tr><td>Speech</td><td>Full sentences</td><td class="flag">Can't finish a sentence</td></tr>
|
|||
|
|
<tr><td>Auscultation</td><td>Clear, symmetric</td><td class="flag">Wheezes, crackles, or silent field</td></tr>
|
|||
|
|
<tr><td>Oxygen sat (pulse ox)</td><td>95–100% at room air</td><td class="flag"><92% — investigate</td></tr>
|
|||
|
|
</table>
|
|||
|
|
<p class="cite">Ranges follow common adult assessment standards; always calibrate to the patient's baseline and chart what you trend, not a single number.</p>
|
|||
|
|
|
|||
|
|
<h2>A worked example</h2>
|
|||
|
|
<p>
|
|||
|
|
One shift I flagged a gentleman who looked "fine" from the doorway — sitting up in the chair, scrolling his phone.
|
|||
|
|
But when I counted, his rate was 9 and shallow, and he couldn't string three words together without a pause.
|
|||
|
|
The tripod wasn't obvious because he'd braced against the chair arms casually. Six breaths was all it took to
|
|||
|
|
see he was compensating hard. That trajectory — not the pleasant first impression — is what the cadence is for.
|
|||
|
|
</p>
|
|||
|
|
|
|||
|
|
<h2>Grounded sources in my field</h2>
|
|||
|
|
<fort-kg query="respiratory rate assessment nursing" limit="5"><div class="field-note" data-fort="kg" data-query="respiratory rate assessment nursing" data-limit="5">Pulling sources…</div></fort-kg>
|
|||
|
|
|
|||
|
|
<h2>Where this connects</h2>
|
|||
|
|
<p>
|
|||
|
|
The same four-move rhythm is the backbone of the <a href="six-breaths.html">Six Breaths</a> film,
|
|||
|
|
and it's what I bring out of the ED into <a href="community-health-assessment.html">community health screening</a> —
|
|||
|
|
a structured check is a structured check, whether the setting is a stretcher or a folding table in a park.
|
|||
|
|
</p>
|
|||
|
|
<p>
|
|||
|
|
I keep a shared safety cadence on this with <fort-citizen name="angela-sanchez"></fort-citizen>; we compare
|
|||
|
|
handoff notes between our shifts so the breath-check stays consistent even when we're not in the same room.
|
|||
|
|
</p>
|
|||
|
|
</main>
|
|||
|
|
|
|||
|
|
<footer class="wrap">
|
|||
|
|
<div class="sig">Allison Walters — clinical precision, community heart. © 2026</div>
|
|||
|
|
</footer>
|
|||
|
|
</body>
|
|||
|
|
</html>
|