From b25ca6fcf9b56f1fa83916148810e5a92ff082c0 Mon Sep 17 00:00:00 2001 From: bradsawadye Date: Mon, 30 Oct 2023 14:38:37 +0200 Subject: [PATCH] Update the urls --- client-registry-jempi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-registry-jempi/README.md b/client-registry-jempi/README.md index 0d47683a..acc247ae 100644 --- a/client-registry-jempi/README.md +++ b/client-registry-jempi/README.md @@ -124,7 +124,7 @@ PATCH - http://localhost:50000/JeMPI/cr-update-fields via the [mapping mediator](https://github.com/jembi/openhim-mediator-mapping) (in fhir format) ```sh -PUT - http://localhost:3003/fhir/update/Patient/ +PUT - http://localhost:3003/fhir/Patient/ { "resourceType": "Patient", @@ -191,7 +191,7 @@ POST http://localhost:50000/JeMPI/cr-find via the [mapping mediator](https://github.com/jembi/openhim-mediator-mapping) (in fhir format) ```sh -GET http://localhost:3003/fhir/Patient/$exact +GET http://localhost:3003/fhir/Patient Query parameters - family, given, telecom, identifier, gender, birthDate, address (city) ```