diashenrique / iris-on-fhir

IRIS on FHIR it's a SMART app to show the potential of FHIRaaS using SMART JS Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRIS on FHIR

IRIS on FHIR it's a SMART app to show the potential of FHIRaaS using SMART JS Client Library

Description

IRIS on FHIR it's our idea of how easy and simple we can work with FHIR, crafting a great UI to show the power behind FHIRaaS.

We hope that our project makes it easier for everyone to understand; we want to share knowledge and show that something good is not necessarily complicated.

We hope that our project can be used as a base/example for many others, unlocking more and more features.

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/intersystems-community/objectscript-docker-template.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

VS Code

How IRIS on FHIR looks like

Patient List

The page is a list of patients using the Resource Patient.

The data table recognizes the array provided for the Patient resource and shows a little information about the patient.

Patient List

Patient View

When clicking on the Patient's Given Name link, you'll be redirected to the Patient View page. A page with more information about that patient.

Patient View

On the top, we have the patient photo, patient FHIR ID, SSN, Date of Birth, gender, contact, address, city, Country.

The middle section provide two section cards:

  • Last Encounter
  • Last Observations:Laboratory

The component badge pills bring the total count for the respectives cards.

badge pill

For the card of Observations:Laboratory the badge pill open a new page bringing the lab results.

Lab Results

Chose one of the options in the Select box, clicking on the Search button, and you'll have the chart with the values for the selected lab test.

Lab Tests

Chose one of the options in the Select box, clicking on the Search button, and you'll have the chart with the values for the selected lab test.

Chart results

Appointments

The appointments are shown on the calendar view, loading the information through the FHIR resource: Appointment. Appointments Calendar

You also can create new appointments, update, and delete them.

Appointments CRUD

How we did the complete solution

The following articles were written by my partner in this journey @jrpereirajr. Check it out:

Dream team

About

IRIS on FHIR it's a SMART app to show the potential of FHIRaaS using SMART JS Client Library

License:MIT License


Languages

Language:CSS 68.7%Language:JavaScript 21.2%Language:HTML 8.6%Language:ObjectScript 0.8%Language:PHP 0.4%Language:SCSS 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%Language:Batchfile 0.0%