Persoon: requesting the immigration field 'indicatieVestigingVanuitBuitenland' with fields
#language: en Feature: Persoon: requesting the immigration field 'indicatieVestigingVanuitBuitenland' with fields Rule: indicatieVestigingVanuitBuitenland is supplied with the value true where datumVestigingInNederland has a value Scenario Outline: 'datum vestiging in Nederland (14.20)' is requested with field path 'immigratie.indicatieVestigingVanuitBuitenland' Given the person with citizen service number '000000395' has the following 'verblijfplaats' data | naam | waarde | | datum vestiging in Nederland (14.20) | <datum> | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000395 | | fields | immigratie.indicatieVestigingVanuitBuitenland | Then the response has a person with only the following 'immigratie' data | naam | waarde | | indicatieVestigingVanuitBuitenland | true | Examples: | datum | | 19870214 | | 19490000 | | 19931100 | | 00000000 |