/directfhir

a simple express fhir sever that reads/writes from/to a local gitFHIR directory structure

Primary LanguageTypeScriptApache License 2.0Apache-2.0

directfhir - Liberate Your data

A Simple Express-NodeJS Personal FHIR Server that reads and writes data to a local gitFHIR filesystem. This Personal FHIR Server is meant for deployment to a Pesonal Computer or a small server. The server supports CREATE READ UPDATE and DELETE of all 152 FHIR resources. yarn install yarn run start; The FHIR resource files in your gitfhir directory will be available via fhir (http) on port 3000.