Behavior Overview
This API has two flows: update and create. We trigger the update flow if we find a patient with a matchingsource_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
The response is of type object
.