chore: Rename imports from erpnext to healthcare
diff --git a/erpnext/controllers/queries.py b/erpnext/controllers/queries.py
index aafaf5b..1582d8b 100644
--- a/erpnext/controllers/queries.py
+++ b/erpnext/controllers/queries.py
@@ -697,7 +697,7 @@
 				company = frappe.db.escape(filters.get('company')), txt = frappe.db.escape('%{0}%'.format(txt)))
 
 	if filters and filters.get('inpatient_record'):
-		from erpnext.healthcare.doctype.inpatient_medication_entry.inpatient_medication_entry import (
+		from healthcare.healthcare.doctype.inpatient_medication_entry.inpatient_medication_entry import (
 			get_current_healthcare_service_unit,
 		)
 		service_unit = get_current_healthcare_service_unit(filters.get('inpatient_record'))