Create a Restful web service based on Spring boot for patient management system.

Job ID: 34913425

Budget: ₹600 – ₹1,500 INR

Create a Restful web service based on Spring boot for patient management system. Service shall allow the user to create a patient and shall allow the user to enter patient information, prescription information, prescriber information, insurance information, clinical information along with user information.
Service should allow the user to see list of patients that was added by them.
Service should allow the user to delete a patient, update a patient information.
Data sheet should explain about the structure of these information.
Service should have below operations.
1. Create a patient
2. Update a patient
3. Delete a patient
4. Display a patient
5. Display all patient
You are expected to decide appropriate http methods for each operations.
You are expected to handle all the error scenarios.
You are expected to handle appropriate http response codes.
If in case of any error, service should throw appropriate error message in below format
http status code – corresponding http response code
Status code – customized readable status code
Status description – customized, user understandable description. Say for an eg, if user dint send patient firstname, the error message should be clear enough to explain that patient’s firstname is missing.