NOTE: THIS SECTION IS STILL UNDER CONSTRUCTION.
Process for Closing an Episode Of Care
An EpisodeOfCare provides context for and is referenced from a potentially large number of resources of differing type, including CarePlan, Observation and Task to name a few. This function as context is not affected by the lifecycle of the EpisodeOfCare. There are some resources with a lifecycle somewhat linked to that of the EpisodeOfCare, such as the zero, one or more CarePlan and associated one or more ProcedureRequest.
The description in the following accounts for a technical view on closing an EpisodeOfCare. The description does not encompass the business process for terminating an episode of care which would, presumably, also include handling of outstanding tasks and communication, evaluation of submitted measurements, reclaiming of devices, and such.
It is reasonable to suggest a natural order of lifecycle that could help the clinicians keep an overview of the general status of a Patient. This natural order would include that the EpisodeOfCare should have status active before associated CarePlan can become active and vice-versa that CarePlan should have status other than draft and active before an EpisodeOfCare can have status finished. The service providing operations for creating and maintaining EpisodeOfCare, CarePlan and ProcedureRequest does not depend on nor enforce any specific order when closing an EpisodeOfCare. Such dependency, however, exists for the following automated processing functionality of the Infrastructure:
patient reminders - a periodic check of all active CarePlan and ProcedureRequest to determine whether a reminder for submitting measurements should be sent to the Patient
overdue measurement submits - a periodic check of all active CarePlan and ProcedureRequest whether measurements have been submitted.
These checks do not involve the EpsidoeOfCare status.
Therefore, the process of closing an EpisodeOfCare is:
Close all ProcedureRequest belonging to a CarePlan before closing the CarePlan
Close all sub-plans of a CarePlan before closing the parent CarePlan
Close all CarePlan belonging to an EpisodeOfCare before closing the EpisodeOfCare
If this policy is adopted, then a closed status will reflect the status of the resource (EpisodeOfCare or CarePlan) including all of its children.