22 Followers · 549 Posts

Fast Healthcare Interoperability Resources (FHIR, pronounced "fire") is a draft standard describing data formats and elements (known as "resources") and an application programming interface (API) for exchanging electronic health records

Official site

Announcement Anastasia Dyubaylo · May 4, 2021

Hey Community,

Please join the next InterSystems online programming competition:

🏆 InterSystems FHIR Accelerator Programming Contest 🏆

Submit an application that uses InterSystems FHIR-as-a-service on AWS or helps to develop solutions using InterSystems IRIS FHIR Accelerator.

Duration: May 10 - June 06, 2021

Total prize: $8,750 

👉  Landing page 👈


15
1 2914
Article Evgeny Shvarov · May 28, 2021 1m read

Hi colleagues!

Often when we collaborate to someone's repo in GitHub we do the following cycle:

Fork-Clone-Change-Commit-Push-Pull-Request-Merge to the original repo.

This is all great and works fine!

And if we want to make a second collaboration right after the merge you need to perform "Fetch upstream" to your forked repo first to "ingest" your own Pull-request in the original repo.

Geeky git-professionals do it with ease but this was always a headache for me so I usually simply deleted the fork and created a new one.

And today I figured that Github added a new UI feature that I can easily fetch-upstream for my fork with the original one and make it up to date and capable for pull-requests.

Here is where the button is:

This is a relief! )

Wanted to share this relief and productivity tip with you!

Bring more collaborations to Github repos!

And speaking of PR - I just made a PR with docker to Google Cloud Run deployment for the FHIRaaS demo made by @Anton Umnikov for the current FHIR Contest! Looking for more of your contributions!

0
3 574
Announcement Anastasia Dyubaylo · May 7, 2021

Hey developers,

The registration period for the FHIR Accelerator programming contest is in full swing! We invite all FHIR developers to build new or test existing applications using the InterSystems IRIS FHIR Accelerator Service (FHIRaaS) on AWS

And now you have a great opportunity to get FREE access to the FHIRaaS on AWS! So, to take the first step in mastering the FHIRaaS, you need to register on our FHIR Portal using this link:

👉🏼 https://portal.trial.isccloud.io/account/signup

2
0 808
Announcement Anastasia Dyubaylo · May 5, 2021

Hi Community,

We're pleased to invite all the developers to the upcoming InterSystems FHIR Accelerator Contest Kick-Off Webinar! The topic of this webinar is dedicated to the FHIR Accelerator programming contest.

On this webinar, we will talk and demo how to use InterSystems IRIS FHIR Accelerator as a service.

Date & Time: Monday, May 10 — 01:00 PM EDT

Speakers:  
🗣 @Evgeny Shvarov, InterSystems Developer Ecosystem Manager
🗣 @Regilo Regilio Guedes de Souza, InterSystems Service Executive
🗣 @Anton Umnikov, InterSystems Senior Cloud Solution Architect
🗣 @Patrick Jamieson, InterSystems Product Manager - Health Informatics Platform

4
0 446
Question Mike Yackanich · Apr 16, 2021

I am attempting to POST a Bundle containing a resource to an ISC-based Resource Repository. Documentation says "batch" interaction is fully supported - so I assume this is possible.

I post to the FHIR base URL, but I get the following back: " The requested URL /customfhir/r4 was not found on this server."

The bundle I use to post to create a patient resource is very simple (see below). I am using a request.method of POST because I want the Resource Repo to create a new fhir resource id.

I'm using Postman to generate the request.

6
0 1150
Article Shintaro Kaminaka · Mar 4, 2021 11m read

Hello, developers!

In this article, we will focus on OAuth2, a protocol that is increasingly being used in combination with FHIR to perform authorization.

In this part 1, we will start up the Docker container for IRIS for Health and Apache, configure the OAuth2 authorization server function on IRIS for Health, access it from the REST development tool Postman, and obtain an access token. Besides, in Part 2 and beyond, we will add FHIR repository functionality to IRIS for Health, add OAuth2 resource server configuration, and explain how to execute FHIR requests with access tokens from Postman.

0
2 1784
Article sween · Dec 18, 2020 4m read

image

