FHIR Chat · Apollo Server Immunizations · smart/health-cards

Stream: smart/health-cards

Topic: Apollo Server Immunizations


view this post on Zulip Hayden Veytia (Apr 22 2021 at 14:52):

Hi, I'm developing a health app meant to connect school to parents and children, specifically for vaccines and immunizations. In so doing, I have a back-end server that relies on the NodeJS and Apollo Server Express. I am using express to store session data, but I'm not sure this is the best workflow. Moreover, I am not sure what would be the best way for patients to connect to their FHIR Smart Card profile.
I'm sorry if these are obvious questions, but I can't seem to find guides for integration, or where to even begin finding a smart card provider.
Ideally, the clients would simply sign on to our app, and we would determine what their patient Id is, and fetch their immunization and vaccine records.
Any help is appreciated.
Thanks in advance!

view this post on Zulip Josh Mandel (Apr 22 2021 at 17:48):

There are a few options. If your goal is to allow users to share an existing health card with your app, you can enable this by having them scan a QR code, or selecting a file from the file system on their device. If the user has a health card already stored in a mobile Health wallet application, you may be able to use apis on the device to request data from that wallet (e.g., @James Kizer might be able to share details about how the common health app will support this functionality).

view this post on Zulip Josh Mandel (Apr 22 2021 at 17:51):

If the user does not yet have a health card in their possession, you could always build a FHIR API client to connect to a health system and request issuance of a health card.

view this post on Zulip Josh Mandel (Apr 22 2021 at 17:52):

Depending on your trust model, you may not need health cards. I don't know if your app is running on behalf of the school district, or whether it is an intermediary to help individuals get their data organized for submission to the school district.

view this post on Zulip James Kizer (Apr 22 2021 at 19:02):

Hi @Hayden Veytia , as Josh mentioned, CommonHealth will be making SMART Health Cards available via on-device data sharing. This will be a new feature that's being added to our existing SDK once support for SMART Health Cards is released in CommonHealth and we're still working to define the SDK surface for SMART Health Cards, but the developer workflow and user experience should more or less the same as our existing implementation for accessing traditional clinical data. The existing documentation can be found here

view this post on Zulip Abbie Watson (Apr 22 2021 at 20:37):

Hayden Veytia said:

Hi, I'm developing a health app meant to connect school to parents and children, specifically for vaccines and immunizations. In so doing, I have a back-end server that relies on the NodeJS and Apollo Server Express.

Have care with Apollo. GraphQL support is extremely nascent in the FHIR ecosystem, and you'll find that not much of the spec actually embraces it.

view this post on Zulip Hayden Veytia (Apr 26 2021 at 16:15):

Thanks for the replies!


Last updated: Apr 12 2022 at 19:14 UTC