Stream: implementers
Topic: Patients treated as a group (IVF)
Taylor Stein (Sep 13 2021 at 01:29):
My team is working on a system for IVF practices in which workflows and general patient management are often targeted towards more than one patient at a time (e.g. male and female going through IVF, Patient/partner/surrogate, etc...)
Part of the challenge is that a couple may come in for a treatment cycle, and then a few years later one of the patients comes back with another partner for another cycle.
Is there a recommended way to handle this scenario? Our idea is to extend the EpisodeOfCare resource to be able to refer to a group of patients rather than just a single patient. That EpisodeOfCare would then be used as a container for all of the shared events (contracts, consents, communications, etc...).
Any issues with that approach?
Thanks for any guidance you can provide.
Taylor Stein (Sep 13 2021 at 18:19):
@Lloyd McKenzie Would very much appreciate your thoughts on this. Thanks!
Lloyd McKenzie (Sep 13 2021 at 18:47):
You could certainly link Group activities to EpisodeOfCare instances specific to each paricipant. You wouldn't want to share content across groups. E.g. The new partner doesn't have the right to see information related to the sessions with the old partner.
Taylor Stein (Sep 13 2021 at 20:22):
Absolutely - The thinking is that if/when a patient group changed, then a new EpisodeOfCare would be created with the new set of participants.
The model would look something like this:
image.png
Patient 1 is only involved in Episode 1 and can therefore only see Event 1
Patient 2 is involved in both Episodes 1/2 and can therefore see Events 1/2
Patient 1 is only involved in Episode 2 and can therefore only see Event 2
Lloyd McKenzie (Sep 13 2021 at 21:28):
An Event can't have a subject of an EpisodeOfCare. The 'subject' would need to be a Group.
Taylor Stein (Sep 14 2021 at 20:38):
Thanks! That makes sense
Last updated: Apr 12 2022 at 19:14 UTC