Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FHIR Test Repo

FHIR sample setup consists of:

  • Two different FHIR servers (stores), one based on HAPI-FHIR and one on Open eHealth Integration Platform/IPF
  • An API Gateway (in this case basically a FHIR-Gateway) based on Spring Cloud Gateway
  • A simple client consuming the FHIR resources based on React

Requirements

  • Java >= 21
  • Node >= 20

Run

FHIR Server 1

cd fhir-server1
./mvnw spring-boot:run

Capabilities: http://localhost:5556/metadata Patient 1: http://localhost:5556/Patient/1

FHIR Server 2

cd fhir-server2
./mvnw spring-boot:run

Capabilities: http://localhost:5557/fhir/metadata Document Reference 1: http://localhost:5557/fhir/DocumentReference/1

API/FHIR Gateway

cd api-gateway
./mvnw spring-boot:run

Patient 1: http://localhost:5558/fhir/Patient/1 Document Reference 1: http://localhost:5558/fhir/DocumentReference/1

Frontend

cd simple-frontend
npm i
npm start

Open: http://localhost:5559

Fetches a Patient resource via API Gateway from FHIR Server 1 (base URL http://localhost:5558/fhir)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages