From 7c367c0e4766148f2a0dc30458f4ce3d895aa5aa Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 14 Apr 2024 04:26:58 +0200 Subject: [PATCH] [basic schemas] patient name now includes display_name --- schemas/pat-Name.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/pat-Name.yaml b/schemas/pat-Name.yaml index e22bc6b..55d6b0e 100644 --- a/schemas/pat-Name.yaml +++ b/schemas/pat-Name.yaml @@ -1,6 +1,11 @@ description: All relevant info about the patient's name. type: object 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: description: |- Patient's first name(s), separated by spaces.