Skip to main content
GET
/
api
/
v2
/
integrations
/
wellsky
/
{slug}
/
patients
Python
from samplehc import SampleHealthcare

client = SampleHealthcare(
    api_key="My API Key",
)
response = client.v2.integrations.wellsky.patients.search(
    slug="slug",
)
print(response)
"<any>"

Path Parameters

slug
string
required

The slug of the WellSky connection.

Query Parameters

REQDELETE
string

Delete flag (Y/N)

REQDISPIN
string

Disposition filter

REQLVL6IN
string

Facility ID

REQNAMEIN
string

Patient name to search

REQNONPROSP
string

Non-prospect flag (Y/N)

REQPROSP
string

Prospect flag (Y/N)

REQSORTIN
string

Sort field

Response

Default Response

The response is of type any.