Caching - For predictions to be made for a patient, the following data are fetched from the FHIR server:
- Patient
- Observations
- Conditions
- DiagnosticReports
- CarePlans
- Medications
- Encounters
Even though calls to fetch these data are asynchronous, it wouldn't make sense to fetch the same data everytime it is needed! We have also introduced caching for these data too so that subsequent viewing of a patient predictions are displayed as fast as possible.
Log in or sign up for Devpost to join the conversation.