Create or Update Patient
Patients
Create or Update Patient
PUT
Create or Update Patient
Documentation Index
Fetch the complete documentation index at: https://docs.silnahealth.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Available options:
PHYSICAL_THERAPY, ABA_THERAPY, SPEECH_THERAPY, OCCUPATIONAL_THERAPY, PSYCHOLOGICAL_TESTING, HOME_HEALTH_CARE, HOSPICE, CARDIAC_REHABILITATION, INTENSIVE_CARDIAC_REHABILITATION, MENTAL_HEALTH, PRINCIPAL_ILLNESS_NAVIGATION, PRINCIPAL_CARE_MANAGEMENT, ADVANCED_PRIMARY_CARE_MODELS, PREVENTATIVE_HEALTH, PARTIAL_HOSPITALIZATION_PROGRAM, INTENSIVE_OUTPATIENT_PROGRAM, INTERVENTIONAL_RADIOLOGY, VASCULAR_SURGERY, INTERVENTIONAL_CARDIOLOGY, ORTHOPEDICS, CHIROPRACTIC, GYNECOLOGY, LONG_TERM_CARE, NUTRITIONAL_COUNSELING, PHYSICAL_MEDICINE, PULMONARY_REHABILITATION, INJECTABLE_SPECIALTY_MEDICATIONS, ALLERGY_TESTING, SKILLED_NURSING, RADIOLOGY, OTOLARYNGOLOGY, DURABLE_MEDICAL_EQUIPMENT, DERMATOLOGY, PROFESSIONAL_OFFICE_VISIT Patient's status
Available options:
INTAKE, ACTIVE, DISCHARGED, ON_HOLD Provider Service Location ID (where the patient receives service)
Patient's street address
Maximum string length:
255Patient's apartment, suite, unit, etc.
Maximum string length:
255Patient's city
Maximum string length:
255Patient's state
Maximum string length:
255Patient's zip code. Empty strings are not allowed
Patient's sex
Available options:
MALE, FEMALE