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
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
PHYSICAL_THERAPY
, ABA_THERAPY
, SPEECH_THERAPY
, OCCUPATIONAL_THERAPY
, PSYCHOLOGICAL_TESTING
, HOME_HEALTH_CARE
, HOSPICE
, CARDIAC_REHABILITATION
, INTENSIVE_CARDIAC_REHABILITATION
, MENTAL_HEALTH
Patient's status
INTAKE
, ACTIVE
, DISCHARGED
, ON_HOLD
Provider Service Location ID (where the patient receives service)
Patient's street address
255
Patient's apartment, suite, unit, etc.
255
Patient's city
255
Patient's state
255
Patient's zip code