Skip to content

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

Notifications You must be signed in to change notification settings

PheMA/omoponfhir-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published