diff --git a/Patient-Registry/installation.md b/Patient-Registry/installation.md
index 8fdfd12a7a3bdce91cd7099576e2b668f80b9f0e..3dfe0a6a5e958107b6ae76dbd1107b0036dcc680 100755
--- a/Patient-Registry/installation.md
+++ b/Patient-Registry/installation.md
@@ -305,6 +305,6 @@ Start wildfly.
 
 The API can be accessed at (depending on your configured host and port):
 
-* ITI-104 : PUT/DELETE <https://example.com/pixm-connector/fhir/Patient?identifier=patient.system\|patient.id>
-* ITI-83 : GET <https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system\|patient.id&targetSystem=targetSystem>
+* ITI-104 : PUT/DELETE <https://example.com/pixm-connector/fhir/Patient?identifier=patient.system%7Cpatient.id>
+* ITI-83 : GET <https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system%7Cpatient.id&targetSystem=targetSystem>
 * Capability statement  : <https://example.com/pixm-connector/fhir/metadata>
diff --git a/Patient-Registry/user.md b/Patient-Registry/user.md
index 9d411958b8f4e03b09407b4871858df233c48192..66e6ca31074d256ca1a082523412e614d1181ce5 100755
--- a/Patient-Registry/user.md
+++ b/Patient-Registry/user.md
@@ -32,10 +32,10 @@ Here is a quick overview of the available functionality from PIXm connector
 
 | Operation                      | HTTP Methods | URL to call                                                                                                                    | Entry parameter                                               | Returned value                           |
 |--------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|------------------------------------------|
-| Create/Update Patient          | PUT          | ```https://example.com/pixm-connector/fhir/Patient?identifier={{patient.system}}\|{{patient.id}}```                                              | ITI-104 Patient identifier                                    | ITI-104 FHIR Patient                     |
-| Delete Patient                 | DELETE       | ```https://example.com/pixm-connector/fhir/Patient/?identifier={{patient.system}}\|{{patient.id}}```                                             | ITI-104 Patient identifier                                    | /                                        |
-| Merge Patient                  | PUT          | ```https://example.com/pixm-connector/fhir/Patient/?identifier={{patient.system}}\|{{patient.id}}```                                             | ITI-104 Patient identifier w/ patient.link to Patient to keep | ITI-104 FHIR Patient                     |
-| Check Cross Referenced Patient | GET          | ```https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier={{patient.system}}\|{{patient.id}}&targetSystem={{targetSystem}}``` | A Patient sourceIdentifier and a TargetDomain                 | ITI-83 FHIR Parameters with X-ref values |
+| Create/Update Patient          | PUT          | ```https://example.com/pixm-connector/fhir/Patient?identifier=patient.system%7Cpatient.id```                                          | ITI-104 Patient identifier                                    | ITI-104 FHIR Patient                     |
+| Delete Patient                 | DELETE       | ```https://example.com/pixm-connector/fhir/Patient/?identifier=patient.system%7Cpatient.id```                                         | ITI-104 Patient identifier                                    | /                                        |
+| Merge Patient                  | PUT          | ```https://example.com/pixm-connector/fhir/Patient/?identifier=patient.system%7Cpatient.id```                                         | ITI-104 Patient identifier w/ patient.link to Patient to keep | ITI-104 FHIR Patient                     |
+| Check Cross Referenced Patient | GET          | ```https://example.com/pixm-connector/fhir/Patient/$ihe-pix?sourceIdentifier=patient.system%7Cpatient.id&targetSystem=targetSystem``` | A Patient sourceIdentifier and a TargetDomain                 | ITI-83 FHIR Parameters with X-ref values |
 
 Capability statement of the application can be found with : <https://example.com/pixm-connector/fhir/metadata>