question

BhaktiMahato-0076 avatar image
0 Votes"
BhaktiMahato-0076 asked OuryBa-MSFT commented

Is there a FHIR Ingestion tool that can ingest legacy data in any format and convert into FHIR format ?

I want to use Azure healthcare API for interoperability. The source data is in database but we want to ingest into FHIR in bulk. Also, going forward this ingestion should be automated. The conversion to FHIR format and store on FHIR server are also the requirements.

azure-api-fhir
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

OuryBa-MSFT avatar image
0 Votes"
OuryBa-MSFT answered OuryBa-MSFT commented

Hi @BhaktiMahato-0076 Thank you for posting your Question on Microsoft Q&A forum and for using Azure services.

From my understanding, you are looking for converting data to FHIR format and store on FHIR server from Legacy format.
Converting data from a legacy format to FHIR format is a complex problem that often requires data mappings and manipulations specific to the case. In general, the solution is an ETL pipeline that can perform activities such as data acquisition, transformation, correction, enrichment, translation, deduplication etc. before persisting to the FHIR server. We have a FHIR converter in OSS that can be used to convert several HL7v2 messages, CCDA messages, and JSON documents to FHIR.
microsoft/FHIR-Converter: Conversion utility to translate legacy data formats into FHIR (github.com)

Let me know if you need additional clarification or more guidance

Regards,
Oury

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @BhaktiMahato-0076 Please do not forget to mark as accept answer if the below information was helpful.

Regards,
Oury

0 Votes 0 ·