diff --git a/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json b/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json
index 7a16066ee10fc47e59023e28d291f3a8512f44b5..25aaecb7ed8f484a80ba13435c6f8b1f09e8ae79 100644
--- a/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json	
+++ b/IHE Validation profiles/PIXm/IHE_ITI-83_GET_PIX_Query.json	
@@ -47,13 +47,13 @@
         {
           "selector": "request.headers('Host').values",
           "id": "HostChecking",
-          "description": "Host Shall be a server name; Regex: ^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+$",
+          "description": "Host Shall be a server name; Regex: ^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+(:(\\d)+)?$",
           "requirementPriority": "MANDATORY",
           "checksComposition": "oneOf",
           "checks": [
             {
               "type": "REGEX",
-              "regex": "^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+$"
+              "regex": "^(http[s]?:\\/\\/)?[a-zA-Z0-9.\\-\\/]+(:(\\d)+)?$"
             }
           ]
         },