FHIR Chat · augmenting client + provider data · smart

Stream: smart

Topic: augmenting client + provider data


view this post on Zulip Travis Nesland (Apr 15 2019 at 14:35):

Posting a question just in case anyone has gone down this path and has insights to share:

Currently working on a provider-facing SoF application where we need to augment the client and current-user (provider) with licensing and training-completion data in order to determine the correct content for the user. We can create a mapping of clients using the iss and users by requesting the profile / fhirid and are currently looking at storing this additional licensing and training information in an external data store.

Just curious if anyone else has gone down this path and has any lessons learned / hints / warnings to share.

view this post on Zulip Josh Mandel (May 02 2019 at 03:13):

No specific experience with this -- but the options generally are to store data back in the system of record, or in your own app db. The latter has the advantages that it's in your control (many EHRs don't support most writes), and that you might share this kind of licensing or training-completion data across systems (e.g., if the same physician uses your app in different settings).


Last updated: Apr 12 2022 at 19:14 UTC