type: array items: type: object properties: patPubId: $ref: '../schemas/PatIdentity.yaml#/patPubId' patUnid: $ref: '../schemas/PatIdentity.yaml#/patUnid' displayName: type: string example: "Timmermans - de Vos" addressLine1: type: string example: "Pieter Cordifstraat 88" addressLine2: type: string example: "2552 XT HAMOR" required: - patUnid - displayName - addressLine1 - addressLine2