Stream: social
Topic: Getting Started / Viability of FHIR for Startup
James Gilchrist (Nov 03 2020 at 17:47):
Hi All, I'm very new here.
A little about my startup:
I work for a startup in the chiropractic industry, which is as I'm sure you all know not well regulated with specs etc. We have built a product that allows chiropractic providers to fill in some patient information (or pull from their EHR - not FIHR based), fill in the patient's insurance info (custom format), create some care plan templates (custom format), define some codes (cpt codes, again custom format), define the cost of the codes for various profiles / insurance providers (again custom format), and then compute the estimated cost of the care template for a given patient with a given start date. The careplan then either is accepted or not accepted.
I recently stumbled across FHIR/hl7 and was shocked I hadn't heard of it before and was really upset that I hadn't because it "seems" like all the data models I had been defining already exist in a much better way for the entire health care industry! This is amazing.
However, I'm having an issue. The documentation is sparse and what does exist is beyond dense. To make matters worse the courses available (i.e., fire.ly) are expensive. I need to evaluate and build a PoC/MVP to figure out if FHIR spec works for my company. I'm played around a little bit with FHIR API on Azure and other server implementations, but again the documentation on how to use the data models is lacking (from what I can tell).
I'm mostly interested in some of the workflow module items. Such as:
- how do you utilize something like a PlanDefinition to be applied to a CarePlan for a given user/start date?
- storing insurance information: deductibles / deductible contributions, copays, how many covered visits are left, etc?
- storing codes / cost of codes ( I see mentions of CodeSystems )
Any other recommendations on steps to take to accomplish something like my company abstract/summary states above? Videos? Articles? Any help would be greatly appreciated!
David Pyke (Nov 03 2020 at 17:50):
There are wonderful tutorials on FHIR via youtube (search for devdays). Some of your other questions can be answered via the Financial modules overview and the resources themselves you can ask specific questions in #implementers or for financial based issues in #financial and of course terminology questions in #terminology
James Gilchrist (Nov 03 2020 at 17:52):
@David Pyke I appreciate the reply. Any recommndation on the workfow module? I've read through a lot of the documentation on hl7 website, but am still left a bit confused.
David Pyke (Nov 03 2020 at 17:53):
THe http://hl7.org/fhir/workflow-module.html is fairly good but requires a base understanding of FHIR first.
Lloyd McKenzie (Nov 03 2020 at 19:22):
Welcome @James Gilchrist :) Glad you found us - and we'd welcome suggestions about how to create greater awareness of FHIR in the Chiropractic and other "allied medicine" disciplines.
Deriving care plans from PlanDefinition is somewhat of an 'advanced' action. I believe there are some implementation guides that tackle that in more detail (@Bryn Rhodes ?). In terms of insurance information, a lot of what's been done to this point is about submitting claims/prior auths, not necessarily representing the full detail of deductibles, etc. However, I believe the ExplanationOfBenefit resource should cover most of that for you. The Carin-blue button would be a good starting point if you're U.S.-based. As well, you may be interested in some of the Da Vinci implementation guides, in particular CRD, DTR and PAS. (One thing you'll quickly learn about the HL7 community is that we love acronyms :>)
In terms of storing codes and associated costs, there's a new resource called ChargeItemDefinition intended to handle that, but it's very new and not well exercised yet. If you find issues, be sure to report them as it's quite possibly "us, not you". Representing costs in CodeSystems is also possible, but probably not the preferred approach as it doesn't necessarily let you easily maintain at the granularity that would be most desirable.
In terms of getting up to speed, David's recommendation of using the DevDays videos is a good idea. And if you want really good bang for your buck, coming to the European DevDays isn't necessarily a bad deal given that it's 4 days of content that covers all of the latest and greatest that's happening in the FHIR space, plus opportunities to meet (virtually) with a lot of the key players and build some relationships. Most of the sessions are running at times that aren't too horrible for North Americans, though it's somewhat unpleasant for those on the pacific coast.
In most cases, there is documentation for the various server implementations. If you're not finding it, reach out to the authors via private message or post your questions on #implementers. There are also specific streams for most of the reference implementations - e.g. #hapi, #dotnet. (To see available streams, click the little 'gear' icon.)
After you've had a chance to immerse yourself a bit more, don't hesitate to submit change requests that suggest how we might provide a better on-ramp to newcomers, particularly those from your industry. Or better yet, write up a page yourself we can add to the spec :)
Ward Weistra (Nov 06 2020 at 10:23):
You can find all videos and slides of previous DevDays events linked here: https://www.devdays.com/events/
Ward Weistra (Nov 06 2020 at 10:24):
For learning more on FHIR profiling (making your own FHIR data/API model):
Last updated: Apr 12 2022 at 19:14 UTC