Stream: questionnaire
Topic: FHIR Forms Management Platform
Yuval Romm (Mar 30 2022 at 16:58):
Hello all,
My org is looking for a new digital forms platform (for authoring, rendering, and collecting Patient data associated with appointments, surgeries, and even marketing).
Are there any leading vendors that support FHIR out of the box?
Do you know any good open-source FHIR implementations capable of managing the full lifecycle of forms management?
Any other good advice or suggestions?
Thank you!
Lloyd McKenzie (Mar 30 2022 at 17:01):
It sort of depends on what you mean by "full lifecycle". There's a list of Questionnaire implementations here, though it's not necessarily complete.
Notification Bot (Mar 30 2022 at 19:06):
Yuval Romm has marked this topic as resolved.
Notification Bot (Mar 30 2022 at 19:06):
Yuval Romm has marked this topic as unresolved.
Yuval Romm (Mar 31 2022 at 17:50):
Thanks again @Lloyd McKenzie
I see only a couple of fully productized sources mainly European (as opposed to open source) solutions.
Can you speak a bit to how you see adoption into more mainstream products/platforms?
Lloyd McKenzie (Mar 31 2022 at 18:44):
It's hard to see big-picture plans (because no-one needs to share them...) I know that US-core (which reflects the intentions of a lot of big multi-national EHR companies, even though it's officially US-centric) is taking relatively shallow steps into the Questionnaire space, with most complex behavior being dealt with through 'adaptive forms'. Some of the Da Vinci IGs are mandating more sophisticated capabilities involving CQL population and flow control - with a potential for regulatory requirement for those things. How much that will manifest in commercial offerings is unclear.
Diane (Mar 31 2022 at 20:11):
@Yuval Romm
There is a free and open-source suite of FHIR Questionnaire form management software in the US, called LHC Forms.
The form builder is at https://lhcformbuilder.nlm.nih.gov/
The LHC Forms Widget https://lhcforms.nlm.nih.gov/ can be embedded in your website. It will render your FHIR Questionnaire and submit the answers (create the Questionnaire Response).
The project page is at http://lhncbc.github.io/lforms/
It is actively maintained and updated versions are frequently released.
Since LHC-Forms is open source, you can customize it to your organization's needs.
Yuval Romm (Apr 01 2022 at 12:42):
Thanks @Diane @Lloyd McKenzie
I looked into some of the open-source solutions and LHC as well. It does look very good but obviously dev-heavy to deploy, maintain, support.
It seems that organizations need to make a strategic decision when adopting a forms solution between three (there may be more ) alternatives:
- Adopt a fully productized (code-light or no-code) non-FHIR forms platform and wait until industry/regulation force a move to FHIR as more vendors bake FHIR into their platforms.
- Adopt an open-source FHIR Questionnaire tool and create integrations into existing workflows/systems.
- Adopt a non-FHIR product (as in option #1) and write a code-heavy layer of FHIR transformations into a FHIR repository.
Thoughts?
Lloyd McKenzie (Apr 01 2022 at 14:03):
To a certain extent, it depends what you're trying to do. Most non-FHIR forms platforms don't have the population, extraction, and some of the other capabilities that SDC offers. So if you need those, you need FHIR. If your requirements are simpler, then the drivers would be the ability to share the forms and responses with systems who don't necessarily use those same commercial solutions.
How 'code heavy' your implementation is going to be depends on how much you leverage existing libraries. There are also generic transformation tools that you can use to convert between XML and JSON syntax, so you're not necessarily doing all of the work in code, though even if using GUI mapping tools, it'd be code-like.
Tilo Christ (Apr 08 2022 at 12:36):
Yuval Romm said:
Hello all,
My org is looking for a new digital forms platform (for authoring, rendering, and collecting Patient data associated with appointments, surgeries, and even marketing).
Are there any leading vendors that support FHIR out of the box?
Do you know any good open-source FHIR implementations capable of managing the full lifecycle of forms management?
Any other good advice or suggestions?
Thank you!
Have you looked at existing PROMs platforms? Depending on your use-case this might be a good starting point, since they do forms lifecycle, plus data analytics, benchmarking, sometimes special study support, incl. FDA compliance. I'm sure they will move towards FHIR APIs, some are already mentioning it (see: https://mrdm.com/platform/).
Last updated: Apr 12 2022 at 19:14 UTC