Parsing Lab Values

Parse laboratory values and reference ranges from clinical text and flag results as low, normal, high, or critical with OpenMed. Use when the user needs to interpret lab results, compute abnormal flags, parse reference ranges like "135-145" or "<5", honor an originating-lab flag (H/L/critical), or turn extracted lab entities into structured high/low/critical signals. Covers openmed.clinical.parse_reference_range, derive_abnormal_flag, ReferenceRange, and AbnormalFlag, with UCUM/LOINC framing. Unit-agnostic — it does not convert units. Pairs after extracting-clinical-entities (lab entities from analyze_text).

maziyarpanahi Updated

File contents

maziyarpanahi/openmed/tree/main/skills/parsing-lab-values commit ac609c7df7

Frequently asked questions

npx skillmds@latest add maziyarpanahi/parsing-lab-values