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
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:
The focusing mechanism is complex and can be understood as a multistep process:
This will create a focused ePI that can be used to show personalized information to the user.
Diagram:
The raw ePI: This artifact composed of several FHIR resources, being the composition the central piece. It can already have additional data in it from the get go such as multimedia in the format of binary or HtmlElementLink extension.
The preprocessed ePI: The annotation is done through the linkage of sentences, paragraphs or words to concepts, through the HtmlElementLink.
The focused ePI: After the focusing, the focused version should contain the information from the previous two, personalized for the patient. The applied lenses that made any change will be mentioned in the extension https://build.fhir.org/ig/hl7-eu/gravitate-health/StructureDefinition-LensesApplied.html The lens that made any change will be added to the tag as well.
The current definition for the FOSPS is here:
Example requests in the github.
IF gender==female and age>18, highlight section about pregnancy. IF gender==male, collapse those sections
IF IPS has conditions and ePI has sections related to any code of the condition(s), then highlight section;
IF IPS has allergies and intollerances and ePI has sections related to any code of the allergy, then highlight section;
IF IPS has age, gender and conditions and medication, use that and ePI to summarize in a personalized way; IF no IPS, then just summarize the ePI.
IF word or sentence is difficult - translate to plain language.
Add RMM in specific sections for better understanding