Stream: implementers
Topic: Verify resource
Thomas Johansen (May 14 2018 at 09:17):
Hi!
What are the current ways of verifying a resource? I'm not sure of the non-Norwegian term for this. Our use case is that you register some critical information then some health personell will verify the status of the CI. This must be done without making an actual change to the resource except for the verificationStatus. Thanks for any input!
// Thomas
Lloyd McKenzie (May 14 2018 at 09:30):
Provenance could be used to capture that any arbitrary resource has been verified. For some resources it's part of their workflow status as well - for example, an Observation might not be changed from "preliminary" to "complete" until it's been verified
Thomas Johansen (May 15 2018 at 04:43):
Hi @Lloyd McKenzie. Are you talking about this: https://www.hl7.org/fhir/valueset-provenance-activity-type.html ? I'm not seeing how to confirm or deny the status of some resource, without the extendible fields like active or cancelled. Not quite right with cancelled I think.
Am I understanding this correctly that updating only the verification field on a resource is not "normal" FHIR behaviour? What's important is that the resource don't get updated along with the status, if that makes sense.
John Moehrke (May 15 2018 at 06:42):
@Thomas Johansen Please submit a CR with your recommendations. I know we have discussed this as Lloyd has described. However it is possible that the formal use-case analysis and change requests have not been done. I am very happy to receive improvements
Thomas Johansen (May 15 2018 at 06:45):
Hi @John Moehrke!
I'd by happy to. I'm not quite sure what CR is and where I can do this. Could you point me in the right direction? :)
// Thomas
John Moehrke (May 15 2018 at 06:47):
at the bottom of every page of the FHIR specification (regardless of version) is a clickable link "Propose a change".
Thomas Johansen (May 15 2018 at 10:24):
Ok, thanks! Will do as soon as my account is approved. Thanks :)
Lloyd McKenzie (May 15 2018 at 13:57):
Should now be approved :)
Thomas Johansen (May 16 2018 at 04:34):
Indeed, thanks :)
Last updated: Apr 12 2022 at 19:14 UTC