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

Project Operations

The processing of the ePI requires a certain set of operations.

  1. annotation
  2. adding lenses
  3. focus
  4. render

The first 3 could be understood as a FHIR operation with specific characteristics.

Annotating

The idea of adding semantic annotation to a epi. Through the extension, adding the relationship between coded data (concept) and a tag to be added to the narrative text (elementClass).

  • IN: raw ePI
  • OUT annotated ePI

See here for details.

Focusing

The idea of getting additional information in order to personalize data.

  • IN: preprocessed ePI
  • IN: IPS
  • IN: persona vector
  • OUT: focused ePI

See here for details.

Please check the postman collection for examples.