-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathref.html
135 lines (117 loc) · 6.56 KB
/
ref.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>MCI Triage</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link href="main.css" rel="stylesheet">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<nav class="nav justify-content-center bg-secondary text-white sticky-top" id="banner">
<span class="navbar-text">MCI Triage iPhone app now available!</span>
<div class="button-padding"><a class="btn btn-outline-light" href="https://apps.apple.com/us/app/mass-casualty-triage/id6448709236" target="_blank" role="button">App Store</a></div>
</nav>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container">
<a class="navbar-brand" href="./index.html">MCI Triage</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./start.html">START</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./jumpstart.html">JumpSTART</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./salt.html">SALT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./ref.html">References</a>
</li>
</ul>
<span class="navbar-text">
Open-access mass-casualty incident triage tool
</span>
</div>
</div>
</nav>
<div class="container">
<br>
<!-- BODY -->
<div class="container text-center">
<table class="table">
<thead>
<tr>
<th scope="col">Triage Tag</th>
<th scope="col">Explanation</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><div class="alert alert-dark" role="alert">Expectant</div></th>
<td class="tag-ref">Victim is deceased or is not expected to survive due to the severity of their injuries. </td>
</tr>
<tr>
<th scope="row"><div class="alert alert-danger" role="alert">Immediate</div></th>
<td class="tag-ref">Victim has severe injuries requiring immediate treatment. </td>
</tr>
<tr>
<th scope="row"><div class="alert alert-warning" role="alert">Delayed</div></th>
<td class="tag-ref">Victim has potentially severe injuries, but treatment can be delayed up to a few hours.</td>
</tr>
<tr>
<th scope="row"><div class="alert alert-success" role="alert">Minor</div></th>
<td class="tag-ref">Victim has minor injuries not requiring immediate treatment. </td>
</tr>
</tbody>
</table>
<h3>START References</h3>
<div class="card">
<div class="card-body" align="left">
<ol type="1">
<li>Benson, M., Koenig, K. L., & Schultz, C. H. (1996). Disaster triage: START, then SAVE -- a new method of dynamic triage for victims of a catastrophic earthquake. <i>Prehospital and Disaster Medicine</i>, 11(2), 117–124. <a href="https://doi.org/10.1017/s1049023x0004276x">https://doi.org/10.1017/s1049023x0004276x</a> </li>
<li>Community Emergency Response Team. (2005, August 12). <i>START - Simple Triage and Rapid Treatment</i>. Los Angeles Fire Department Disaster Preparedness Section. Retrieved from <a href="https://www.cert-la.com/downloads/education/english/start.pdf">https://www.cert-la.com/downloads/education/english/start.pdf</a> </li>
<li>US Department of Health & Human Services. (2022, November 16). <i>START Adult Triage Algorithm</i>. Chemical Hazards Emergency Medical Management. Retrieved from <a href="https://chemm.hhs.gov/startadult.htm">https://chemm.hhs.gov/startadult.htm</a> </li>
</ol>
</div>
</div> <br>
<h3>JumpSTART References</h3>
<div class="card">
<div class="card-body" align="left">
<ol type="1">
<li>Romig L. E. (2002). Pediatric triage. A system to JumpSTART your triage of young patients at MCIs. <i>JEMS: Journal of Emergency Medical Services</i>, 27(7), 52–63. </li>
<li>US Department of Health & Human Services. (2022, November 16). <i>JumpSTART Pediatric Triage Algorithm</i>. Chemical Hazards Emergency Medical Management. Retrieved from <a href="https://chemm.hhs.gov/startpediatric.htm">https://chemm.hhs.gov/startpediatric.htm</a> </li>
</ol>
</div>
</div> <br>
<h3>SALT References</h3>
<div class="card">
<div class="card-body" align="left">
<ol type="1">
<li>SALT mass casualty triage: concept endorsed by the American College of Emergency Physicians, American College of Surgeons Committee on Trauma, American Trauma Society, National Association of EMS Physicians, National Disaster Life Support Education Consortium, and State and Territorial Injury Prevention Directors Association. (2008). <i>Disaster Medicine and Public Health Preparedness</i>, 2(4), 245–246. <a href="https://doi.org/10.1097/DMP.0b013e31818d191e">https://doi.org/10.1097/DMP.0b013e31818d191e</a> </li>
<li>US Department of Health & Human Services. (2022, November 16). <i>SALT Mass Casualty Triage Algorithm</i>. Chemical Hazards Emergency Medical Management. Retrieved from <a href="https://chemm.hhs.gov/salttriage.htm">https://chemm.hhs.gov/salttriage.htm</a> </li>
</ol>
</div>
</div><br>
<hr><br>
<div class="card">
<div class="card-body">
<h5 class="card-title">About</h5>
<p>MCI Triage was initially created as a senior project at The Ohio State University and has been maintained ever since.<br>
Created by Ben Weitzel, BS, NREMT<br>
Special Thanks to Aram Dobalian, PhD, Nicole McAllister, DO, and Madison Frank, PA-S.</p>
</div>
</div>
<br>
</div>
</div>
</body>
</html>