How to include erpnext healthcare modules in my custom app, so that i can customize there?

I want create one frappe app named say ‘xyz healthcare’, where i want to include some erpnext healthcare modules, so that i dont re-invent the wheels for some features provided by erpnext healthcare.
After including some modules i may want extend it and customize it according to my requirements.
This is my first erpnext app, i m exited to start and have experience in django app development, but i lack knowledge about integrating erpnext modules in custom frappe app.
please provide some insights, Thank You! Happy Coding!

Build New App after installing erpnext and health app, to use existing features if these app, you can customise them and export customization by declaring fixtures in hook.py and publish that app to github and install anywhere

1 Like