FHIR URL active Medication list

Can someone please let me know if current FHIR implementation supports getting a list of all active medication for a given patient uuid? Thanks

@rajswarnam Please find the medication request service in [1]. Apparently the medication request search by patient isn’t there. It should be able to implement quickly.

[1] https://github.com/openmrs/openmrs-module-fhir/blob/master/api/src/main/java/org/openmrs/module/fhir/api/impl/MedicationRequestServiceImpl.java

Thanks @harsha89