Skip to content

Commit

Permalink
Update the urls
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsawadye committed Oct 30, 2023
1 parent 082a5e7 commit b25ca6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-registry-jempi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<PATIENT_GOLDEN_RECORD>
PUT - http://localhost:3003/fhir/Patient/<PATIENT_GOLDEN_RECORD>

{
"resourceType": "Patient",
Expand Down Expand Up @@ -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)
```
Expand Down

0 comments on commit b25ca6f

Please sign in to comment.