Skip to content

Commit b25ca6f

Browse files
committed
Update the urls
1 parent 082a5e7 commit b25ca6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client-registry-jempi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ PATCH - http://localhost:50000/JeMPI/cr-update-fields
124124
via the [mapping mediator](https://github.com/jembi/openhim-mediator-mapping) (in fhir format)
125125

126126
```sh
127-
PUT - http://localhost:3003/fhir/update/Patient/<PATIENT_GOLDEN_RECORD>
127+
PUT - http://localhost:3003/fhir/Patient/<PATIENT_GOLDEN_RECORD>
128128

129129
{
130130
"resourceType": "Patient",
@@ -191,7 +191,7 @@ POST http://localhost:50000/JeMPI/cr-find
191191
via the [mapping mediator](https://github.com/jembi/openhim-mediator-mapping) (in fhir format)
192192

193193
```sh
194-
GET http://localhost:3003/fhir/Patient/$exact
194+
GET http://localhost:3003/fhir/Patient
195195

196196
Query parameters - family, given, telecom, identifier, gender, birthDate, address (city)
197197
```

0 commit comments

Comments
 (0)