Sample FHIR project presented during https://www.meetup.com/fr-FR/FHIR-France/events/257775533/
- You need
java
for the server, andnode
(https://nodejs.org/en/) withyarn
(https://github.com/yarnpkg/yarn) for the client
- Go to
https://github.com/jamesagnew/hapi-fhir/releases
, take the cli and extract it inserver
- Run the hapi-fhir server:
./server/hapi-fhir-5.1.0-cli/hapi-fhir-cli run-server -v dstu3
- After 1mn, go to http://localhost:8080 to check if the server is ready
- Run the client:
cd client && yarn && yarn start
- You can go to http://localhost:300