FHIR-FLI

FHIR-FLI

Fast Healthcare Interoperability Resources with Flutter Library Integration

FHIR-FLI is an open-source collaborative with the goal of improving healthcare through the use of the FHIR® interoperability standard and the Flutter Toolkit. We believe that lowering the barrier (both technically and monetarily) to entry allows for more innovation, broader applications, and the ability to actually use technology to improve people's lives. Please feel free to join our slack channel, or email me directly grey@fhirfli.dev

SDC Workflow Example

Friday, Dec 31, 2021 by Grey Faulkenberry, MD MPH

Structured Data Capture (SDC) As usual, the HL7 website has a lot to say on the topic of SDC, and I DO advise you to read through it because it’s very helpful. However, where I thought I might be able value is with some additional examples. All of these examples are from a project I’m currently involved with for New Jersey Integrated Care for Kids. The idea behind this project is that a clinician (social worker, teacher, etc.

Continue Reading
post-image

My First FHIR/Flutter App

Sunday, May 16, 2021 by Grey Faulkenberry, MD MPH

How To Start Link to full Github Code For this, I am going to assume that you already know how to install flutter, dart and VS Code (or android studio) on your computer. If not, there are many good tutorials - many found on this very website. If you don’t have it, go get it, then you can come back here. Following these instructions here, I first created the basic flutter application.

Continue Reading

Azure FHIR® Setup

Sunday, May 16, 2021 by Grey Faulkenberry, MD MPH

Azure FHIR® Setup Some of you may need to use the Azure FHIR® server (my apologies in advance, it cost me $80 over two weeks and then I was like, screw this). However, before I canceled it, I did manage to get authentication to work. I’m not sure all of the settings I’ve used are required, but this is what I needed to get it to work properly (why is authentication such a pain in the ass?

Continue Reading

Questionnaires and Surveys

Sunday, May 16, 2021 by Grey Faulkenberry, MD MPH

FHIR® Questionnaire As usual, the FHIR® documentation, while complete, is difficult to get through in order to understand how to structure surveys. John has created a really nice demo app to render the Prapare® Survey specifically (https://github.com/FireJuun/prapare). There is also now a very nice dynamic renderer package called Faiadashu, thanks Tilo! I’m also working on creating surveys from a REDCap library, and also from a spreadsheet, but those are works in progress.

Continue Reading

Flutter Servers

Sunday, May 16, 2021 by Grey Faulkenberry, MD MPH

This is a reproduction of the readme from the repo here. Have you ever wanted to try and host your Flutter web app but weren’t sure how to do it? I like Dart and Flutter, and didn’t want to have to learn another language just to have a web server. Luckily, there are a couple of packages that already have this functionality. I’ve just detailed how they work, and how they can be placed in a docker container for easy deployment (including on Google Cloud!

Continue Reading

GCP Healthcare API Part 1: Creating FHIR® Store

Monday, Mar 15, 2021 by Grey Faulkenberry, MD MPH

Creating FHIR Store I’ve been working on athentication and authorization for FHIR® (including SMART, although not solely). And like so many things, it seems harder than it should be. Google has been giving me problems, so as I work through it, I’m going to document my steps, in the hope it will help me (and maybe someone else) in the future. The first step is that you have to sign up for Google Cloud Platform (oh yeah, while I really like Google’s tools, they’re not paying me anything).

Continue Reading

GCP Healthcare API Part 2: Attempting Authentication

Monday, Mar 15, 2021 by Grey Faulkenberry, MD MPH

GCP Healthcare API - Attempting Authentication Again, I’ve found this to be tricky, hence why I’m documenting here, to hopefully make it easier for someone else. Remember, we should now have a FHIR® store. The one I’ve setup exists at: https://healthcare.googleapis.com/v1/projects/fhir-fli/locations/us/datasets/fhir-fli/fhirStores/fhir-fli So I’ve probably thrown these words around and not completely understanding the difference, so, for your edification: Authentication: who you are Authorization: what you can do Auditing logs: what you did This comes from Google’s page on Authentication.

Continue Reading

Want to Learn More?

Contact Us