Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 980 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 980 Bytes

BonFHIR Playground

This project is meant to teach you the basics of using the BonFHIR Core library.

It assumes a basic knowledge of NodeJS, Typescript and FHIR.

Getting started

Once this is done:

  • open the project in VS Code
  • install the local dependencies using npm install
  • launch the local FHIR server by launching the Command Palette, choose Tasks: Run Task, then Launch local FHIR Server.

This should launch a local instance of Medplum to allow you to interact with a real FHIR Server and API.

Then follow the notebooks in the notebooks directory.