/omoponfhir-extractor

Tool for extracting OMOP data as FHIR resource using OMOP on FHIR.

Primary LanguageJavaScript

OMOP on FHIR Data Extractor

Tool for pulling OMOP data out as FHIR Bundle resources.

To extract data, first edit index.js and update the value of fhirBaseUrl as needed. Then run:

$ node index.js

Then, convert the search result bundles to batch bundles by running:

$ node prep.js

Finally, submit the bundles to your FHIR server of choice by running:

$ node submit.js