...
The CreatePatientRequest is used to submit a patient to the Search & Match Service. This call returns a wmdaId for the patient.
| Send |
|---|
| CreatePatientRequest |
|
3.3 - Update Patient
| Anchor | ||||
|---|---|---|---|---|
|
The UpdatePatientRequest is used to update a patient with the Search & Match Service.
| Send |
|---|
| UpdatePatientRequest |
|
3.4 - Update Registered Patient
...
Same payload as UpdatePatientRequest (/api/v2/patients). Additional fields to be considered:
| Patient Identifier | patientId | string nullable: false |
| Sending Registry | regSend | string nullable: false |
| Receiving Registry | regReceive | string nullable: false |
| Patient First Name | firstName | string nullable: true |
| Patient Last Name | lastName | string nullable: true |
3.5 - Update Registered Patient
...
Fields for consideration:
| Sending Registry | regSend | string nullable: false |
| Receiving Registry | regReceive | string nullable: false |
| WMDA Patient Identifier | wmdaId | integer nullable: false |
| Old Patient State | priorStat | string nullable: true |
| New Patient State | newStat | string nullable: false |
| Reason For Change | reason | string nullable: true |
3.7 - Request More Patient Info
...