Skip to content
Jolly5 edited this page Apr 3, 2024 · 3 revisions

This is a Java tool meant for supporting the transformation of clinical medication-related documentation into a structured FHIR format. Using it requires a Neo4j database to be available.

It currently comprises three core features:

  • Setting up a knowledge graph containing data related to pharmaceutical products in a Neo4j database
  • Using the knowledge graph to create FHIR Medication, Substance, and Organization instances
  • Searching pharmaceutical products in the knowledge graph

If you are trying to set up the tool locally, head over to Getting started.

Clone this wiki locally