FHIR Chat · Request for Information · implementers

Stream: implementers

Topic: Request for Information


view this post on Zulip Grahame Grieve (Jul 05 2018 at 00:53):

hi. I have a need to advise an implementer how to implement a patient request for information. Structurally, it looks like a consent - all the same kinds of decisions. But we've previously said that it's not a consent... so what is it? A task with a consent? Something else?

view this post on Zulip Lloyd McKenzie (Jul 05 2018 at 01:07):

The patient is asking for information to be delivered to themselves or to someone else? If so, CommunicationRequest might be a good fit. (I'm wondering whether the Request pattern shouldn't have a 0..1 or even 0..* reference to Consent)

view this post on Zulip John Moehrke (Jul 05 2018 at 14:05):

I have assumed that it was both a Consent and a CommunicationRequest. The Consent contains the authorization for the release, the CommunicationRequest contains the details about what the release must do. This also clearly can be shown as to 'have happened', the CommunicationRequest has been satisfied.

view this post on Zulip Lloyd McKenzie (Jul 05 2018 at 14:14):

I'd say the fundamental action is the CommunicationRequest - "please share". If needed, a consent can accompany that.

view this post on Zulip Grahame Grieve (Jul 05 2018 at 19:11):

so, is the consent the payload of the communication request?

view this post on Zulip John Moehrke (Jul 05 2018 at 19:15):

Lloyd has pointed out that the CommunicationRequest might not need a Consent; as it might have been authorized by other means. Including patient-right-of-access. BUT, where it does need a Consent to authorize the communication; then yes it would seem the CommunicationRequest might be appropriate to point at the Consent that authorizes the transfer. It is also possible they are not linked except by the very nature they refer to the same terms.

view this post on Zulip John Moehrke (Jul 05 2018 at 19:16):

hmmm. so would CommunicationRequest.about, or CommunicationRequest.reasonReference ?

view this post on Zulip Grahame Grieve (Jul 05 2018 at 19:17):

well, in this case, it's about 'what is requested to be transferred'. You spin that around to 'transfer of records requested, this subset consented to'

view this post on Zulip John Moehrke (Jul 05 2018 at 19:18):

seem CommunicationRequest doesn't have a place for the Consent that authorizes the communication... should it? should this be a core extension?

view this post on Zulip Lloyd McKenzie (Jul 05 2018 at 19:37):

It may make sense for it to be a core element for some things (e.g. Procedure) and an extension for other things. We've avoided it so far because Consent had been constrained to not include "permission to do things". Maybe submit a change request for the relevant PatientCare resources and the Request pattern?

view this post on Zulip Grahame Grieve (Jul 05 2018 at 19:38):

wider issue depends on the outcomes of analysis of requirements for other consent scopes


Last updated: Apr 12 2022 at 19:14 UTC