Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

ePI Processing

Adapting information to the context and preferences of the end user for effective and optimal understanding of the information.

The definition of the several steps in the processing pipeline:

  1. Raw ePI: The ePI as is, without changes
  2. p(ePI): the preprocessed ePI, with semmnantic annotation
  3. f(ePI): the focused ePI format, rendered with personalized data
Raw ePIRaw ePIp(ePI)p(ePI)f(ePI)f(ePI)AnnotationFocusingAnnotation of contentw/ standard terminologiesAutomatic (NLP)Semi-automaticManual (ePI editor tool)EngineJavaScriptCQLOther


The focusing mechanism is complex and can be understood as a multistep process:

  1. first the lenses are attached - x(ePI)
  2. the persona vector and IPS and consulted/consumed - x’(ePI)
  3. the necessary data elements are attached (CSS classes to certain DIVs) - f(ePI)

This will create a focused ePI that can be used to show personalized information to the user.

Diagram:

p(ePI)p(ePI)x(ePI)x(ePI)x'(ePI)x'(ePI)f(ePI)f(ePI)adding lensesdata consumed and attached focusing elementsLenses executedKnow and standard TermsKnow and standard Profile + IPSProduce Standard operationsLanguage independentUser ProfileIPSOr combination


Current developments

The current definition for the FOSPS is here:

https://fosps.gravitatehealth.eu/swagger-fosps/?urls.primaryName=Focusing%20Manager#/Lenses/post_focusing_focus__epiId

Example requests in the github.

Example lenses

  • Pregancy:
    FOR ALL <pregancy precautions> IF patient is Pregnant THEN add Highlight CSS class

  • Diabetes
    FOR ALL <hiperglucemia> IF patient’s IPS contains <diabetes> THEN add Highlight CSS Class

  • Intake

    1. FOR ALL <injectable> add multimedia video
    2. FOR ALL <oral intake> IF patient.literacy is not high THEN add hover overlay with oral intake advice
    3. FOR ALL <injectable> IF patient.literacy is low THEN add icon
    4. FOR ALL <oral intake> IF patient.literacy is low THEN add icon