FHIR Chat · Change Log · implementers

Stream: implementers

Topic: Change Log


view this post on Zulip Grant Isom (Feb 24 2021 at 15:22):

I was curious if there was any formal way to store the history/change log of something like a Condition or ClinicalImpression? An example for this would be displaying the status updates over time.

view this post on Zulip David Pyke (Feb 24 2021 at 15:28):

If you're talking about the changes to the Resource itself, if your server supports versioning, then the interface would simply need to request all versions of the Resource and then show differences.

view this post on Zulip David Pyke (Feb 24 2021 at 15:29):

If it doesn't, then it gets much more complicated

view this post on Zulip Lloyd McKenzie (Feb 24 2021 at 15:30):

You can also have Provenance instances that reflect each change. They won't provide a copy of the data, but they can summarize the type of change.

view this post on Zulip David Pyke (Feb 24 2021 at 15:30):

You would need to assign Provenance resources and track changes through there.

view this post on Zulip David Pyke (Feb 24 2021 at 15:30):

Beat me to it.

view this post on Zulip Grant Isom (Feb 24 2021 at 15:35):

Thank you both, will do some research into Provenance and go from there!


Last updated: Apr 12 2022 at 19:14 UTC