Cant get Medication/Prescription in fhir2 API (bahmni 0.92)

Hi All,

I have set up Bahmni 0.92 in my server. I’m not able to get Prescription from Bahmni. before adding prescription in Bahmni UI /openmrs/ws/fhir2/R4/MedicalRequest?patient=patientUUID sends proper data (Success response with 0 link), but once the Medication is added the result from api is

statusCode: 500

response {"resourceType":"OperationOutcome","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Unable to locate named class org.openmrs.module.bahmniemrapi.drugorder.dosinginstructions.FlexibleDosingInstructions</pre></td>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t</tr>\n\t\t</table>\n\t</div>"},"issue":[{"severity":"error","code":"processing","diagnostics":"Unable to locate named class org.openmrs.module.bahmniemrapi.drugorder.dosinginstructions.FlexibleDosingInstructions"}]}

cc to @surangak @harsha89

Have you used the openmrs FHIR2 module?

Yes, FHIR2-1.1.0

@angshuonline @gsluthra @apuda @buvaneswariarun @ruchikab Could anyone help on this ?