FHIR Chat · Mutiple Teams · implementers

Stream: implementers

Topic: Mutiple Teams


view this post on Zulip Mounika (Oct 30 2019 at 13:00):

Hi all, we want to capture multiple teams by using HealthcareService resource. Which element is suitable can anyone suggest me.

view this post on Zulip Lloyd McKenzie (Oct 30 2019 at 13:35):

HealthcareService is about an organizational capacity, not about specific teams. (Use CareTeam for that)

view this post on Zulip Mounika (Oct 31 2019 at 04:59):

Thank you @Lloyd McKenzie But how to link HealthcareService with CareTeam?

view this post on Zulip Richard Townley-O'Neill (Oct 31 2019 at 05:18):

What is the type of relationship between a healthcare service and a care team that you want to record?
To record that the one organisation owns them both you could use HealthcareService.providedBy and CareTeam.managingOrganization with the one Organization between.
If you want to say that a care team is part of another care team use CareTeam.member

view this post on Zulip Mounika (Oct 31 2019 at 07:21):

Thank you Richard,
Can we directly attach HealthCareService and Care Team resources because an Organization resource may provide multiple HealthCareService and similarly multiple CareTeams associated with Organization.

view this post on Zulip Lloyd McKenzie (Oct 31 2019 at 16:01):

So what you want to say is "these are the teams that are available to deliver this service at this location for this organization

view this post on Zulip Mounika (Nov 01 2019 at 05:20):

Yes @Lloyd McKenzie How to capture that?

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

At the moment, you'd need an extension on CareTeam that pointed to the HealthCareService it was tied to. You could submit a change request for a standard extension

view this post on Zulip Mounika (Nov 01 2019 at 06:05):

Okay @Lloyd McKenzie Thank you


Last updated: Apr 12 2022 at 19:14 UTC