curl --request GET \
--url https://api.silnahealth.com/public/v1/patients/ \
--header 'Authorization: Bearer <token>'{
"has_more": true,
"records": [
{
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "2023-12-25",
"patient_specialties": [
"PHYSICAL_THERAPY"
],
"status": "INTAKE",
"provider_service_location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"patient_code": "<string>",
"silna_url": "<string>",
"source_id": null,
"address_line_1": null,
"address_line_2": null,
"city": null,
"state": null,
"zip_code": null,
"patient_diagnosis_ids": null,
"patient_place_of_service_ids": null
}
],
"first_id": null,
"last_id": null
}curl --request GET \
--url https://api.silnahealth.com/public/v1/patients/ \
--header 'Authorization: Bearer <token>'{
"has_more": true,
"records": [
{
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "2023-12-25",
"patient_specialties": [
"PHYSICAL_THERAPY"
],
"status": "INTAKE",
"provider_service_location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"patient_code": "<string>",
"silna_url": "<string>",
"source_id": null,
"address_line_1": null,
"address_line_2": null,
"city": null,
"state": null,
"zip_code": null,
"patient_diagnosis_ids": null,
"patient_place_of_service_ids": null
}
],
"first_id": null,
"last_id": null
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
INTAKE, ACTIVE, DISCHARGED, ON_HOLD Show child attributes
Patient's first name
Patient's last name
Patient's date of birth
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, 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 Patient's status
INTAKE, ACTIVE, DISCHARGED, ON_HOLD Provider Service Location ID (where the patient receives service)
Patient's code. This is auto-generated by the system
URL to view this patient in the Silna Health app
Patient's EHR ID (or other unique identifier) that you have in your system
Patient's street address
255Patient's apartment, suite, unit, etc.
255Patient's city
255Patient's state
255Patient's zip code