google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
156 stars 90 forks source link

Mismatching Resource IDs: HAPI FHIR Server resource & "id" Column in Hive Database #1219

Open brianraila opened 1 month ago

brianraila commented 1 month ago

On the current version of data-pipes. We are experiencing an issue where the resource ids of the FHIR resources in our HAPI FHIR Server don't match what we have on the resource tables created on the Hive database. What would be the reason for this mis-match in ids? Image Image

brianraila commented 1 month ago

This issue is caused when one is working with the newer version 7.x of HAPI FHIR Server. Version 6.x and older versions before the Schema Update seem to work well.

bashir2 commented 1 month ago

Thanks @brianraila for filing this issue. Which mode are you using for fetching resources from HAPI? Is that JDBC, FHIR-Search, or Bulk API?