Create Patient
Patients
Create Patient
POST
Create 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.
Patient Creation Walkthrough
- Get the provider that you want to create a patient for through the Get Providers API.
- Get the service location where the patient receives services through the Get Service Locations API.
- Use this endpoint to create a patient with the provider and service location information. We recommend including the EHR ID if you have one available as this will help identify the patient as it is represented in your system.
Creation with Place Of Service and Diagnosis Codes
After you create a patient, you can add place of service codes and diagnosis codes by using our Place Of Service and Diagnosis APIs. For Place Of Service, you would do the following:- Get the Place Of Services configured for your provider service location by making a request through the Get Provider Places of Service API .
- With the returned place of services, you can then make a POST request to Create Patient Place of Service API with the patient_id of the patient you just created and a
provider_place_of_service_idthat you got from the Get Service Locations API.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Patient Create Request SchemaPatient Create Request Schema
Patient's first name
Patient's last name
Patient's date of birth
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 EHR ID (or other unique identifier) that you have in your system
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 Response
Patient Create Response SchemaPatient Create Response Schema