OpenFn / instant-demo

A demo of OpenFn Microservice, OpenHIM and HAPI FHIR using Instant OpenHIE.
2 stars 0 forks source link

Set up FHIR Data Pipes #8

Closed mtuchi closed 9 months ago

mtuchi commented 11 months ago

Description

FHIR data pipes implementation and maybe the https://github.com/google/fhir-data-pipes/wiki/Build-a-dashboard-with-FHIR-Data-Pipes-and-Apache-Superset tutorial would be very helpful

image (1)

Planning

  1. you’ve got a hapi fhir server running
  2. you’ve got a Spark Thrift server running - see if you can run some queries
  3. you could execute a query to that spark thrift server by using OpenFn (maybe creating a new adaptor, but HOPEFULLY using either the http or some SQL-based adaptor)
  4. then you could do a transformation in language-common
  5. then you could load into the DHIS2 play instance
mtuchi commented 11 months ago

FHIR Pipeline controller kept on clashing when i click Run Full, i left an issue on https://github.com/google/fhir-data-pipes/issues/782

mtuchi commented 11 months ago

https://developers.google.com/open-health-stack/fhir-analytics/data-pipes Screenshot 2023-07-31 at 11.12.47 AM.png

mtuchi commented 10 months ago

Feedback from google-fhir team https://github.com/google/fhir-data-pipes/issues/782#issuecomment-1666165785

taylordowns2000 commented 9 months ago

@mtuchi , Fred has offered to help us get this set up and has shared a walkthrough video with you: "OHS FHIR analytics demo.webm"

mtuchi commented 9 months ago

Created hive adaptor https://github.com/OpenFn/adaptors/pull/399, which will be used to query data from Open Health Stack Analytics