Wolfram Computation Meets Knowledge

Oxygen Delivery Using Heart Rate

Oxygen delivery describes the amount of oxygen being distributed through the blood based on arterial oxygen content and the cardiac output.

Oxygen delivery equals the product of the heart rate, stroke volume and arterial oxygen content.

Formula

QuantityVariable[Subscript["DO", "2"], "VolumeFlow"] == QuantityVariable["HR", "BeatRate"]*QuantityVariable["SV", "StrokeVolume"]*QuantityVariable[Subscript["CaO", "2"], "VolumeFraction"]

symbol description physical quantity
DO2 oxygen delivery "VolumeFlow"
HR heart rate "BeatRate"
SV stroke volume "StrokeVolume"
CaO2 arterial oxygen content "VolumeFraction"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Oxygen Delivery Using Heart Rate"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Oxygen Delivery Using Heart Rate"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Oxygen Delivery Using Heart Rate"], {QuantityVariable[
   "SV","StrokeVolume"] -> 
   Quantity[70, ("Milliliters")/IndependentUnit["beats"]], 
  QuantityVariable["HR","BeatRate"] -> 
   Quantity[70, IndependentUnit["beats"]/("Minutes")]}]
Out[3]=

Publisher Information