Download the Latest Release • Try Online • Documentation • Chat • Google Group
Fhirbase is a command-line utility which enables you to easily import FHIR data into a PostgreSQL database and work with it in a relational way. Also Fhirbase provides set of stored procedures to perform CRUD operations and mantain Resources History.
Please proceed to the Getting Started tutorial for PostgreSQL and Fhirbase installation instructions.
To participate in Fhirbase development you'll need to install Golang and Dep package manager.
Fhirbase is Makefile-based project, so building it is as simple as
invoking make
command.
NB you can put Fhirbase source code outside of GOPATH
env variable
because Makefile sets GOPATH
value to fhirbase-root/.gopath
.
To enable hot reload of demo's static assets set DEV
env variable
like this:
DEV=1 fhirbase web
Copyright © 2018 Health Samurai team.
Fhirbase is released under the terms of the MIT License.