FHIR Chat · Record History in ClinFHIR · clinFHIR

Stream: clinFHIR

Topic: Record History in ClinFHIR


view this post on Zulip Viet Nguyen (Jul 03 2017 at 17:43):

@David Hay - would it be possible for ClinFHIR to have a "Record History" option that the user could turn on/off. It may be useful for trouble shooting problems, but more importantly, it could help us write verbal scripts to instruct future users. As the user community's sophistication increases, they'll want more and more examples of how to create FHIR resources and other artifacts. Just a idea, in case your backlog is getting shorter. :grin:

view this post on Zulip David Hay (Jul 04 2017 at 04:32):

How would that work? ie, what is in the history? btw - working on a way of 'scoring' a scenario against a 'reference' scenario (same number of resources, matching references etc) - would that help?

view this post on Zulip Brian Postlethwaite (Jul 04 2017 at 05:16):

I'm guessing that you could just hold a list for the logged in user of the resources that they've saved/loaded (AuditEvent records?)

view this post on Zulip Viet Nguyen (Jul 04 2017 at 15:38):

I'm imaging a kind of breadcrumb list that records each event in which the user enters and input (e.g. create new scenario, add a element to a resource, etc.) and ClinFHIR responds. I think you had something like that in a past version that you used from trouble shooting. Maybe the system saves only the most recent 100 or more actions and allows the user to save the list to a file that would allow you or another user to repeat the actions to recreate a scenario.

view this post on Zulip David Hay (Jul 06 2017 at 23:06):

I can certainly save the history of actions - though a 'replay' may be a bit more tricky! Though it sounds like that you are more interested in being able to generate a list of instructions (?recipe) for performing a specific task - doesn't sound too hard (= famous last words :relaxed: )

view this post on Zulip David Hay (Jul 06 2017 at 23:08):

I recall functionality in other apps where you could turn a 'record' on - which created a list of the actions performed. Sounds like a worthy addition! I assume you are talking about the scenario builder...

view this post on Zulip David Hay (Jul 06 2017 at 23:10):

and yes, looking for things to do :smile: ...

view this post on Zulip David Hay (Jul 09 2017 at 19:04):

So have started this. If you select a resource in the Scenario Builder you'll see a new tab labelled 'changes' to the right side. As you do things to a resource (like adding the value to an element, or creating a reference) it is recorded and the changes will appear in the list. There's also a new option in the nav bar that shows all changes for all resources in a scenario (I moved the library functions to a menu to make space).
It doesn't cover all changes yet, and there is no 'replay' ability - other than manually copying the steps, but would be interested in your comments. Thinking that it could form the basis of a 'recipe' for how to complete a scenario (as you mentioned) so will add annotations, edits & export functions at some point...

view this post on Zulip David Hay (Jul 09 2017 at 19:05):

btw - the changes are associated with a single scenario, and only recorded in the local browser at the moment.

view this post on Zulip Viet Nguyen (Jul 17 2017 at 20:04):

Thanks David!


Last updated: Apr 12 2022 at 19:14 UTC