FHIR Chat · Encounter Specialty field · patient administration WG

Stream: patient administration WG

Topic: Encounter Specialty field


view this post on Zulip Alan Pinder (Jul 09 2021 at 16:24):

Hi, we are trying to extract data from existing EMRs in the UK, where Encounter Specialty is very important (core to billing, and, for my use case, core to Deep Learning research): but the underlying EMR systems don't naturally have the ability to create the associated PractitionerRole entity (their data structures do not suit it).

I noticed that the Appointment Resource has its own .specialty field, but there is no equivalent in the Encounter resource in R4. Is there any home I can put the Specialty for an Encounter, without having a PractitionerRole entity?

Thanks in advance! Alan.

view this post on Zulip Cooper Thompson (Jul 09 2021 at 16:38):

Is the specialty a property of the encounter, or of the location or participant of the encounter? I.e. can you have a single encounter that spans multiple specialties? It seems like that would generally be the case. Is your billing concept the primary specialty? Perhaps the specialty associated with the reason for admission?

view this post on Zulip Alan Pinder (Jul 09 2021 at 16:46):

Cooper Thompson said:

Is the specialty a property of the encounter, or of the location or participant of the encounter? I.e. can you have a single encounter that spans multiple specialties? It seems like that would generally be the case. Is your billing concept the primary specialty? Perhaps the specialty associated with the reason for admission?

Yes, the Specialty is the Primary Specialty responsible for the Encounter / Admission. In the UK, an NHS Encounter is defined as the period of care when you are under a given Specialist and Specialty. So if you move between two Wards, and are under a different Consultant for both (regardless of Specialty) you will have two billing Episodes. If you move Wards and have one Consultant for both, its one Episode. However our interest is the Specialty rather than the Consultant..


Last updated: Apr 12 2022 at 19:14 UTC