get_pao2_fio2_resp_score: PaO2/FiO2 Respiratory Score

View source: R/get_respiratory_support.R

get_pao2_fio2_resp_scoreR Documentation

PaO2/FiO2 Respiratory Score

Description

Calculates the respiratory score based on the PaO2/FiO2 ratio. The PaO2/FiO2 ratio is only calculated when the PaO2 and FiO2 values are recorded simultaneously

Usage

get_pao2_fio2_resp_score(
  read_child_labs,
  transformed_child_encounter,
  respiratory_support_status
)

Arguments

read_child_labs

the raw child labs csv file obtained from the IDR

transformed_child_encounter

a df returned by get_child_encounter

respiratory_support_status

a df returned by get_respiratory_status

Value

A dataframe containing the respiratory scores based on the paO2/fiO2 ratio


ctsit/psofa documentation built on April 19, 2022, 1:32 a.m.