-
Notifications
You must be signed in to change notification settings - Fork 6
Description
We identified several situations where it might be beneficial for the Intelligence Layer interactions to have access to all the
environments at every step of the simulation e.g. one environment might need to access another environment’s storage of patient
data.
Another example is in relation to environment dynamics - it may help to know the capacity / wait times of other environments in
order to determine the time of the next interaction, or schedule an appointment.
Our recommendation is to implement a version of the simulation where in each step the Intelligence Layer receives all
environments. The patient would still be directly interacting on one reference environment only, the other environments only serve to help the interaction take some actions. The patient’s health record update will still look like it has only visited a single environment.