Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CreatePatientRequest is used to submit a patient to the Search & Match Service.  This call returns a wmdaId for the patient.

3.3 - Update Patient

Anchor
3.3 - Update Patient
3.3 - Update Patient

The UpdatePatientRequest is used to update a patient with the Search & Match Service.

3.4 - Update Registered Patient   

...

Same payload as UpdatePatientRequest (/api/v2/patients).  Additional fields to be considered:

Patient IdentifierpatientId

string

nullable:  false

Sending RegistryregSend

string

nullable: false

Receiving RegistryregReceive

string

nullable: false

Patient First NamefirstName

string

nullable: true

Patient Last NamelastName

string

nullable: true

3.5 - Update Registered Patient    

...

Fields for consideration:

Sending RegistryregSend

string

nullable: false

Receiving RegistryregReceive

string

nullable: false

WMDA Patient IdentifierwmdaId

integer

nullable: false

Old Patient StatepriorStat

string

nullable: true

New Patient StatenewStat

string

nullable: false

Reason For Changereason

string

nullable: true

3.7 - Request More Patient Info 

...