Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 418 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 418 Bytes

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