FHIR Chat · Enrolling a patient in a healthcare service · implementers

Stream: implementers

Topic: Enrolling a patient in a healthcare service


view this post on Zulip Jayte Boehler (Oct 09 2019 at 23:04):

We are trying to tie a patient to a FHIR HealthcareService. For example, a patient being treated for a substance use disorder receives the services of "Detox" then "Inpatient Rehab" and finally "Outpatient Therapy." In the eyes of our providers all three of these services would be performed as part of a single EpisodeOfCare, treating the specific problem of substance abuse. However, what is the appropriate way to link the patient to these HealthcareServices while also recording hospitalization details or the period which services were rendered, in addition to who the careTeam was, and what location(s) the service took place at? We have some assumptions, but would appreciate some input.

view this post on Zulip Lloyd McKenzie (Oct 09 2019 at 23:33):

HealthcareService is a particular organizational capability. An actual delivered service would be a Procedure and a requested service would be a ServiceRequest.

view this post on Zulip Jayte Boehler (Oct 10 2019 at 21:20):

Thanks for the reply Lloyd. This is helpful, but leads to another question. When the patient gets admitted into 'Inpatient Rehab' there are a number of additional services (or sub-procedures) that will also need to be recorded, such as a 'Comprehensive Eval', 'Individual Session' and 'Urinary Analysis'. In this case should we use a [parent] Procedure to record that the patient is admitted to 'Inpatient Rehab' and then child procedures for these more granular services (Comprehensive Eval etc.) which are "partOf" the parent procedure? I was originally thinking that an encounter resource would be utilized to record admission into 'Inpatient Rehab' program.

view this post on Zulip Lloyd McKenzie (Oct 10 2019 at 22:46):

Admission would typically be handled as Encounter. The procedures would then be linked to the Encounter


Last updated: Apr 12 2022 at 19:14 UTC