This phenotype will use BloodPressureObservations to retrieve the first non-artifact blood pressure values between Patient In Room and Patient Out Of Room containing both systolic and diastolic blood pressure values. If Patient In Room Start is not available then Anesthesia Start is used. If Patient Out of Room is not available then Anesthesia End is used.
If a blood pressure mean arterial pressure (MAP) value is not recorded then it will be computed based on the systolic and diastolic pressure values. Calculate MAP using this equation: (BaselineBloodPressureSystolic)*1/3 + (BaselineBloodPressureDiastolic)*2/3
If no valid values are found then NULL will be returned for all values.