Stream: implementers
Topic: Implementing ICU workflows
Mohamed Omar (Dec 13 2021 at 02:34):
I am trying to map a couple of workflows in the infectious disease management and virtual care and having a bit of hard time mapping actions or workflows to the FHIR resources that needs to enable for an example Medical Team care intervention /ordination specially for the alarm fatigue in the ICU unit . Can anyone suggest some resources or advice to help with t his
Lloyd McKenzie (Dec 13 2021 at 02:38):
Can you provide a few more details on exactly where you're running into struggles?
Mohamed Omar (Dec 13 2021 at 02:43):
Which resources to use to trigger an intervention - should I use Procedure (as an intervention) or should it be a communication from teh remote monitoring team to trigger an intervention from the local team in the hospital,
Lloyd McKenzie (Dec 13 2021 at 03:19):
Communication is generally used to record that information has been disclosed. E.g. "Patient was given smoking cessation material" or "Copy of the report was sent to Dr. Aman". If you're wanting to ask for an intervention to happen, that would typically be a Request resource - ServiceRequest, MedicationRequest, DeviceRequest, etc. Some interventions (e.g. fill out a form, cancel an order) might use the Task resource. Procedure is used to represent a procedure that's either "in progress" right now or happened in the past.
Last updated: Apr 12 2022 at 19:14 UTC