findByNameAndDateOfBirth

suspend fun findByNameAndDateOfBirth(familyName: String, givenName: String, dateOfBirth: LocalDate): List<Identity>

Finds list of Identity objects in storage that match the given name and date of birth.