Persoon - verblijfplaats binnenland (locatie) - verblijfadres fields are under investigation
# language: en Feature: Persoon - verblijfplaats binnenland (locatie) - verblijfadres fields are under investigation Rule: The fact that a field is under investigation, and the corresponding datumIngangOnderzoek, are supplied where that field is requested Scenario Outline:'<type>' is under investigation and all verblijfadres fields are requested Given the person with citizen service number '000000152' has the following 'verblijfplaats' data | naam | waarde | | aanduiding in onderzoek (83.10) | <aanduiding in onderzoek> | | datum ingang onderzoek (83.20) | 20020701 | And the 'verblijfplaats' has the following 'adres' data | naam | waarde | | gemeentecode (92.10) | 0518 | | locatiebeschrijving (12.10) | Woonboot bij de Grote Sloot | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000152 | | fields | verblijfplaats.verblijfadres | Then the response has a person with the following 'verblijfplaats' data | naam | waarde | | type | Locatie | | inOnderzoek.type | true | | inOnderzoek.datumIngangOnderzoek.type | Datum | | inOnderzoek.datumIngangOnderzoek.datum | 2002-07-01 | | inOnderzoek.datumIngangOnderzoek.langFormaat | 1 juli 2002 | And the 'verblijfplaats' has the following 'verblijfadres' data | naam | waarde | | locatiebeschrijving | Woonboot bij de Grote Sloot | | inOnderzoek.locatiebeschrijving | true | | inOnderzoek.datumIngangOnderzoek.type | Datum | | inOnderzoek.datumIngangOnderzoek.datum | 2002-07-01 | | inOnderzoek.datumIngangOnderzoek.langFormaat | 1 juli 2002 | Examples: | aanduiding in onderzoek | type | | 080000 | hele categorie verblijfplaats | | 081200 | hele groep locatie | | 081210 | locatie beschrijving | Scenario Outline: 'locatiebeschrijving (12.10)' is under investigation but is not requested Given the person with citizen service number '000000152' has the following 'verblijfplaats' data | naam | waarde | | aanduiding in onderzoek (83.10) | <gba in onderzoek waarde> | | datum ingang onderzoek (83.20) | 20020701 | And the 'verblijfplaats' has the following 'adres' data | naam | waarde | | gemeente_code | 0518 | | locatiebeschrijving (12.10) | Woonboot bij de Grote Sloot | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000152 | | fields | verblijfplaats.datumIngangGeldigheid | Then the response has a person with the following 'verblijfplaats' data | naam | waarde | | type | Locatie | | inOnderzoek.type | true | | inOnderzoek.datumIngangOnderzoek.type | Datum | | inOnderzoek.datumIngangOnderzoek.datum | 2002-07-01 | | inOnderzoek.datumIngangOnderzoek.langFormaat | 1 juli 2002 | Examples: | gba in onderzoek waarde | | 081200 | | 081210 |