Skip to content

An open source command line utility for importing Synthea data into a FHIR server

Notifications You must be signed in to change notification settings

HeliosSoftware/fhir-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build using maven and run the jar or run the main class from an IDE.

Usage: java -jar fhir-importer-0.0.1-SNAPSHOT.jar -directory <dir with FHIR resources> -server <FHIR endpoint url> -regex ".*.json"

The importer can now be run against a directory with resource files in it (like the /fhir/output folder of synthea) or against a directory with nested Resource directories within it (like the output of the MITRE PDEX tool).

It assumes if it is run against a directory with the files directly in it that they are all bundles and if it is run against a nested directory, the Resource types match the name of the containing folder.

About

An open source command line utility for importing Synthea data into a FHIR server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages