What problem does it solve?
This Skill separates unstructured clinical notes into canonical sections so downstream entity extraction and de-identification can interpret findings according to their clinical context, such as distinguishing historical conditions in Past Medical History from active problems in Assessment and Plan.
Core Features & Use Cases
- Header Detection: Identifies common clinical section headers using line-based and heuristic parsing.
- Section Normalization: Maps variants such as HPI and PMH to canonical labels and associated LOINC document-section codes.
- Context-Aware Processing: Splits notes into provenance-preserving chunks for per-section NER, de-identification, temporality resolution, and problem-list reconciliation.
- Use Case: Process a discharge summary by separating its history, medications, allergies, and assessment sections before sending each chunk to OpenMed clinical analysis tools.
Quick Start
Use the segmenting-clinical-sections skill to divide the attached clinical note into canonical sections, preserve unsectioned text and offsets, and prepare each chunk for OpenMed NER or de-identification.