Patients
Create or Update Patient
PUT
Create or Update Patient
Behavior Overview
This API has two flows: update and create. We trigger the update flow if we find a patient with a matching source_id
or we determine the requested patient to be a duplicate (for example, they have the same first name, last name, and dob as an existing patient).
Else we trigger the create flow.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The body is of type object
.
Response
200
application/json
The response is of type object
.
Create or Update Patient