How to extract entity values through the same utterance for intent detection?

Hi Team,

I’m trying to extract some useful information for a few entities through the same utterance that would be used for the first intent detection.

I apologize if that was confusing, but for clarification, this is what I mean:
At Bot Entry, I want to say one utterance that would go into a dialog task called “Health”, and it would take values for the entities within this dialog task.

This utterance would look like “health age 24 height 70 inches weight 80 kilos” or something along those lines. This would first go into the “Health” dialog task, then it would go through the rest of the utterance and extract values for the entities within this dialog task.

Entity Age → 24
Entity Height → 70 Inches
Entity Weight → 80 Kilos

I’ve used patterns for entity extraction but it’s not working for some odd reason.

Thank you in advance for any help you can provide!