Stream: implementers
Topic: Discharge Planning
dsh (May 18 2020 at 07:30):
We have a use case to implement Discharge Planning for Case Managers, these are care providers who start patient discharge planning from the moment the patient is admitted. This process includes identifying anticipated/planned discharge dates, locations to discharge to, barriers to discharge, Coverage (insurance), social status (homelessness / poverty), transportation etc. As you can see this can involve multiple parties and is a constantly evolving case.
We have looked at Encounter but that alone does not seem enough to handle discharge planning workflow and nuances.
Any idea on what is the best Resource or resources that can be leveraged to implement this use case?
dsh (May 18 2020 at 07:30):
The more I think about it I am tempted to implement a new resource albeit at a risk of loosing interoparability.
dsh (May 18 2020 at 07:33):
@Frank Oemig linking to your reply in HAPI streaming here
René Spronk (May 18 2020 at 07:37):
CarePlan ? You're effectively planning for the situation after the discharge. 'Barriers to discharge' would then be a Condition, as would 'social status' and 'transportation'. Multiple parties -> CareTeam. Coverage is related to Patient, so no issues there. Planned discharge date should AFAIK already be supported by Encounter.
dsh (May 18 2020 at 07:39):
Thanks @René Spronk your insight is much appreciated.
Vibin_chander (May 18 2020 at 08:06):
@René Spronk Condition is barriers to discharge?
René Spronk (May 18 2020 at 08:29):
See detailed description here: http://build.fhir.org/condition.html#scope ..
Last updated: Apr 12 2022 at 19:14 UTC