GSoC’21 @OpenMRS — Week 8
Aug 4, 2021
Project: Support for Extended Operations in FHIR
Week 8 Experience
This week we started the work on type
level $everything
operation on Patients. The difference between the type level and instance level is that instance-level implies performing the operation on a specified Patient
, in type-level, we perform the operation on all Patients
.
Tickets we worked on:
FM2–418: Support for type level $everything
operation for Patients in R4.(Merged).
Goals for next week:
In week 9, we will try to complete the type level $everything
operation on Patients, by adding the support in R3 and integration tests.