{
    "personId": "123e4567-e89b-12d3-a456-426614174000",
    "primaryCode": {
        "codeType": "crohoCreboCode",
        "code": "string"
    },
    "givenName": "Maartje",
    "surnamePrefix": "van",
    "surname": "Damme",
    "displayName": "Maartje van Damme",
    "activeEnrollment": true,
    "dateOfBirth": "2003-09-30",
    "cityOfBirth": "Utrecht",
    "countryOfBirth": "NL",
    "nationality": "Dutch",
    "dateOfNationality": "2003-09-30",
    "affiliations": [
        "student"
    ],
    "secondaryMail": "poekie@xyz.nl",
    "telephoneNumber": "+31 123 456 789",
    "mobileNumber": "+31 612 345 678",
    "photoSocial": "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/d\/d5\/Placeholder_female_superhero_c.png\/203px-Placeholder_female_superhero_c.png",
    "photoOfficial": "https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/66\/Johannes_Vermeer_%281632-1675%29_-_The_Girl_With_The_Pearl_Earring_%281665%29.jpg",
    "gender": "F",
    "titlePrefix": "drs",
    "titleSuffix": "BSc",
    "office": "string",
    "address": {
        "addressType": "postal",
        "street": "Moreelsepark",
        "streetNumber": "48",
        "additional": [
            {
                "language": "en-GB",
                "value": "On the other side of the road"
            }
        ],
        "postalCode": "3511 EP",
        "city": "Utrecht",
        "countryCode": "NL",
        "geolocation": {
            "latitude": 52.089123,
            "longitude": 5.113337
        },
        "ext": []
    },
    "ICEName": "Janne",
    "ICEPhoneNumber": "+31 623 456 789",
    "ICERelation": "partner",
    "languageOfChoice": [
        "nl-NL"
    ],
    "otherCodes": [
        {
            "codeType": "nationalIdentityNumber",
            "code": "00000"
        }
    ],
    "consumers": [
        {
            "consumerKey": "x-test-consumer",
            "additional": "custom",
            "attributes": "here"
        }
    ],
    "ext": []
}