...
| Send |
|---|
| UpdatePatientRequest |
|
3.4 -
...
Register Patient
...
| Anchor | ||||
|---|---|---|---|---|
|
There is no registerPatient endpoint. A patient is registered with a partner registry at the time of request (see Requests).
3.5 - Update Registered Patient
| Anchor | ||||
|---|---|---|---|---|
|
The registerPatientRequest updateRegisteredPatientRequest is used to register update a registered patient with a partner registry. This message accompanies all requests.Entire payload may be sent by the sending registry. The Empty / blank fields in the payload will mean deletion. Missing fields will have no effect. The central hub can review the contents and update any relevant values that are (already) stored in the Search & Match system. ??The response of the api will provide results (fields / values) of the updates made.??
| Send | Retrieve |
|---|---|
| UpdateRegisteredPatientRequest | UpdateRegisteredPatientRequestRetrieve |
|
|
Additional fields to be considered (checked items have been added to Swagger:
| Description | Name | Type | Comment |
|---|---|---|---|
| patientId | string nullable: false | |
| regSend | string nullable: false | Retrieve message only |
| regReceive | string nullable: false | |
| firstName | string nullable: true | |
| lastName | string nullable: true |
3.5 - Update Registered Patient
...
The updateRegisteredPatientRequest is used to update a registered patient with a partner registry.
UpdateRegisteredPatientRequest
...
3.6 - Update Registered Patient Status
...