FHIR Chat · apple healthkit integration · implementers

Stream: implementers

Topic: apple healthkit integration


view this post on Zulip Radu Craioveanu (Nov 09 2018 at 18:31):

Has anyone integrated with apple healthkit via FHIR?

view this post on Zulip Andy Stechishin (Nov 09 2018 at 18:41):

What do you mean by integrated? My understanding is that HealthKit is storing FHIR resources in HealthKit but I haven't tried using the HealthKit APIs to pull anything out

view this post on Zulip Andy Stechishin (Nov 09 2018 at 18:42):

You could write libraries to pull out HealthKit data and then convert to FHIR for transmission

view this post on Zulip Radu Craioveanu (Nov 09 2018 at 20:19):

We are a large integrated provider. I want to explore the technology side of integrating our Patient data in Healthkit and then having that data be available to the Patient via their HealthApp.

view this post on Zulip Andy Stechishin (Nov 09 2018 at 21:31):

All I know is Apple is pursuing deep integration of patient data from a series of providers using FHIR (according to the press releases). They have integrated kaiser-Permanente in Washington state, Mayo, and a number of other American institutes. I see by your time zone that you are likely in the UK. If you have an Apple Developer account, you may want to try reaching out to the HealthKit team. @Grahame Grieve may have been involved in the discussion and might be able to provide more information. I haven't dug into the API to see how easy it is to store FHIR resources or how to query (or what profiles or version HealthKit may accept). If I find some time I can let you know what I find out

view this post on Zulip Jenni Syed (Nov 09 2018 at 21:59):

What Apple does with providers is use the existing Argonaut-based FHIR APIs that are hosted/served by the vendors for the provider or by the providers themselves

view this post on Zulip Jenni Syed (Nov 09 2018 at 22:00):

They allow patients to get data via those APIs in their iPhones, which stores into HealthKit

view this post on Zulip Jenni Syed (Nov 09 2018 at 22:00):

And I know they announced that they were opening up the HealthKit APIs to developers to get access to that data set, assuming the patient opted in

view this post on Zulip Jenni Syed (Nov 09 2018 at 22:01):

But from what I understand, apps integrating with HealthKit get access to the locally stored health data that was retrieved using SMART and FHIR previously.

view this post on Zulip Andy Stechishin (Nov 09 2018 at 23:01):

Jenni, from reviewing the API and watching the WWDC video, it appears they are storing the raw resource but I am not sure entirely which resources can be stored right now in HealthKit

view this post on Zulip Pascal Pfiffner (Nov 10 2018 at 00:06):

Since iOS 12 we have an API that allows apps to retrieve the FHIR resources that a user may have downloaded. You cannot write FHIR data to HealthKit.

view this post on Zulip Pascal Pfiffner (Nov 10 2018 at 00:08):

For the health data to show up in the Health App the user must connect to your hospital via the FHIR API. Was that the question?

view this post on Zulip Pascal Pfiffner (Nov 10 2018 at 00:10):

So, confirming what @Jenni Syed said.

view this post on Zulip Michele Mottini (Nov 10 2018 at 17:58):

We integrated our myFHR app with HealthKit FHIR data - i.e. we can get FHIR data that has been downloaded into HealthKit, parse it and import it into our app.

view this post on Zulip Michele Mottini (Nov 10 2018 at 17:59):

(our app can also get the data directly from the FHIR end point, but if you already connected with HeakthKit getting it from there could be quicker)

view this post on Zulip Kevin Mayfield (Nov 11 2018 at 21:35):

Presume this is DSTU2 FHIR resources?

view this post on Zulip Michele Mottini (Nov 12 2018 at 01:35):

Yes

view this post on Zulip Kevin Mayfield (Nov 12 2018 at 08:00):

Thanks. Notice it’s still beta and could change to STU3.
I’ll have a more detailed look at the SDK (I’m learning swift).

view this post on Zulip Brett Esler (Nov 14 2018 at 00:26):

I have this from Apple when I asked last week about integration of institutional FHIR sources "After reviewing the details on the program, I have confirmed that at this time, registration is only available for U.S. healthcare institutions. You can view the full details here" https://www.apple.com/healthcare/health-records/ would be great to know if this blocker is something that can be lifted - have some capability here in Australia going to waste...

view this post on Zulip Grahame Grieve (Nov 14 2018 at 02:45):

it could be lifted in the future providing a bunch of things are lined up. One of this would be a clear take on Argonaut for Australia

view this post on Zulip Brett Esler (Nov 14 2018 at 04:20):

can make that happen - have the base AU in ballot - so can move forward after that

view this post on Zulip Abbie Watson (Dec 02 2018 at 17:31):

Happy to say that we just successfully integrated with HealthKit, and were able to pull FHIR resources from a phone into Symptomatic. Was surprised to find that FHIR isn't supported on iPad, only iPhones, which means we're going to need to pivot some of our business plans. But generally speaking, quite happy with the implementation. It's not exactly a standard FHIR query; but the data types are DSTU2 conformant, and flowed into the rest of our app without problem.

view this post on Zulip Grahame Grieve (Dec 03 2018 at 19:48):

how is it not standard?

view this post on Zulip Pascal Pfiffner (Dec 03 2018 at 20:38):

iOS devs don't retrieve FHIR data from HealthKit with FHIR API calls, it's via HealthKit API calls (which are local).

view this post on Zulip Grahame Grieve (Dec 03 2018 at 20:48):

ah oh yes - missed that context. thanks


Last updated: Apr 12 2022 at 19:14 UTC