Persoon: requesting the immigration field 'vanuitVerblijfplaatsOnbekend' with fields
#language: en Feature: Persoon: requesting the immigration field 'vanuitVerblijfplaatsOnbekend' with fields Rule: vanuitVerblijfplaatsOnbekend is given the value true where the country from which the person was registered has the value '0000' (unknown) Scenario: 'land vanwaar ingeschreven (14.10)' with value 0000 is requested with field path 'immigratie.vanuitVerblijfplaatsOnbekend' Given the person with citizen service number '000000395' has the following 'verblijfplaats' data | naam | waarde | | land vanwaar ingeschreven (14.10) | 0000 | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000395 | | fields | immigratie.vanuitVerblijfplaatsOnbekend | Then the response has a person with only the following 'immigratie' data | naam | waarde | | vanuitVerblijfplaatsOnbekend | true |