fhir-pipe icon indicating copy to clipboard operation
fhir-pipe copied to clipboard

Populate FHIR-compliant objects using SQL databases and processing rules

Results 6 fhir-pipe issues
Sort by recently updated
recently updated
newest added

the total indicated in a response bundle is different if the _summary=count parameter is present or not. To reproduce: /Patient ? versus /Patient?_summary=count

### Context of the Issue When creating a Resource on pyrog and then filtering, it is possible that the filtering is too stringeant, resulting that no line is returned. ###...

Low Priority

Find a way : - to show the advancement of the ETL on pyrog - to stop the run from pyrog - to display the logs in realtime on a...

enhancement
Low Priority

We would like to detect when a new table has been referenced in the mapping rules but no instruction has been provided to make a join from the "head table"...

We believe using Python to implement this computation intensive process is suboptimal and would greatly benefit from using scalable and comprehensive framework such as Spark. This refactor project is good...