Table of Contents

  1. Hello Newman

  • Built With
  • Getting Started
  • Usage
  • Acknowledgements
  • Hello Newman

    So given the STAR method on how to introduce Newman with this effort, here it goes.

    SITUATION

    We are facing a Production implementation of a FHIRIS® Resource Server, fronted with a robust API Manager, Web Gateways for speed and availability, though not entirely relevant, the implementation is on Public Cloud, namely, Amazon Web Services.

    0
    1 669
    Question Paul Hula · Nov 2, 2020

    Hi All,

      I know hundreds of people have done this but I'm looking for some DTL's as a start to do HL7 to FHIR, I appreciate everyone's HL7 is slightly different, but just some starter DTL's would be much appreciated?  Can anyone help?

      Regards

    2
    0 615
    Announcement Anastasia Dyubaylo · Aug 31, 2020

    Hi Community!

    We're pleased to invite you to the Online meetup with the winners of the InterSystems FHIR programming contest!

    Date & Time: Friday, September 4, 2020 – 11:00 EDT

    What awaits you at this virtual Meetup? 

    • Our winners' bios.
    • Short demos on their applications.
    • A short interview with all the winners about the past contest. Plans for the next contests.

     

    3
    0 424
    Announcement Anastasia Dyubaylo · Aug 24, 2020

    Hey Developers!

    This week is a voting week for the InterSystems IRIS for Health FHIR Contest!

    So, it's time to give your vote to the best FHIR solutions built with InterSystems IRIS for Health.

    🔥 You decide: VOTING IS HERE 🔥

    How to vote? This is easy: you will have one vote, and your vote goes either in Experts Nomination or in Community Nomination.

    6
    0 428
    Article José Pereira · Aug 29, 2020 1m read

    The fhir-react project defines a unique component which renders the interface based on FHIR resource type. There's no need for any configuration because the library uses the standard of defined by the resource type.

    So, I decided to apply the same idea, but for charts. The basic idea is depicted below:

    For instance, some FHIR resources like Observation, Condition etc., has a code. Thus, we can aggregate all codes and count them.

    Such aggregation creates a standard data model.

    Finally, this model could be adapted for any char library.

    0
    1 607
    Article José Pereira · Aug 28, 2020 5m read

    As I said in the previous article, I started to learn about FHIR for the contest, and I'd like to share an update in my application: detection of inconsistencies in FHIR data.

    Note: This document it's also availble in GitHub.

    A useful usage for FHIR unified schema is search for inconsistencies. As suggested by @Qi Li, one example could be find patients with records for diabetes medication, however, without diabetes condition.

    Another example is search conditions with findings (like diabetes, for instance) and a record for resources denoting "no known problems", e.g.

    0
    0 418
    Announcement Evgeny Shvarov · Aug 13, 2020

    Hi Developers!

    Here're the technology bonuses for the FHIR programming contest that will give you extra points in the voting:

    • FHIR Server REST API usage 
    • The usage of SQL Schema of FHIR Resources 
    • Healthcare standards data transformation
    • Docker container usage

    See the details below.

    3
    1 344
    Article Renato Banzai · Aug 27, 2020 2m read

    Whats NLP Stands For?

    NLP stands for Natural Language Processing which is a field of Artificial Intelligence with a lot of complexity and techniques to in short words "understand what are you talking about".

    And FHIR is...???

    FHIR stands for Fast Healthcare Interoperability Resources and is a standard to data structures for healthcare. There are some good articles here explainig better how FHIR interact with Intersystems IRIS.

    My Solution

    picture

    Chatbot to query FHIR

    2
    0 878
    Article Henrique Dias · Aug 26, 2020 3m read

    Hi Community, 

    I shared my experience working with FHIR for the first time in this article.

    In that article, I wrote how I explored the FHIR Resources and talked about the information that I found useful in FHIR documentation.

    The first version of my app only shows the information that FHIR Resource provides. 

    I wanted to make the user able to update the patient details, so I to search for an example of how to do it. 

    The Github page of fhir.js has an example of how to update a resource. 

    Looking at this example made me think that it was effortless.

    2
    0 1233
    Article Henrique Dias · Aug 22, 2020 2m read

    Hi Community,

    I want to share my experience creating the iris-fhir-portal with FHIR.  

    I decided to take a step forward and join the IRIS for Health FHIR contest, but I had never worked with FHIR before.

    After the FHIR Contest Kick-Off Webinar, where we got an overview of how the IRIS for Health works with FHIR, I started to looking at the FHIR documentation to create my Patient Chart project.

    At HL7 FHIR (release 4) website, I found a "Resource Map":

    The leading FHIR Resource for my Patient Chart it's the "Patient Resource".

    5
    1 1385
    Article José Pereira · Aug 26, 2020 3m read

    Hi guys.

    Recently, I get interest in FHIR in order to run for the IRIS for Health FHIR contest. As a beginner on this topic, I've heard somewhat about it, but I didn't know how complex and powerful was FHIR. As pointed out by @Henrique.GonçalvesDias here, you can model several aspects of the patient history and other related entities.

    Fortunately, the DC provide very nice material about FHIR and how IRIS for Health could help us to deal with such complexity.

    5
    0 415