Stream: implementers
Topic: Number of sessions in Procedure
Robin Bosman (Feb 26 2020 at 08:05):
I would like to say a patient did six sessions with a physiotherapist in the context of a treatment.
As far as I understand the Procedure resource, it can be used for "long term services", and I can see in Procedure indeed the Procedure.performed[x] allows for a period, so far so good. However: what if I want to further clarify the patient had six sessions in that period -> is the right way to just include an extension to model that or would there be a better way?
René Spronk (Feb 26 2020 at 08:36):
Have looked at EpisodeOfCare as a grouper for the 6 procedures ? Depending of your definition of 'a treatment' that could be appropriate. Or perhaps even CarePlan. Don't use extensions until you're really, really, sure it isn't already covered in some other way in FHIR.
Robin Bosman (Feb 26 2020 at 09:59):
Thanks! As a context: this would be used in a FHIR message flow (so no REST exchange) to insurance organizations to report what was done, for administrative purposes. In CarePlan I see indeed in details we could give a pt code and a quantity for the number of sessions and keep status on 'done', that would solve it.
A justification for an extension in Procedure would be that we keep our message lighter, but we want to do it the correct way of course.
René Spronk (Feb 26 2020 at 14:10):
If you're grouping for administrative purposes, EpisodeOfCare nor carePlan may be your best option, perhaps some more non-clinical grouper such as Encounter or even List may be appropriate.
Robin Bosman (Feb 26 2020 at 16:31):
Right! I think in this project we might look at List in some other use cases.
However, I am still a little bit in the dark concerning my original question: to just model the patient went six times to a pt during a certain time period. It seems to me a bit heavy to include six encounter resources - of course if we just keep them to the bare minimum I guess it would be acceptable.
René Spronk (Feb 27 2020 at 07:30):
It all depends. Most systems, if a patient visits a hospital or other medical facility six times, will create 6 encounters. The use of encounters is heavily impacted by financial insurance/reimbursement rules. You have plenty of those in Belgium, more so than in most countries..
Last updated: Apr 12 2022 at 19:14 UTC