From 61ed89cc3b0ac351dc324198792bf9fa22ecfb9d Mon Sep 17 00:00:00 2001
From: Alexandre Pocinho <apo@kereval.com>
Date: Mon, 9 Sep 2024 11:10:01 +0200
Subject: [PATCH] Update ITI-78-Patient-PDQmQuery-ValidationProfile.json change
 rule for family query

---
 .../PDQm/ITI-78-Patient-PDQmQuery-ValidationProfile.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IHE Validation profiles/PDQm/ITI-78-Patient-PDQmQuery-ValidationProfile.json b/IHE Validation profiles/PDQm/ITI-78-Patient-PDQmQuery-ValidationProfile.json
index ecde126..4e22b83 100644
--- a/IHE Validation profiles/PDQm/ITI-78-Patient-PDQmQuery-ValidationProfile.json	
+++ b/IHE Validation profiles/PDQm/ITI-78-Patient-PDQmQuery-ValidationProfile.json	
@@ -143,7 +143,7 @@
       "checks": [
         {
           "type": "REGEX",
-          "regex": "^([\\w,]|(-\\w))+$"
+          "regex": "^[\\s\\S]+$"
         }
       ]
     },
-- 
GitLab