Skip to content

irjudson/synthea-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthea-api

This project presents a REST API to use synthea as a service.

to build, ensure you have:

  • jdk 8
  • maven
  • an editor (of your choice)
  • this deploys via a pipeline.

then, to build, run:

mvn package

to run the service locally, run:

mvn spring-boot:run

There are configuration arguments you can send when you POST to the API endpoint. Here is an example:

{
 "options" : {
   population : 100
 },
 "config" : {
	"exporter.hospital.fhir.export" : false,
	"exporter.practitioner.fhir.export" : false,
	"generate.database_type" : "none"
 },
 "storageArgs" : {
	storeInFHIRService : true
 }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages