Stream: implementers
Topic: Overview of implementation
AK (Apr 08 2019 at 12:45):
Hi all, basically my question is: is there a FHIR implementation for dummies type of guide out there?
I am a student helping a health tech organization with implementing FHIR. I am trying to give them an overview of what they need to do. They collect patient data through an app and web service. They want to be able to use this data for machine learning models, and also want to be able to tell future clients that their services can be integrated with the client's EHR (given the client is using FHIR).
I understand the data structures really well but getting lost as I read about implementation and architecture. I have written some scripts to convert the organization's patient data to FHIR resources, and am now validating the structures. I'm not sure what comes next. Should we have scripts to convert FHIR resources into our data structure? Am I supposed to set up a server and API?
John Moehrke (Apr 08 2019 at 14:56):
http://build.fhir.org/overview-dev.html
Lloyd McKenzie (Apr 08 2019 at 15:03):
There are also a lot of video tutorials available - if you search for "FHIR devdays videos", you can find a lot of good content.
Brian Wright (Apr 08 2019 at 15:48):
Hi AK. If your question is specifically about the use of FHIR with machine learning, while there is a lot of interest in the FHIR community, there is not a well established playbook yet. In particular, recommendations of how to generate analytical data sets from FHIR resources are still being worked on, and the approach may depend on the specifics of your environment. The "analytics on FHIR" stream would be a good place for follow up discussion on that topic.
AK (Apr 09 2019 at 09:18):
Thank you for your replies @John Moehrke @Lloyd McKenzie @Brian Wright
Last updated: Apr 12 2022 at 19:14 UTC