Use Case - Update the Status of A Service Request

Introduction

Partners can give updates to the partners that submitted the Service Request. At a minimum it is required to give a status update on the Service Request. A intervention record can also be added to the Service Request that will document which service was completed for the client that was referred.

 

Updating the status of the ServiceRequest once it has been completed

To make sure that the status of your service requests are up to data you will need to update the status of the service request through a PATCH method.

The following is the example of a PATCH url and body for this operation

PATCH https://fhir.mi-cie.org/fhirR4/ServiceRequest/{SERVICEREQUEST_ID} BODY will be [{op: 'replace', path: '/status', value: 'completed'}]

Â