Skip to content

PharmAccess/hdc-sql-on-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-on-FHIR playground

Context

We take the MomCare project from PharmAccess Foundation as a use-case for developing SQL-on-FHIR. Read more on MomCare here and here. Objective of this use-case is to create standardized SQL-on-FHIR queries to monitor the journeys of pregnant mothers in low- and middle income countries using the WHO guidelines.

In essence, we want to query whether certain activities (encounter, procedure) have taken place at predefined times during the pregnancy. The care model aims to incentivise pregnant mothers and antenatal clinics to regular check-ups and visits, which have been shown to reduce infant and maternal mortality.

Synthetic pregnancy data

After installing Syntea we generate synthetic data of pregnancies in the bulk data format as follows:

touch ./synthea.properties
# set exporter.fhir.bulk_data = true with a text editor

java -jar synthea-with-dependencies.jar -c synthea.properties -p 1000 -g F -m Pregnancy

Playground

Notebooks are included under test.

About

Playground for developing SQL-on-FHIR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published