Who is the birth mother of the child?
#language: en Feature: Who is the birth mother of the child? There are situations in which two persons are registered as parents of the child, but it is unknown who the mother of the child is. When determining authority it is important to know who the mother is, since she normally obtains authority over the child automatically at birth. There are situations in which this is not the case; see for example 4a.3 parent deceased or not competent to exercise authority. Where a child was acknowledged at birth (acknowledgement of an unborn child), it should be noted that we cannot establish who made the acknowledgement. For an acknowledgement after 1-1-2023 this is no problem, because both parents then hold authority. For an acknowledgement before 1-1-2023 it is a problem, because only the birth mother then automatically holds authority. There is also the situation in which a child has two mothers, a birth mother and a co-mother. To establish who the birth mother is, the gender designation is checked. The gender designation makes it possible to distinguish between male and female. Which means that in situations where the parents are male and female, it is clear who the birth mother is. For the situation with a co-mother, in which both parents are female, the surname of the child can be considered. Where the surname of the child matches one of the women (parents), that is the birth mother. In the situation where both parents are male, the birth mother cannot be established. Recommendation Work is under way on recording, by means of an indication, who the birth mother is. Background: Given the person 'Noah' with citizen service number '000000012' * is of full age And the person 'Marijn' with citizen service number '000000024' * is of full age And the person 'Vanessa' with citizen service number '000000036' * is a minor * was born in the Netherlands * is registered in the BRP Rule: a child born before 01-01-2023 Scenario: For a child neither of whose parents has a geslachtsaanduiding, it cannot be determined who holds authority, there is GezagNietTeBepalen Given person 'Vanessa' * has 'Noah' as parent 1 * has 'Marijn' as parent 2 When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' cannot be determined, with the explanation 'Gezag kan niet worden bepaald omdat niet kan worden vastgesteld welke ouder de geboortemoeder is.' Scenario: For a child both of whose parents have an unknown geslachtsaanduiding, it cannot be determined who holds authority, there is GezagNietTeBepalen Given person 'Vanessa' * has 'Noah' as parent 1 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | O | gisteren - 17 jaar | * has 'Marijn' as parent 2 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | O | gisteren - 17 jaar | When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' cannot be determined, with the explanation 'Gezag kan niet worden bepaald omdat niet kan worden vastgesteld welke ouder de geboortemoeder is.' Scenario: For a child one of whose parents has the geslachtsaanduiding female, it can be determined who holds authority, there is EenhoofdigOuderlijkGezag Given person 'Noah' * is a woman Given person 'Vanessa' * has 'Noah' as parent 1 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | V | gisteren - 17 jaar | * has 'Marijn' as parent 2 When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' is sole parental authority with parent 'Noah' Scenario: For a child whose second parent has the geslachtsaanduiding female, it can be determined who holds authority, there is EenhoofdigOuderlijkGezag Given person 'Marijn' * is a woman Given person 'Vanessa' * has 'Noah' as parent 1 * has 'Marijn' as parent 2 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | V | gisteren - 17 jaar | When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' is sole parental authority with parent 'Marijn' Scenario: For a child one of whose parents has the geslachtsaanduiding female and the other male, it can be determined who holds authority, there is EenhoofdigOuderlijkGezag Given person 'Noah' * is a woman Given person 'Marijn' * is a woman Given person 'Vanessa' * has 'Noah' as parent 1 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | V | gisteren - 17 jaar | * has 'Marijn' as parent 2 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | M | gisteren - 17 jaar | When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' is sole parental authority with parent 'Noah' Scenario: For a child both of whose parents have the geslachtsaanduiding female, it cannot be determined who holds authority, there is GezagNietTeBepalen Given person 'Noah' * is a woman Given person 'Marijn' * is a woman Given person 'Vanessa' * has 'Noah' as parent 1 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | V | gisteren - 17 jaar | * has 'Marijn' as parent 2 with the following data | geslachtsaanduiding (04.10) | datum ingang familierechtelijke betrekking (62.10) | | V | gisteren - 17 jaar | When 'gezag' is requested for 'Vanessa' Then the authority over 'Vanessa' cannot be determined, with the explanation 'Gezag kan niet worden bepaald omdat niet kan worden vastgesteld welke ouder de geboortemoeder is.'