There's an excellent discussion of how to interpret the coefficient of Cox regression models at How do I interpret Exp(B) in Cox regression?. In short, for coefficient $\hat\beta$, the interpretation is that a unit increase of the related variable, holding all other variables constant, is associated with the hazard being multiplied by $exp(\hat\beta)$. In your case, a unit increase in the log of the direct cost of home rehabilitation is associated with a 8% decrease in the hazard of re-admission.
All that remains is to convert "a unit increase in the log of the direct cost of home rehabilitation" into more interpretable terms. Assuming you are using the natural log, this unit increase means the cost is multiplied by $2.718\ldots$. As a result, the interpretation would be "a 2.718 times increase in the direct cost of home rehabilitation, holding all other variables constant, is associated with a 8% decrease in the hazard of re-admission."
You could also transform to an easier to interpret multiplier: "a 10% increase in the direct cost of home rehabilitation, holding all other variables constant, is associated with a 0.8% decrease in the hazard of re-admission." To obtain this statement, note that a 10% increase in direct cost of home rehabilitation is the same as a $log(1.1) = 0.095$ increase in your variable, so the hazard ratio is $exp(0.095\hat\beta) = 0.992$ in your case.