Skip to content

A mock Fast Health Interoperability Resources (FHIR) app that uses a FHIR client and server.

Notifications You must be signed in to change notification settings

reading-stiener/FHIR-mock-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FHIR mock app

This repository is an example of mock app that uses the a test FHIR server and the fhir-kit-client library as the FHIR client. Follow the instructions below to run the app on your machine. The application is a simple express app running on a SQLite database locally and on the patient data hosted externally on test FHIR server. The fhir-kit-client library makes it simple for us to pull and push patient data to the server.

Setting up the project

  • Git clone the repository.
  • Move to working directory on the terminal
  • Execute the following to install dependencies
npm install

Running the app

  • Execute the following on terminal to FHIR up the app!
node app.js

The app should now be live on http://localhost:5000.

Credits

This web application was based on a FHIR course offered by Health Level 7

About

A mock Fast Health Interoperability Resources (FHIR) app that uses a FHIR client and server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published