I want to build a fitness app that will upload the data to HealthKit. Is there any way to open/navigate to HealthKit from another app?
iOS does not provide a general API for launching other applications and the Health app would need to have support for URL scheme in order for you to launch it from your own application. See Launch an app from within another (iPhone).