arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Central Data Repository with Data Warehousing

circle-exclamation

Note: This recipe is in a pre-release alpha stage. It's usable but do so at your own risk.

This recipe sets up an HIE that does the following:

  • Accept FHIR bundles submitted securely through an IOL (OpenHIM)

  • Stores Clinical FHIR data to a FHIR store (HAPI FHIR)

  • Stores Patient Demographic data to an MPI (JeMPI)

  • Pushes FHIR resources to Kafka for the reporting pipeline (and other systems) to use

  • Pulls FHIR data out of Kafka and maps it to flattened tables in the Data Warehouse (Clickhouse)

  • Allows for the Data Warehouse data to be visualised via a BI tool (Apache Superset)

To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the ):

hashtag
Services

When deployed in --dev mode the location of the UIs will be as follows:

Service
URL
Auth

Extra UIs only exposed in --dev mode:

Service
URL
Auth

hashtag
Example use

Use the following example postman collection to see interaction you cna have with the system and see how the system reacts.

Test SSO user: u: test p: dev_password_only

Keycloak

u: admin p: dev_password_only

OpenHIM

http://localhost:9000/arrow-up-right

Test SSO user: u: test p: dev_password_only

JeMPI

http://localhost:3033/arrow-up-right

Test SSO user: u: test p: dev_password_only

Superset

http://localhost:8089/arrow-up-right

Test SSO user: u: test p: dev_password_only

Kafdrop

http://localhost:9013/arrow-up-right

none

HAPI FHIR

http://localhost:3447/arrow-up-right

none

instant CLI installedarrow-up-right

Grafana

wget https://github.com/jembi/platform/releases/latest/download/cdr-dw.env && \
wget https://github.com/jembi/platform/releases/latest/download/config.yaml && \
instant package init -p cdr-dw --dev
http://localhost:3000/arrow-up-right
http://localhost:9088/admin/master/console/#/platform-realmarrow-up-right
OpenHIM Platform example | Jembi PublicPostmanchevron-right
Logo