Stream: implementers
Topic: More than 1 authorizing party in a ServiceRequest
Robin Bosman (May 28 2020 at 07:19):
I have a use case where some ServiceRequest need to be authorized by more than one party. What would be the correct way to do that? I looked at Consent but that feels wrong because the focus there is healthcare consumer. Would Contract be an option or something else?
Lloyd McKenzie (May 28 2020 at 14:13):
ServiceRequest.author would be the individual who takes primary responsibility for initiating the ServiceRequest. However, anyone else involved in the review/sign-off can be captured using Provenance.
Robin Bosman (May 28 2020 at 14:20):
I did not consider Provenance but that makes sense indeed tx!
Last updated: Apr 12 2022 at 19:14 UTC