|
|
|
@ -1,6 +1,11 @@
|
|
|
|
description: All relevant info about the patient's name.
|
|
|
|
description: All relevant info about the patient's name.
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
|
|
|
|
display_name:
|
|
|
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
The full name as commonly displayed in dutch custom: initials, partner name, followed by own name.
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
example: M.A. van der Dussen-de Villepin
|
|
|
|
firstname:
|
|
|
|
firstname:
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
Patient's first name(s), separated by spaces.
|
|
|
|
Patient's first name(s), separated by spaces.
|
|
|
|
|