3.1 - is there a recent event - denial
#language: en Feature: 3.1 - is there a recent event - denial Preconditions for this request: | 1.1 Staat persoon (minderjarige) als ingezetene in de BRP? | Ja | | 1.2 Is persoon a. minderjarig en b. niet overleden? | Ja | | 1.3 Is minderjarige naar het buitenland geëmigreerd geweest? | Nee | | 1.3a Is minderjarige in buitenland geboren? | Nee of geadopteerd met NL akte | | 1.4 Uitspraak gezag aanwezig? | Ja | It is possible that a court has issued a ruling, but that as a result of a more recent event the authority has been obtained or withdrawn by operation of law after all (denial). This is (possibly) the case with the following events: adoption, remarriage or denial of parenthood. Denial of parenthood Covers: denial of paternity (Articles 1:200 and 1:201 of the Dutch Civil Code) or of maternity (Articles 1:202a and 1:202b) or a void acknowledgement (Article 1:204) or annulment of an acknowledgement (Articles 1:205 and 1:205a of the Dutch Civil Code). The parenthood arising from the marriage or registered partnership is deemed never to have had effect (Article 1:202b in conjunction with Article 1:202, paragraph 1 of the Dutch Civil Code). Through the voidness or annulment of the acknowledgement, the acknowledgement is deemed never to have had effect (Article 1:206, paragraph 1 of the Dutch Civil Code). After a denial the parent is no longer the legal parent of the child, while according to an earlier ruling that parent did hold authority. How to establish this? Denial of parenthood / annulment of an acknowledgement: Indicatie gezag contains the value ‘1’ or ‘12’ and the surname of that parent does not occur or contains the value ‘.’; or indicatie gezag contains the value ‘2’ or ‘12’ and the surname of that parent does not occur or contains the value ‘.’. A denial of parenthood and/or an annulment of an acknowledgement always have retroactive effect, and an "empty" parent category arises, recognizable by the absence of the surname. If the surname does occur but contains the value ‘.’, it is not (yet) known who that parent is. Fields used: - Ouder (parent) -> 02.02.40 - Geslachtsnaam van de ouder (surname of the parent) -> 03.02.40 - Indicatie gezag (authority indication) -> 11.32.10 - Ingangsdatum gezag (start date of authority) -> 11.85.10 - Datum ingang familierechtelijke betrekking (start date of the family-law relationship) -> 02.62.10 and 03.62.10 Background: Given the person 'Nelly' with citizen service number '000000012' * is of full age, has not died and is not under guardianship And the person 'Johnnie' with citizen service number '000000024' * is of full age, has not died and is not under guardianship And 'Nelly' and 'Johnnie' are married to each other And the person 'Kees' with citizen service number '000000036' * is registered in the BRP * is a minor * has not emigrated * was born in the Netherlands * has 'Nelly' as parent 1 * has 'Johnnie' as parent 2 Rule: Where paternity has been denied or the acknowledgement has been annulled and there was an authority ruling for that parent, the authority is determined by operation of law @skip-verify Scenario Outline: there is an authority ruling for parent 1 and parent 2 and the acknowledgement by parent <ouder> has been denied or annulled, there is EenhoofdigOuderlijkGezag Given a judicial ruling on authority has been made for 'Kees' with the following data | indicatie gezag minderjarige (32.10) | ingangsdatum geldigheid (85.10) | | 12 | morgen - 10 jaar | And of parent <ouder> the following data is <soort wijziging> | naam | waarde | | burgerservicenummer (01.20) | | | geslachtsnaam (02.40) | <naam ouder> | | geboortedatum (03.10) | | | datum ingang familierechtelijke betrekking (62.10) | | | aktenummer (81.20) | 1AF0100 | When 'gezag' is requested for 'Kees' Then the authority over 'Kees' is sole parental authority with parent '<ouder naam>' Examples: | ouder | naam ouder | soort wijziging | ouder naam | | 1 | | gewijzigd | Johnnie | | 1 | . | gewijzigd | Johnnie | | 1 | | gecorrigeerd | Johnnie | | 1 | . | gecorrigeerd | Johnnie | | 2 | | gewijzigd | Nelly | | 2 | . | gewijzigd | Nelly | | 2 | | gecorrigeerd | Nelly | | 2 | . | gecorrigeerd | Nelly | Scenario Outline: there is an authority ruling of guardianship and the acknowledgement by parent 2 has been denied or annulled, there is Voogdij Given a judicial ruling on authority has been made for 'Kees' with the following data | indicatie gezag minderjarige (32.10) | ingangsdatum geldigheid (85.10) | | D | morgen - 10 jaar | And of parent <ouder> the following data is <soort wijziging> | naam | waarde | | burgerservicenummer (01.20) | | | geslachtsnaam (02.40) | <naam ouder> | | geboortedatum (03.10) | | | datum ingang familierechtelijke betrekking (62.10) | | | aktenummer (81.20) | 1AF0100 | When 'gezag' is requested for 'Kees' Then the authority over 'Kees' is guardianship Examples: | ouder | naam ouder | soort wijziging | | 1 | | gewijzigd | | 1 | . | gewijzigd | | 1 | | gecorrigeerd | | 1 | . | gecorrigeerd | | 2 | | gewijzigd | | 2 | . | gewijzigd | | 2 | | gecorrigeerd | | 2 | . | gecorrigeerd |