Stream: implementers
Topic: Representing 'attestation'
Lloyd McKenzie (Sep 26 2020 at 20:57):
When posting certain types of resources, there can be a legal need to 'attest' to the accuracy/completeness of the content. I've heard conflicting recommendations about whether this is best handled using an extension, Provenance (can be sent as a header in the original post) or via a separately posted Composition pointing to the original resource/set of resources. (The last option surprised me.) I think we need more guidance for the community on how this SHOULD be done (and why). So starting the discussion here.
@Grahame Grieve @John Moehrke
Grahame Grieve (Sep 27 2020 at 04:36):
the first question is what 'attestation' means, partly a legal question. The second question is how one cam be clear exactly what is being attested to
Lloyd McKenzie (Sep 27 2020 at 05:49):
My presumption is that if you were using Provenance, you'd be attesting to the narrative text
John Moehrke (Sep 28 2020 at 15:23):
I am missing the background on the use-case. I think we must always start with a presumption that a legal medical record would have access controls preventing any random user from Creating or Updating any data. Thus any data is an attestation of the creator. If we can't agree to this, then everything falls. Having a Provenance can add more specific indications of the source of the data. I don't think Provenance is any more strong 'attestation', it is just more specific.
John Moehrke (Sep 28 2020 at 15:24):
It sounds like there have been discussions of this use-case that I am simply not aware of.
Lloyd McKenzie (Sep 28 2020 at 15:28):
There was discussion at the joint PE/FHIR-I session that involved a suggestion that Composition was necessary to support the attestation piece required by US legislation around patient-request for data correction. I found that proposal surprising and unnecessary. I tend to agree that any FHIR request is intrinsically attested if you've got appropriate user authentication.
John Moehrke (Sep 28 2020 at 15:37):
The use-case of patient directed corrections is a bit different than general purpose attestation. The use-case is one where the legal medical record holds information that the patient disputes. So it is really more a dispute resolution workflow that results in a change to the legal medical record. I might be convinced that the patient dispute should be documented in a Composition that explains the current state of the information, the dispute, the correction requested, and supporting materials.
When the data are corrected, the correction Provenance could point .entity at that composition as evidence to the correction (or even as a Provenance of a rejection of the dispute).
Lloyd McKenzie (Sep 28 2020 at 15:39):
Can you explain why that overhead would be necessary? Why is it not sufficient to have a Task that says "here's what's wrong and needs to change"? Why is the overhead of Composition needed?
John Moehrke (Sep 28 2020 at 16:30):
no, I can't. a task might be all that is needed.
Grahame Grieve (Sep 28 2020 at 20:15):
I want to point out that I don't believe I ever heard the word 'necessary' in this context.
Lloyd McKenzie (Sep 28 2020 at 20:27):
Ok, then what makes it "more desirable" or "more appropriate"?
Last updated: Apr 12 2022 at 19:14 UTC