Focusing
Focusing is the process defined as "Adapting information to the context of the end user for effective and optimal understanding of the information" without modifying the regulated content itself.
Core Principle
The fundamental constraint of Focusing is that regulated ePI content cannot be removed or altered. Focusing only changes:
- Visual representation (highlighting, collapsing)
- Supplementary content (adding hyperlinks, icons, videos)
- Organization and presentation
The Focusing Workflow
- Input: Raw ePI from Connectors
- Preprocessing: Preprocessors create p(ePI) with semantic annotations
- Lens Selection: Focusing Manager selects appropriate Lenses
- Execution: LEE runs lens logic with IPS/PV
- Output: Focused ePI (f(ePI)) personalized for patient
Personalization Inputs
Focusing uses three critical inputs:
Adaptation Techniques
Attention Detail Modification
- Highlight: Mark highly relevant sections (CSS class
"highlight") - Collapse: Minimize irrelevant sections (CSS class
"collapse") - Standard: Leave default presentation
See Attention Detail Modification for details.
Supplementary Content
- Add hyperlinks to Supporting Material
- Embed images, videos, pictograms
- Create interactive elements (glossary, hover boxes)
Focusing Flows
FOSPS supports four focusing flows based on input format:
- ePI ID + IPS ID
- ePI JSON + IPS JSON
- ePI ID + IPS JSON
- ePI JSON + IPS ID
Orchestration
The Focusing Manager coordinates:
- Preprocessor discovery and invocation
- Lens selection
- LEE execution
- Data retrieval from FHIR Server
Result Characteristics
The f(ePI) is:
- Ephemeral: Not cached (always regenerated)
- Personalized: Specific to one patient context
- Regulatory-compliant: Original content preserved
- Enhanced: With visual and supplementary adaptations
Related Concepts
- Focusing Manager - Orchestration component
- Preprocessor - Semantic annotation
- Lens - Adaptation logic
- LEE - Execution environment
- p(ePI) - Preprocessed input
- f(ePI) - Focused output
- G-lens - Overall solution