FHIR Chat · interdisciplinary wards · implementers

Stream: implementers

Topic: interdisciplinary wards


view this post on Zulip Simone Heckmann (Aug 15 2016 at 15:20):

Has anyone ever had to deal with a Locations (e.g. a ward) that are associated with multiple organizations (e.g. an interdiciplinary ward)?
It is vital for us to have a link between the Encounter and the Organization. So far we did this through Encounter.Location.managingOrganization. But now we hit a wall because some wards are used by different Organizations.
Our initial idea was instead of "hardwiring" Location and Organization to rather reference the Organization through Encounter.serviceProvider.
But the problem is, that Encounter.serviceProvider is not a searchable attribute and we need to be able to select Encounters by Organization. Anyone have an idea?

view this post on Zulip Lloyd McKenzie (Aug 15 2016 at 15:51):

@Simone Heckmann Organization is the group of people responsible. So if something goes wrong in the ward, both departments are at fault? I think you're probably looking at extension space, either an extension on Encounter to allow a list of responsible organizations, or an encounter on Organization to indicate that the Ward organization is part of two organizaitons

view this post on Zulip Simone Heckmann (Aug 15 2016 at 16:53):

I think it definitely makes sense to pin the Organisation to the Encounter (where the relationship would always be 1..1) rather than at the Location as we do now. The problem ist just that it isn't a search parameter. What are my chances of getting a change request through?

view this post on Zulip Lloyd McKenzie (Aug 15 2016 at 17:13):

Don't know. Never hurts to ask and present the use-case :)

view this post on Zulip Brian Postlethwaite (Aug 15 2016 at 21:17):

Looking forward to hearing the use case.
And how the relationship between the org and location heirachies is in this case. (and which point in the tree you want to attach the encounter)

view this post on Zulip Simone Heckmann (Aug 16 2016 at 08:05):

Situation is the following: Hospital has differnt wards (e.g. S1, P2, ICU), and differnent departments (Surgical, Gastro-Enterology...).
Each of these wards (Locations) is associated with a department (We have this modeled as Location.managingOrganization) who's in charge of the ward.
BUT: The Patients treated in some of these wards, may not be associated with the same Department as the ward. Especially ICUs are often shared between different departments. So the Location "ICU"'s managingOrganization may be "Surgical" but some patients therein may actually be from the GE department.
However, it is crucial that we are able to distinguish/filter the Encounters by Department. Up until now we did this through Encounter.location.organization but that gives false results if the ICU Patient is from a different department than the one the ward is associated with.
To resolve this, we are now planning to put the Patient's (or rather the Patient's Encounter's) department in Encounter.serviceProvider - which IMO makes a lot more sense that our initial approach.
The only issue is (and that's unfortunately a dealbreaker) that Encounter.serviceProvider is not a search parameter. So our requirement to search and filter by department is not satisfied.

view this post on Zulip Grahame Grieve (Aug 16 2016 at 08:06):

you can define your own search parameters

view this post on Zulip Simone Heckmann (Aug 16 2016 at 08:08):

Hm. I guess I could. But this is a very common use case, at least in Germany. So I'd like to hear from other user's around the globe. if it's as common in their realm as in ours, I think it should be considered for core.

view this post on Zulip Grahame Grieve (Aug 16 2016 at 08:09):

I think it's core. Absolutely. PV1 has both location and unit, which is what you're talking about. And shared wards are everywhere I've ever been in Australia

view this post on Zulip Grahame Grieve (Aug 16 2016 at 08:09):

and filtering by ward and unit are obvious things to do in any workflow support

view this post on Zulip Simone Heckmann (Aug 17 2016 at 21:06):

GF#10462

view this post on Zulip Brian Postlethwaite (Aug 17 2016 at 21:06):

With that additional information I hope you've created a tracker item for PA, thanks.

view this post on Zulip Brian Postlethwaite (Aug 17 2016 at 21:06):

P.S. Sounds like you have some test data, any you'd be able to share with the specification/community for reference?

view this post on Zulip Simone Heckmann (Aug 17 2016 at 21:06):

(deleted)

view this post on Zulip Simone Heckmann (Aug 18 2016 at 07:11):

(deleted)


Last updated: Apr 12 2022 at 19:14 UTC