FHIR Chat · Provenance Status of Source · implementers

Stream: implementers

Topic: Provenance Status of Source


view this post on Zulip Jan Maluche (Jun 11 2021 at 09:08):

Hello, i am wondering if there is the possibility to save the Status of the source when creating a fhir object. It could be relevant to me to saven when the original resource was originally created or when it was modified at last, to save this information also to the fhir resource.
Everything that happens to the fhir-resource( creating, updating, transforming) is part of the Provenance.
Am I missing a thing to save this information?
The only thing i could imaging is using additional Meta.tag with an explicit coded timestamp. Is there a "defined" way to do this?

view this post on Zulip Lloyd McKenzie (Jun 11 2021 at 14:33):

If the system allows, you can use history to go back and look at historical versions. You can also look at the status transitions defined in Provenance to see what status changes have occurred.

view this post on Zulip Jan Maluche (Jun 11 2021 at 15:17):

this is correct for the FHIR System.
I am currently developing an application connecting another system and map these data to fhir. Therefore for me it is interesting, if the data in the source system may be changed. I want to store the information with the fhir ressource, to update it, when the data in the original dataset changed.

view this post on Zulip Jan Maluche (Jun 11 2021 at 15:18):

My source system has the option to access the initial insertion date and a last modifier timestamp. So i would store this information in the resource, to skip the complex processing step generating the fhir resource.


Last updated: Apr 12 2022 at 19:14 UTC