If PaO2 is missing replace with PaO2 calculated from SpO2.
Details
PaO2 is missing in many cases, as arterial blood gass analysis
is only performed when needed. To fill those gaps, this function
converts SpO2 (%) to PaO2 (kPa) in case the PaO2 is missing in
the dataset. If SpO2 is >=97%, the PaO2 is set to 14.7 kPa,
because the oxygen dissociation curve is not valid to use in this
range. This functions uses spo2_to_pao2()
.
See also
Other respiration:
clean_fio2()
,
clean_spo2()
,
impute_fio2()
,
o2supply_to_fio2()
,
pfratio_imputed()
,
spo2_to_pao2()