/
Use Case - Update the Status of A Service Request
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'}]
Related content
Use Case - Query status of a ServiceRequest that was submitted
Use Case - Query status of a ServiceRequest that was submitted
More like this
PATCH v1/referrals/{referralId}/status - Update the status of a Referral
PATCH v1/referrals/{referralId}/status - Update the status of a Referral
More like this
Outcome Notification
Outcome Notification
More like this
Use Case - Submit a New ServiceRequest
Use Case - Submit a New ServiceRequest
More like this
GET \services\changes
GET \services\changes
More like this
CIE Hub Integration - Playbook
CIE Hub Integration - Playbook
More like this