Skip to content

This is a FHIR server facade built on Asymmetrik node-fhir-server-core framework, with a sqlite database as data store

Notifications You must be signed in to change notification settings

gingkolane/node-fhir-server-on-sqlite

Repository files navigation

node-fhir-server-on-sqlite

This is a FHIR server built on Asymmetrik node-fhir-server-core framework (https://github.com/Asymmetrik/node-fhir-server-core), with a sqlite database as data store.

Here I experimented a new database structure, in which the data fields in relational database correlates to the first level resource structure, instead of storing the whole resource as one entry as in the HAPI fhir implementation. This simplifies the mapping from JSON resource to its data store, and could potentially eliminate mapping in a fully implemented server.

HAPI FHIR data store: (RES_TEXT stores full resource content)

Screen Shot 2021-09-14 at 3 16 18 PM

Data Tables:

image

Patient table:

image

About

This is a FHIR server facade built on Asymmetrik node-fhir-server-core framework, with a sqlite database as data store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages