Home Applications iris-fhir-portal

iris-fhir-portal

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
2
Awards
899
Views
185
IPM installs
0
10
Details
Releases
Reviews
Awards
Issues
Pull requests
Articles
Patient Chart using FHIR Resources

What's new in this version

Fixed image version
Thank you @Robert Cemper ;)

IRIS FHIR Portal

The goal is to show how easy we can create a Patient Chart using FHIR capabilities in IRIS For Health and also empower the user with their own data.

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/diashenrique/iris-fhir-portal.git

Open the terminal in this directory and run:

$ docker-compose up -d

Installation via IPM

zpm "install fhir-portal"

After installation open the URL:

your-server:port/fhir/portal/patientlist.html

Testing the FHIR Application

Open URL http://localhost:32783/csp/user/fhirUI/patientlist.html

FHIR Portal

On the left panel, you have a patient list with a filter bar on top.

Patient Search list

Clicking on the patient will give you detailed information on the Patient Details form.

Patient Search list

The form provides the following information:

  • FHIR Patient ID
  • SSN (Social Security Number)
  • First Name
  • Last Name
  • Date of Birth
  • Gender
  • Address
  • City
  • State
  • Country

After the Patient Details form, we have an accordion with four blocks of information. The FHIR Resources that provide those pieces of information are:

  • AllergyIntolerance
  • Observation
    • Category: vital-signs
    • Category: laboratory
  • Immunization

Here we have a screenshot of Laboratory Results:

Lab Results

It’s possible to update the Patient Details
Updating Patient Details

Interface

The interface it’s totally responsive. Meaning that you can browse the results on mobile devices.

Portrait Mode

Mobile Portrait mode

Landscape Mode
Mobile Portrait mode

Charts for Laboratory Results

When you realize the same lab tests over time, the best way to compare the results is through charts! They give you a better perspective of your evolution over time.

Thinking about that, I introduce to you the chart module for laboratory results!

Now, when the FHIR Resource gives us lab results an icon/link will appear to let you see the results in a chart format.
Chart Icon

The lab results will open in a new page.

The selection “Lab Tests” will show all the tests for the patient.
Lab Results

All information provided on this page was retrieved making usage of SQL Schema of FHIR Resources.

FHIR Data Source

For a transparent approach with patient data, at the end of the page, there is a modal with all the information provided by the FHIR resources.

FHIR Resource Data

Read more
Made with
Install
zpm install fhir-portal download archive
Version
1.0.902 Nov, 2023
ObjectScript quality test
Category
Technology Example
Works with
InterSystems IRIS for Health
First published
18 Aug, 2020
Last checked by moderator
27 Jun, 2023Works