Stream: implementers
Topic: Linking Encounters
Martin Grundberg (Oct 31 2019 at 19:15):
We have several use cases for linking Encounters.
I know in the UK various consultant episodes are part of a hospital provider spell (for an IP). This would be possible to support by using the partOf element.
We have basically the same requirements in Sweden where a new encounter starts (for an IP) when there is transfer of responsibility of patient care (eg from Medicial to Surgical speciality). We could use a corresponding spell to keep track of the individual encounters for that as well.
Those are both IP episodes. Now we have two use cases that are not supported by partOf.
- Ambulance encounter with a handover to an A&E encounter
These are two separate encounters with different organizational responsibility. We do not want a gap between them in time, and the A&E encounters can be created in a Planned state for the A&E to prepare, eg order tests, before the patient comes in.
- A&E encounter with a subsequent admission (ie start of an IP encounter).
The requirements are basically the same as for the ambulance to A&E scenario. There is ideally no time gap, and the ward can start work before the encounter starts.
There is the standard extension mentioned, but that is not sufficient as I see it.
https://www.hl7.org/fhir/extension-encounter-associatedencounter.html
How would we use the extension for 1 and 2 above, and especially the A&E encounter where you want two references?
Suggestion 1
We should add two elements to the core Encounter resource; priorEncounter and subsequentEncounter (or similar naming). The intended use is to capture sequences of related encounters where there is not necessarily a parent episode that keeps them together.
Suggestion 2
Add an additional element (extensible coding?) to the standard extension mentioned above to give the referenced encounter context. The A&E encounter above has two references, you would want to know why they are linked. Each reference type may come with additional business rules etc.
Suggestion 2 would solve our requirements, but I think both suggestions are probably good. 1 would make it clearer, and is also an option to use instead of/or in addition to partOf.
Thoughts?
Lloyd McKenzie (Oct 31 2019 at 19:25):
@Brian Postlethwaite
Vassil Peytchev (Oct 31 2019 at 21:47):
There is an ongoing discussion on patient movement, which may be a way to provide the linking you require
Kevin Mayfield (Nov 01 2019 at 07:34):
In the UK (hospitals) we've had a bit of confusion on how to link these together. Is this the same as what you are saying:
Hospital Spell = EpisodeOfCare
Consultant Episode = Encounter? (linked to EpisodeOfCare)
ADT's + care encounters = Encounter linked to Consultant Encounter
René Spronk (Nov 01 2019 at 14:11):
We keep discussing this (https://wiki.hl7.org/Requirements_for_an_Universal_Encounter_model). EposodeOfCare vand Encounter with partOf takes care of most of the encounter hierarchies that we've discussing in the past. Martin's use case call for linking with 'sibling' encounters. prior and subsequent encounter references probably make sense, although they fail the 80% criteria and will probably have to de defined as extensions.
Martin Grundberg (Nov 08 2019 at 11:06):
In the UK (hospitals) we've had a bit of confusion on how to link these together. Is this the same as what you are saying:
Hospital Spell = EpisodeOfCare
Consultant Episode = Encounter? (linked to EpisodeOfCare)
ADT's + care encounters = Encounter linked to Consultant Encounter
@Kevin Mayfield
I would absolutely see the Consultant Episode as an Encounter. But I would also see the Hospital Provider Spell as an Encounter, as the partOf references another Encounter.
The EpisodeOfCare should be something that is on a higher level than an individual encounter, and can span over individual encounters. There can also be gaps between encounters in an episode of care. I think this description explains it in a good way (from EpisodeOfCare):
EpisodeOfCare: Case, Program, Problem, Episode
Encounter: Visit, Contact
The HPS I guess is rather often mapped 1:1 to a Consultant Episode as often transfer of specialty/consultant isnt required.
I'm not sure what you mean with "ADT's and care encounters"? I would see it as:
- Patient is admitted-->Hospital Provider Spell starts AND first Consultant Episode starts=Encounter A + Encounter B (partOf A)
- Transfer of Consultant responsibility-->HPS unchanged, previous CE ends, a new CE starts=Encounter A+Encounter B (partOf A)+Encounter C (partOf A) .
-Patient is discharged-->HPS ends, last CE ends =Encounter A+Encounter B (partOf A)+Encounter C (partOf A)
Kevin Mayfield (Nov 08 2019 at 11:19):
Are you seeing episode as being across providers ? So the episode is from a patient perspective, whereas I may have leaned towards organisation viewpoint (episode starts when patient is admitted to hospital and ends when finally discharged)
Brian Postlethwaite (Nov 10 2019 at 20:48):
Yes, the episode is intended to be at an Organizational level.
And admission encounter when admitted, then partof encounters as the patient moves around the hospital.
If was related to an ongoing condition, then might be associated back to an EpisodeOfCare for tracking.
Last updated: Apr 12 2022 at 19:14 UTC