Stream: implementers
Topic: Encounter.class
Inderpal Singh (Nov 17 2021 at 21:41):
Hello,
I am looking to capture how care was delivered during an encounter. The values that I have are in person, virtual, or phone. I was thinking we could capture this under encounter.class as some of the values in the value set bound to this element align with the 3 values stated. However, some feel that Encounter.Class is meant to capture the care delivery setting rather than the care delivery mechanism. Could encounter.class be used to capture how care was delivered or is it meant more so for capturing the care delivery setting?
Daniel Venton (Nov 17 2021 at 21:49):
I think the top line of the Encounter definition sums it up, "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient."
It doesn't say "in-person" or "care-delivery", it's an interaction between patient and provider. If what you are doing is recording an interaction, then it's an Encounter. (My opinion)
Inderpal Singh (Nov 17 2021 at 22:01):
I agree, it's definitely an encounter. However, what I'm trying to determine is - can we capture the care delivery mechanism (in-person, virtual, telephone) in the Encounter.Class element? Or is encounter.class only mean to capture the care delivery setting?
Michele Mottini (Nov 17 2021 at 22:13):
virtual
is a valid value for Encounter.class: https://terminology.hl7.org/1.0.0//ValueSet-v3-ActEncounterCode.html
Michele Mottini (Nov 17 2021 at 22:13):
I'd say that phone is still virtual
Lloyd McKenzie (Nov 18 2021 at 16:16):
From the definition, absolutely. If you need something more fine-grained, you can send an additional coding that provides a more detailed class and distinguishes between the various types of 'virtual'.
Last updated: Apr 12 2022 at 19:14 UTC