Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-26 18:50
Flavor·Python

r"
(?i)(ejection fraction|L?V?EF)[\s\w:<>=]+(\d\d)[\d-]*%?
"
gm
Open regex in editor

Description

A regex designed to capture the ejection fraction from clinical notes

Submitted by anonymous