Patients
Update Patient
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Patient Update Request Schema
Patient Update Request Schema
Patient's EHR ID (or other unique identifier) that you have in your system
Patient's street address
Maximum length:
255
Patient's apartment, suite, unit, etc.
Maximum length:
255
Patient's city
Maximum length:
255
Patient's state
Maximum length:
255
Available options:
PHYSICAL_THERAPY
, ABA_THERAPY
, SPEECH_THERAPY
, OCCUPATIONAL_THERAPY
, PSYCHOLOGICAL_TESTING
, HOME_HEALTH_CARE
, HOSPICE
, CARDIAC_REHABILITATION
, INTENSIVE_CARDIAC_REHABILITATION
, MENTAL_HEALTH
Available options:
INTAKE
, ACTIVE
, DISCHARGED
, ON_HOLD
Response
204
OK