Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 295 Bytes

FHIR Samples

This is a FHIR repository with few examples about how consuming Azure FHIR services.

How to access the node.js sample

cd samples/node # go to node folder
npm install # install the packages
node api.js # run the APIs

The APIs will run on http://localhost:3000