# Example 1: Normal
# All parameters normal
fetal_biophysical_profile(2, 2, 2, 2, 2)
# Example 2: Equivocal (Score 6)
# Non-reactive NST, No breathing, others normal
fetal_biophysical_profile(0, 2, 0, 2, 2)
# Example 3: Oligohydramnios (Score 8 but AFV=0)
# All normal except fluid
fetal_biophysical_profile(2, 0, 2, 2, 2)
Run the code above in your browser using DataLab