HAALCENTRAAL English translation
BRP API / Personen / Features / geen-ouder

No parent

# language: en
Feature: No parent
  Determining authority over a minor with no legal parent and no guardianship yet awarded.
  
  A situation can then arise in which there is no authority over the minor. This situation is always temporary.

  Background:
    Given the person 'Bert' with citizen service number '000000048'
    * is a minor
    * is registered in the BRP

  Rule: Where there are no parents, or only unknown parents, there is temporarily no authority

    @to-do @skip-verify
    Scenario: The parents are unknown
      Given person 'Bert'
      * is registered with unknown parents
      When 'gezag' is requested for 'Bert'
      Then the authority over 'Bert' is temporarily no authority, with the explanation 'Tijdelijk geen gezag omdat beide ouders onbekend zijn'

    @to-do @skip-verify
    Scenario: There is an unknown parent
      Given person 'Bert'
      * was born as a foundling 1 years ago
      When 'gezag' is requested for 'Bert'
      Then the authority over 'Bert' is temporarily no authority, with the explanation 'Tijdelijk geen gezag omdat beide ouders onbekend zijn'