Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.74 KB

File metadata and controls

17 lines (10 loc) · 1.74 KB

Module 5: FHIR Information Exchange Exercises

This repository provides the initial FHIR Workflow App source code for the Module 5 FHIR Information Exchange workshop exercises as part of the FHIR Fundamentals for Australian Developers course.

Create FHIR Workflow App Sandbox

As part of the Module 5 exercises you can use https://codesandbox.io/ to launch an online code development environment using a Web browser, such as Google Chrome. Simply browse to https://githubbox.com/aehrc/training-ffd-module5 to launch the sandbox and follow the workshop instructor's instructions.

You can also use StackBlitz as an alternative online environment — browse to https://stackblitz.com/github/aehrc/training-ffd-module5 (no sign-in or fork required; dependencies install and the app starts automatically). Once the app has started, use the Open in New Tab button in the preview pane to open the app in its own browser tab. If the import sits on "Cloning repo from GitHub" for more than a minute, reload the page.

Alternatively, you may use your usual NodeJS development environment such as Visual Studio Code by cloning this repository.

git clone https://github.com/aehrc/training-ffd-module5

Working version of the FHIR Workflow App

A working version of the FHIR Workflow App is provided in the working branch of the repository, which you can access from https://github.com/aehrc/training-ffd-module5/tree/working or checkout in your local clone of the repository.

You can use https://codesandbox.io/ to launch a working version of the app by entering https://githubbox.com/aehrc/training-ffd-module5/tree/working in your Web browser, or StackBlitz by browsing to https://stackblitz.com/github/aehrc/training-ffd-module5/tree/working.