Workflow or API calls:
PUT /servicerequest/{id}
Background Information:
I have built a CDS Hooks SMART App that I launch when a clinician is ordering a test for radiology. My app launches when signing the order, and shows the user clinical decision support (using clinical guidelines) whether the test they ordered is correct or not. But when the test they are ordering is different from the best test, i need to allow the user to select the better test and make a FHIR call to update the ServiceRequest in Millennium to the new test code.
The issue is in code console, for my app, i do not have an option to enable Update or Create for a ServiceRequest scope. Is it possible to request this be added?
Developer questions:
Are you an OPN Member? Yes
Have you signed up to be in the Healthcare Developer Track? Yes
Are you a registered Code Program member? Yes
Does your App have a presence on the Oracle Healthcare App Marketplace? Not yet
Are you developing on behalf of an Oracle Health client?
If so, which client: numerous UK based prospects wanting to deploy our app.
Application's Client ID and App ID, if relevant:
Application ID
0120e5fb-a5fe-4859-aac5-af25a8fdca28
Client ID
211e34a1-c390-4d01-831a-b7439dabaf19
Expected Result:
I want to be able to make a PUT against the ServiceRequest for the ordering of a radiology test, if the user decides to change the test to be ordered based on the CDS our app provides.
Actual Result:
There is no option to enable Update as a scope for ServiceRequest meaning we have no way to update the test code on the ServiceRequest.
