Stream: implementers
Topic: List for an organization
Grahame Grieve (May 31 2021 at 20:52):
I'm working on a project which wants to keep a list associated with an organization - a list of real world resources associated with the organization (a many:many relationship).
List.subject doesn't include Organization.
Has anyone else run into this, and what have you done if you have?
Grahame Grieve (May 31 2021 at 20:52):
same question for Practitioner too
Josh Mandel (Jun 01 2021 at 14:00):
This is another example of "narrow and possibly arbitrary implementation of Participant pattern" (though I'm not entirely sure why List.subject is limited to participant in the first place.)
John Moehrke (Jun 01 2021 at 14:02):
I would have expected List.subject to have been the broad set of agents. so, I would agree.
Yunwei Wang (Jun 01 2021 at 14:54):
@Grahame Grieve This is resolved as part of https://jira.hl7.org/browse/FHIR-29784
Yunwei Wang (Jun 01 2021 at 15:00):
That resolution brings a question. List is managed by FHIR-I but FHIR-I did not vote on the ticket. @Lloyd McKenzie
Lloyd McKenzie (Jun 01 2021 at 15:02):
It looks like we did. Mover and seconder are FHIR-I participants and vote date was the day we usually hold our FHIR-I calls...
Grahame Grieve (Jun 02 2021 at 00:52):
well, i think we need PractitionerRole too - a list associated with a practitioner in a specific role. The task is confusing about that - it doesn't say to add PractitionerRole, but it declines to discuss that apparently on the assumption that PractitionerRole will be added?
Lloyd McKenzie (Jun 02 2021 at 03:23):
I would assume that PractitionerRole would be included. Certainly feel free to make a comment stating that assumption.
Last updated: Apr 12 2022 at 19:14 UTC