FHIR Chat · Clinic in Encounter · implementers

Stream: implementers

Topic: Clinic in Encounter


view this post on Zulip Will Bryant (Mar 18 2019 at 15:20):

Hi, I am in the UK looking at an implementation of FHIR, and we wish to associate outpatient Encounters with specific clinics, as in groups of appointments at the same time for a specific issue, e.g. Fracture Clinic, Electromyography Clinic etc.

Would serviceProvider be an appropriate place to define such clinics (the clinic being linked back through several layers of organisation to the hospital Trust)?Clinic Defined

view this post on Zulip Grahame Grieve (Mar 18 2019 at 19:28):

I'm not understanding the use case - you want to list a set of clinics (/wards?) that may or have been or were associated with a particular admission?

view this post on Zulip Will Bryant (Mar 19 2019 at 06:31):

Thanks for the response! When a clinician/group of clinicians runs a clinic for a particular purpose, I want all encounters which are part of that clinic to be associated with the clinic, as well as where the clinic took place.

Our current thinking is that the room (or set of rooms) in which the clinic takes place will be the location, and the serviceProvider will be the 'clinic', which will be associated with the clinicians running the clinic and by use of Organisation.partOf be linked to the specialty which runs the clinic. So for an example:

  • clinic = serviceProvider = 'General Cardiology Clinic',
  • location = 'Lynx outpatients Level 1 VCB' (paediatric hospital) and
  • clinic has Organisation.partOf reference to the 'Cardiology' specialty

Does this make any sense?

view this post on Zulip Will Bryant (Mar 19 2019 at 08:57):

To clarify these would be outpatient visits mostly.

view this post on Zulip Grahame Grieve (Mar 19 2019 at 10:05):

@Brian Postlethwaite

view this post on Zulip Sebastiaan van Sandijk (Mar 19 2019 at 10:15):

Hi, I don't know if this would be the official approach, but since your clinics are associated (defined) with a particular purpose, the encounters of these (groups of) clinicians can perhaps be clustered with EpisodeOfCare. Rooms and other physical locations are in Encounter.Location, Encounter.serviceProvider can be your clinic, but does not need to be: the managingOrganization of the Episode will be the serviceprovider responsible for the specific pathway/purpose, even if parts of it are outsourced to other service providers. This way the same approach can be used to track encounters that form part of a thematic/purposive collaboration between clinicians that does not 'exist' legally. .


Last updated: Apr 12 2022 at 19:14 UTC