Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intelligence Layer updated to include access to multiple environments 35 #14

Open
JRPearson500 opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JRPearson500
Copy link
Member

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.

@JRPearson500 JRPearson500 added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant