Reference and filter child cases in parent form

I have an app that registers households (parent case) and household members (child case). Within a follow-up form for households, I would like to be able to pull a list of filtered household members and ask a set of repeated questions to that filtered list.

So the flow within the app would be:

  1. Select household, answer questions about household
  2. A list of household members shows up, filtered to ONLY show women of the household
  3. User selects household memebers
  4. A set of questions on contraceptive use is repeated for each member selected in step 3.

Is this possible? I have been able to pull in the full list of household members but cannot figure out how to filter the list or ask a repeat set of questions to the selected members.