Stream: implementers
Topic: Provenance.target with version specific reference
Yunwei Wang (Sep 11 2020 at 19:11):
The Provenence.target can be a version specific reference. Is this the version before the update or after the update? I think it is the version after the update. Just want to confirm that.
Lloyd McKenzie (Sep 11 2020 at 19:22):
Confirmed - which means the update needs to happen before you can create the Provenance that documents it.
Lloyd McKenzie (Sep 11 2020 at 19:22):
If you think this isn't clear, please submit a change request
John Moehrke (Sep 11 2020 at 20:19):
you can also use the X header if your server supports it http://build.fhir.org/provenance.html#header, the theory with that is that the server can put in the version specific target once it creates it.
Yunwei Wang (Sep 11 2020 at 22:26):
@John Moehrke That is interesting. If the client created Provenance instance, what is the difference between sending that as a header or sending that in the body (in a transaction bundle)?
Johnny Bender (Sep 11 2020 at 22:52):
@Yunwei Wang I think you meant to tag John Moehrke?
Yunwei Wang (Sep 11 2020 at 22:54):
Oops. Thanks you.
Yunwei Wang (Sep 11 2020 at 22:56):
(deleted)
John Moehrke (Sep 12 2020 at 15:30):
The x header is mostly only useful with REST create or update. Where you don't want to do a transaction
Last updated: Apr 12 2022 at 19:14 UTC