Skip to main content
GET
Get Patient

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patient_id
string
required

Response

Patient Response Schema

first_name
string
required

Patient's first name

last_name
string
required

Patient's last name

date_of_birth
string<date>
required

Patient's date of birth

patient_specialties
enum<string>[]
required

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,
PSYCHIATRY
status
enum<string>
required

Patient's status

Available options:
INTAKE,
ACTIVE,
DISCHARGED,
ON_HOLD
provider_service_location_id
string<uuid>
required

Provider Service Location ID (where the patient receives service)

id
string<uuid>
required
patient_code
string
required

Patient's code. This is auto-generated by the system

silna_url
string
required

URL to view this patient in the Silna Health app

source_id
string | null

Patient's EHR ID (or other unique identifier) that you have in your system

address_line_1
string | null

Patient's street address

Maximum string length: 255
address_line_2
string | null

Patient's apartment, suite, unit, etc.

Maximum string length: 255
city
string | null

Patient's city

Maximum string length: 255
state
string | null

Patient's state

Maximum string length: 255
zip_code
string | null

Patient's zip code. Empty strings are not allowed

sex
enum<string> | null

Patient's sex

Available options:
MALE,
FEMALE
patient_specialty_details
V1PatientSpecialtyDetail · object[] | null

Detailed specialty info including therapy type per specialty

patient_diagnosis_ids
string<uuid>[] | null
patient_place_of_service_ids
string<uuid>[] | null