Introduction
Greetings, readers!
Welcome to my blog documenting my incredible journey through the 8th week of Google Summer of Code (GSoC). Over the past weeks, i have had the privilege of working with the OpenMRS community, contributing to the fhir2 module. With each passing week, i have learned and grown as a developer, and the 8th week was no exception. Let's dive into the highlights of the eventful week!
Highlights
Add Support for Patch Operations on Immunization resource:
implemented all patch operations on the Immunization resource i.e Json Merge Patch, Json Patch and Xml Patch. This one needed careful handling since it was being saved as an Obs object.
Add Support for Update and Patch on Observation resource:
this was continuation from last week and i had not yet figured out i was losing the functionality of creating a new obsid when patching an observation like it is in updating an obs object. However, i achieved that and it was more to do with the data set i was using for the integration test.
Others include:
- Clean up parameter passing for MedicationRequest service method
- Clean up parameter passing for DiagnosticReport service method
- Clean up parameter passing for Condition service method
No comments:
Post a Comment