<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MDCalc &#187; Pediatrics</title>
	<atom:link href="http://www.mdcalc.com/cat/specialties/pediatrics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mdcalc.com</link>
	<description>click, diagnose, treat.</description>
	<lastBuildDate>Sun, 21 Mar 2010 00:42:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PELD Score (Pediatric End-Stage Liver Disease) (younger than 12)</title>
		<link>http://www.mdcalc.com/peld-score-pediatric-end-stage-liver-disease-younger-than-12</link>
		<comments>http://www.mdcalc.com/peld-score-pediatric-end-stage-liver-disease-younger-than-12#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Critical Care]]></category>
		<category><![CDATA[Gastrointestinal]]></category>
		<category><![CDATA[Hepatology]]></category>
		<category><![CDATA[Pediatrics]]></category>
		<category><![CDATA[Score]]></category>
		<category><![CDATA[Surgery]]></category>

		<guid isPermaLink="false">http://localhost:8888/mdcalc/wordpress/?p=87</guid>
		<description><![CDATA[


Age years old

Serum Bilirubin mg/dL
Albumin g/dL
INR

Does the patient have growth failure (see page 3 of linked PDF)? Yes 



PELD Score    
 


PELD Score = 10*  (0.480 * ln(bilirubin) + 1.857 * ln(INR) - 0.687 * ln(albumin) + 0.436 (if pt < 1 year: scores for patients listed for liver transplantation before [...]]]></description>
			<content:encoded><![CDATA[<form action="get" name="theform">
<table cellpadding="0" cellspacing="0" border="0">

<tr class="req"><td>Age</td><td><input type="text" name="age" onBlur="PELD();" size="5"> years old</td></tr>

<tr class="req"><td>Serum Bilirubin</td><td><input type="text" name="bili" onBlur="PELD();" size="5"> <span id="label1">mg/dL</span></td></tr>
<tr class="req"><td>Albumin</td><td><input type="text" name="alb" onBlur="PELD();" size="5"> <span id="label2">g/dL</span></td></tr>
<tr class="req"><td>INR</td><td><input type="text" name="inr" onBlur="PELD();" size="5"></td></tr>

<tr class="req"><td>Does the patient have <a href="http://www.unos.org/SharedContentDocuments/MELD_PELD_Calculator_Documentation.pdf">growth failure</a> (see page 3 of linked PDF)?</td><td><input type="checkbox" name="growth" value="1" onClick="PELD();"> Yes </td></tr>



<tr class="answer"><td>PELD Score </td><td><input name="result" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" />   </td></tr>
<tr class="msg"><td colspan="2"><div id="resultmsg"> </div></td></tr></table></form>

<div id="formula">
<p>PELD Score = 10*  (0.480 * ln(bilirubin) + 1.857 * ln(INR) - 0.687 * ln(albumin) + 0.436 (if pt < 1 year: scores for patients listed for liver transplantation before the patient's first birthday continue to include the value assigned for age (< 1
Year) until the patient reaches the age of 24 months)
+ 0.667 (if pt has growth failure of <-2 Standard deviation) )
</p>


</div>

<div id="source"><p><a href="http://www.unos.org/resources/PELDPeldCalculator.asp?index=98">UNOS PELD Calculator</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.mdcalc.com/peld-score-pediatric-end-stage-liver-disease-younger-than-12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pediatric Ins and Outs (per kg and per hour)</title>
		<link>http://www.mdcalc.com/pediatric-ins-and-outs-per-kg-and-per-hour</link>
		<comments>http://www.mdcalc.com/pediatric-ins-and-outs-per-kg-and-per-hour#comments</comments>
		<pubDate>Fri, 02 Jan 2009 04:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Critical Care]]></category>
		<category><![CDATA[Equation]]></category>
		<category><![CDATA[Nephrology]]></category>
		<category><![CDATA[Pediatrics]]></category>
		<category><![CDATA[Renal]]></category>

		<guid isPermaLink="false">http://localhost:8888/mdcalc/wordpress/?p=85</guid>
		<description><![CDATA[




Volume to Be Calculated  mL

Weight   kg

Over How Many Hours?  hours

Volume per Weight mL/kg 

Volume per Weight per Hour  mL/kg/hour 

 






Just, uh, divide.



Often on inpatient pediatrics services, ins are recorded as mL/kg and outs are recorded as mL/kg/hour.

]]></description>
			<content:encoded><![CDATA[<form action="get" name="theform">
<table cellpadding="0" cellspacing="0" border="0">

<tr class="req">

<td>Volume to Be Calculated </td><td><input type="text" name="v1" onBlur="PediIO()" size="5"> mL</td></tr>

<tr class="req"><td>Weight </td><td><input type="text" name="v2" onBlur="PediIO()" size="5">  kg</td></tr>

<tr class="req"><td>Over How Many Hours? </td><td><input type="text" name="v3" onBlur="PediIO()" size="5" value="24"> hours</td></tr>

<tr class="answer"><td>Volume per Weight</td><td><input name="result" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" /> mL/kg </td></tr>

<tr class="answer"><td>Volume per Weight per Hour </td><td><input name="result2" readonly="readonly" type="text" size="5"> mL/kg/hour </td></tr>

<tr class="msg"><td colspan="2"><div id="resultmsg"> </div></td></tr>

</table></form>


<div id="formula">

<p>Just, uh, divide.</p>
</div>

<div id="usage">
<p>Often on inpatient pediatrics services, ins are recorded as mL/kg and outs are recorded as mL/kg/hour.
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mdcalc.com/pediatric-ins-and-outs-per-kg-and-per-hour/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintenance Fluids Calculations</title>
		<link>http://www.mdcalc.com/maintenance-fluids-calculations</link>
		<comments>http://www.mdcalc.com/maintenance-fluids-calculations#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Critical Care]]></category>
		<category><![CDATA[Endocrine/Metabolic]]></category>
		<category><![CDATA[Endocrinology]]></category>
		<category><![CDATA[Equation]]></category>
		<category><![CDATA[Nephrology]]></category>
		<category><![CDATA[Pediatrics]]></category>
		<category><![CDATA[Renal]]></category>

		<guid isPermaLink="false">http://localhost:8888/mdcalc/wordpress/?p=72</guid>
		<description><![CDATA[


Weight lbs



Maintenance Fluids mL/hr  
1.5 x Maintenance Fluids (Peds) mL/hr  
Pediatric Fluid Bolus mL 
A pediatric bolus is generally calculated as 20mL/kg.



units = new Array();
units['label1'] = 'wt';





Calculated Using the "4-2-1" Rule:



For 0-10kg: 4 mL/kg/hr
For 10-20kg: + 2 mL/kg/hr
For >20kg: + 1 mL/kg/hr

]]></description>
			<content:encoded><![CDATA[<form action="get" name="theform">
<table cellpadding="0" cellspacing="0" border="0">

<tr class="req"><td>Weight</td><td><input type="text" name="wt" onBlur="MaintFluids();" size="5"> <span id="label1">lbs</span></td></tr>



<tr class="answer"><td>Maintenance Fluids</td><td><input name="result" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" /> mL/hr  </td></tr>
<tr class="answer"><td>1.5 x Maintenance Fluids (Peds)</td><td><input name="result2" readonly="readonly" type="text" size="5"> mL/hr  </td></tr>
<tr class="answer"><td>Pediatric Fluid Bolus</td><td><input name="result3" readonly="readonly" type="text" size="5"> mL </td></tr>
<tr class="msg"><td colspan="2"><div id="resultmsg">A pediatric bolus is generally calculated as 20mL/kg.</div></td></tr>
</table></form>

<script>
units = new Array();
units['label1'] = 'wt';
</script>


<div id="formula">
<p>
Calculated Using the "4-2-1" Rule:
</p>

<ol>
<li>For 0-10kg: 4 mL/kg/hr</li>
<li>For 10-20kg: + 2 mL/kg/hr</li>
<li>For >20kg: + 1 mL/kg/hr</li>
</ol>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mdcalc.com/maintenance-fluids-calculations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Endotracheal Tube (ETT) Size for Pediatrics</title>
		<link>http://www.mdcalc.com/endotracheal-tube-ett-size-for-pediatrics</link>
		<comments>http://www.mdcalc.com/endotracheal-tube-ett-size-for-pediatrics#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Critical Care]]></category>
		<category><![CDATA[Equation]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Pediatrics]]></category>
		<category><![CDATA[Respiratory]]></category>

		<guid isPermaLink="false">http://localhost:8888/mdcalc/wordpress/?p=58</guid>
		<description><![CDATA[



Patient Age  years old

Predicted Uncuffed Tube mm tube
Predicted Cuffed Tube mm tube

 16 years old or older usually is sufficient for adult sizes. 





Predicted Size Uncuffed Tube = (Age / 4) + 4
Predicted Size Cuffed Tube = (Age / 4) + 3



Estimate Intubation Tube Size for Children.

]]></description>
			<content:encoded><![CDATA[<form action="get" name="theform">
<table cellpadding="0" cellspacing="0" border="0">


<tr class="req"><tr class="req"><td>Patient Age </td><td><input name="v1" onblur="Endotrach();" type="text" size="5"> years old</td></tr>

<tr class="answer"><td>Predicted Uncuffed Tube</td><td><input name="result" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" size="5" /> mm tube</td></tr>
<tr class="answer"><td>Predicted Cuffed Tube</td><td><input name="result2" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" size="5" /> mm tube</td></tr>

<tr class="msg"><td colspan="2"><div id="resultmsg"> 16 years old or older usually is sufficient for adult sizes. </div></td></tr>

</table></form>

<div id="formula">
<p>
Predicted Size Uncuffed Tube = (Age / 4) + 4</p>
<p>Predicted Size Cuffed Tube = (Age / 4) + 3</p>
</div>

<div id="usage">
<p>Estimate Intubation Tube Size for Children.</p>

</div>]]></content:encoded>
			<wfw:commentRss>http://www.mdcalc.com/endotracheal-tube-ett-size-for-pediatrics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APGAR Score</title>
		<link>http://www.mdcalc.com/apgar-score</link>
		<comments>http://www.mdcalc.com/apgar-score#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OB-Gyn]]></category>
		<category><![CDATA[Pediatrics]]></category>
		<category><![CDATA[Score]]></category>

		<guid isPermaLink="false">http://localhost:8888/mdcalc/wordpress/?p=23</guid>
		<description><![CDATA[


Activity/Muscle Tone
 Active +2
 Some Extremity Flexion +1
 Limp +0


Pulse
 >100 BPM +2
 ]]></description>
			<content:encoded><![CDATA[<form action="get" name="theform">
<table cellpadding="0" cellspacing="0" border="0">

<tr class="rowreq"><td valign="top" >Activity/Muscle Tone</td><td>
<input type="radio" value="2" name="activity" onClick="APGAR();" > Active <small>+2</small><br/>
<input type="radio" value="1" name="activity" onClick="APGAR();" > Some Extremity Flexion <small>+1</small><br/>
<input type="radio" value="0" name="activity" onClick="APGAR();" > Limp <small>+0</small></td></tr>


<tr class="rowreq"><td valign="top">Pulse</td><td>
<input type="radio" value="2" name="pulse" onClick="APGAR();" > >100 BPM <small>+2</small><br/>
<input type="radio" value="1" name="pulse" onClick="APGAR();" > <100 BPM <small>+1</small><br/>
<input type="radio" value="0" name="pulse" onClick="APGAR();" > Absent <small>+0</small></td></tr>

<tr class="rowreq"><td valign="top">Grimace</td><td>
<input type="radio" value="2" name="grim" onClick="APGAR();" > Sneeze/Cough <small>+2</small><br/>
<input type="radio" value="1" name="grim" onClick="APGAR();" > Grimace <small>+1</small><br/>
<input type="radio" value="0" name="grim" onClick="APGAR();" > None <small>+0</small></td></tr>

<tr class="rowreq"><td valign="top">Apperance/Color</td><td>
<input type="radio" value="2" name="color" onClick="APGAR();" > All Pink <small>+2</small><br/>
<input type="radio" value="1" name="color" onClick="APGAR();" > Blue Extremities, Pink Body <small>+1</small><br/>
<input type="radio" value="0" name="color" onClick="APGAR();" > Blue/Pale <small>+0</small></td></tr>


<tr class="rowreq"><td valign="top">Respirations</td><td>
<input type="radio" value="2" name="resp" onClick="APGAR();" > Good/Crying <small>+2</small><br/>
<input type="radio" value="1" name="resp" onClick="APGAR();" > Irregular/Slow <small>+1</small><br/>
<input type="radio" value="0" name="resp" onClick="APGAR();" > Absent <small>+0</small></td></tr>

<tr class="answer"><td>Score </td><td><input name="result" onfocus="this.blur()" value="Click!"  readonly="readonly" type="text" > points     </td></tr>

</table></form>]]></content:encoded>
			<wfw:commentRss>http://www.mdcalc.com/apgar-score/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
