FHIR Chat · List-Organization · implementers

Stream: implementers

Topic: List-Organization


view this post on Zulip rekha (Nov 07 2019 at 06:25):

Hi All,
How to link up list resource to Organization? Can anyone suggest me?

view this post on Zulip Lloyd McKenzie (Nov 07 2019 at 15:35):

What is your objective for the link? What kind of List? Organization is the maintainer? The author? A member of the List?

view this post on Zulip rekha (Nov 08 2019 at 04:51):

@Lloyd McKenzie In my usecase ,kind of List is Patient List and Organization is the maintainer.

view this post on Zulip Lloyd McKenzie (Nov 08 2019 at 05:48):

Looks like List.source should be extended to support Organization. You should submit a change request. In the meantime, you'll need to use an extension

view this post on Zulip rekha (Nov 08 2019 at 06:10):

Okay, Thankyou @Lloyd McKenzie.But if we create an extension in List Resource we wont be able to perform operation for getting List resources associated with selected Organization resource. So,can we create an extension to Organization resource in alternate?? Is it preferable?

view this post on Zulip Lloyd McKenzie (Nov 08 2019 at 06:17):

You'd have to define a custom search parameter that would let you search Lists by Organization. You could define an extension on Organization, but the pointer wouldn't really be the right way. Needing to update the Organization every time a new List gets created the Organization is responsible for doesn't seem terribly appealing. And it would be inconsistent with how Lists that are the responsibility of Practitioners, Devices and others are handled.

view this post on Zulip rekha (Nov 08 2019 at 07:09):

Okay,Thankyou @Lloyd McKenzie


Last updated: Apr 12 2022 at 19:14 UTC