diff --git a/IHE Validation profiles/PDQm/ITI-78-Patient-Mobile Patient Demographics Retrieve-ValidationProfile.json b/IHE Validation profiles/PDQm/ITI-78-Patient-Mobile Patient Demographics Retrieve-ValidationProfile.json index 7773f0f4e0ce84c6b9ff359074d1f1f8ce74f8f3..364115997d6f685cf3f5f0279f6967199eb31229 100644 --- a/IHE Validation profiles/PDQm/ITI-78-Patient-Mobile Patient Demographics Retrieve-ValidationProfile.json +++ b/IHE Validation profiles/PDQm/ITI-78-Patient-Mobile Patient Demographics Retrieve-ValidationProfile.json @@ -40,7 +40,7 @@ "checks": [ { "type": "REGEX", - "regex": "^(\\S)+\\/Patient\\/(\\S)+$" + "regex": "^(\\S)*\\/Patient\\/(\\S)+$" } ] }, diff --git a/IHE Validation profiles/PDQm/README.md b/IHE Validation profiles/PDQm/README.md index 8d6eccab51a7cd8e19708d0ac9339d347becbe72..599fd4c606c36d661b9b2c76ae8794d17a92a5e4 100644 --- a/IHE Validation profiles/PDQm/README.md +++ b/IHE Validation profiles/PDQm/README.md @@ -57,5 +57,5 @@ This validation profile's documentation references: |--- |--- |--- |--- | | GETMethodChecking | FIXEDVALUE | GET | HTTP method shall be GET | | HTTP1VersionChecking | FIXEDVALUE | HTTP/1.1 | The HTTP version shall be HTTP/1.1 | -| URIRegexChecking | REGEX | `^(\S)+\/Patient\/(\S)+$` | URI path of the request shall be followed by the PDQm resource | +| URIRegexChecking | REGEX | `^(\S)*\/Patient\/(\S)+$` | URI path of the request shall be followed by the PDQm resource | | HostChecking | REGEX | `^(http[s]?:\/\/)?[a-zA-Z0-9.\-\/]+(\:(\d)+)?$` | Host Shall be a server name | \ No newline at end of file diff --git a/IHE Validation profiles/samples/PDQm/ITI-78/PDQm - 016 - valid - gender.txt b/IHE Validation profiles/samples/PDQm/ITI-78/PDQm - 016 - valid - gender.txt index adc230c02d60881a4f8aa34afc9a87b970496581..e464fa940a7c42b879175a106b2e6e84dae03815 100644 --- a/IHE Validation profiles/samples/PDQm/ITI-78/PDQm - 016 - valid - gender.txt +++ b/IHE Validation profiles/samples/PDQm/ITI-78/PDQm - 016 - valid - gender.txt @@ -7,7 +7,7 @@ Host: gazelle.ihe.net GET PatientDemographicsSupplier/Patient?gender=female HTTP/1.1 Host: gazelle.ihe.net -GET CareServicePatientDemographicsSuppliersSelectiveSupplier/Patient?gender=Female HTTP/1.1 +GET PatientDemographicsSupplier/Patient?gender=Female HTTP/1.1 Host: gazelle.ihe.net GET PatientDemographicsSupplier/Patient?gender=other HTTP/1.1