Stream: implementers
Topic: Provenance versioning
Brendan Keeler (Sep 14 2021 at 17:57):
Suppose I have a CDA document that I retrieve from an external organization, store that in a Binary/DocumentReference, and then decompose the CDA into various FHIR resources (Allergy, MedicationStatement, etc).
What's the right way to do Provenance here? There's the aspect of original authorship via that external organization, but also the aspect of transform.
Can multiple provenances reference the same resource/version?
John Moehrke (Sep 14 2021 at 17:58):
IHE covered this in the mXDE/QEDm implementation guides.
John Moehrke (Sep 14 2021 at 18:01):
I wish I had a nice IG to point at, but it is not yet in IG format. See Page 36 https://www.ihe.net/uploadedFiles/Documents/PCC/IHE_PCC_Suppl_QEDm.pdf
John Moehrke (Sep 14 2021 at 18:03):
I think this structureDefinition represents -- https://github.com/IHE/fhir/blob/master/StructureDefinition/structuredefinition-IHE_QEDm_Provenance.xml
Brendan Keeler (Sep 14 2021 at 18:56):
Awesome, thanks John. I also found this presentation which seems useful: https://www.devdays.com/wp-content/uploads/2019/12/Yegor-Hanov-Provenance-_-DevDays-2019-Amsterdam.pdf
Last updated: Apr 12 2022 at 19:14 UTC