I am trying to ingest 1 Million FHIR JSON Files (each file in bytes size) in FHIR Store of google healthcare dataset. It is taking so much time to ingest (more than an hour). Is there any way to optimize the speed of healthcare API.
Note : I want to Ingest, de-identify and export to bigquery as well. so the entire process is taking more than 3 hours of time.
Thanks in advance