private var doctorId: Int by Delegates.notNull()
lateinit var something: String

if (::something.isInitialized) {
	// do something
}