FHIR Chat · docs / Issue #164 How to support audit trail for no action? · cds hooks/github

Stream: cds hooks/github

Topic: docs / Issue #164 How to support audit trail for no action?


view this post on Zulip Github Notifications (Feb 01 2018 at 15:36):

vadi2 opened Issue #164

Let's say a hook is called, and no action needs to be taken, but the EHR needs to know the decisions the CDS service took for auditing purposes. We thus have a situation where the user should not be bothered with any information but the EHR needs to receive information for auditing purposes.

I recall there were discussions around whenever every card must be displayed to the user, and while I can't find the outcome of that right now, I think the consensus was that every card does need to be displayed to the user. How can the CDS service then return audit information for the "no action" usecase without spamming the user?

view this post on Zulip Github Notifications (Feb 01 2018 at 15:45):

kpshek commented on Issue #164

Do you have a particular use case (concrete data you want to write back)? My opinion on this depends upon the scenario. :smile:

For instance, if the data you need to write back is available a FHIR resource, then it seems reasonable for the CDS Service to simply make a FHIR write call to push this type of data.

view this post on Zulip Github Notifications (Feb 01 2018 at 15:47):

vadi2 closed Issue #164

view this post on Zulip Github Notifications (Feb 01 2018 at 15:47):

vadi2 commented on Issue #164

Yes, that would work actually! I imagine the audit information would go into an AuditEvent just fine. Thanks for the quick response.

view this post on Zulip Github Notifications (Feb 01 2018 at 15:48):

kpshek commented on Issue #164

No problem! Glad it was that easy!


Last updated: Apr 12 2022 at 19:14 UTC