Vermonster / fhir-kit-client-examples

Client examples using FHIRKit Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples using FHIRKit Client outside of Node

The examples in the fhir-kit-client/examples all use NodeJS. Here are a few that use the library on the client side to help you get started.

All these use FHIRKit Client >= 1.4.0

See the README in each example if you get stuck.

React /react

Basic react app, initialized using create-react app.

Added fhir-kit-client to package.json, and updated App.js and App.css to render the capability statement when the button is pressed.

NOTE: This uses yarn

$ cd react
$ yarn install
$ yarn start

Angular /angular

Basic angular app. Add fhir-kit-client to package.json. Updated src/app/app.component.html and .ts and .css. Demonstrates loading the capability statement.

NOTE: This uses npm

$ cd angular
$ npm install
$ npm start

React Native /ReactNativeExample

Basic react-native app. Added fhir-kit-client to package.json. Then updated App.js to show capability statement when button is pressed.

NOTE: This uses yarn

$ cd ReactNativeExample
$ yarn install
$ react-native run-ios

About

Client examples using FHIRKit Client


Languages

Language:JavaScript 36.4%Language:TypeScript 22.3%Language:Objective-C 11.9%Language:HTML 8.8%Language:Ruby 6.7%Language:Starlark 5.5%Language:Java 5.0%Language:CSS 3.4%