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
Patient's first name
Patient's last name
Patient's date of birth
Patient's EHR ID (or other unique identifier) that you have in your system
Patient's specialties. A patient can have multiple
Patient's status
Available options:
INTAKE, ACTIVE, DISCHARGED, ON_HOLD Provider Service Location ID (where the patient receives service)
Patient's street address
Maximum length:
255Patient's apartment, suite, unit, etc.
Maximum length:
255Patient's city
Maximum length:
255Patient's state
Maximum length:
255Patient's zip code

