/template-playground

Template project for the BonFHIR playground

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.