Loading...
Loading...
DrChrono integration. Manage Patients, Appointments, ClinicalNotes, MedicationOrders, LabOrders, BillingProfiles and more. Use when the user wants to interact with DrChrono data.
npx skill4agent add membranedev/application-skills drchronomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search drchrono --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Patients | list-patients | Retrieve a list of patients. |
| List Appointments | list-appointments | Retrieve a list of appointments. |
| List Tasks | list-tasks | Retrieve a list of tasks. |
| List Doctors | list-doctors | Retrieve a list of doctors in the practice |
| List Offices | list-offices | Retrieve a list of offices/locations in the practice |
| List Problems | list-problems | Retrieve a list of patient problems/diagnoses |
| List Allergies | list-allergies | Retrieve a list of patient allergies |
| List Medications | list-medications | Retrieve a list of patient medications |
| Get Patient | get-patient | Retrieve a specific patient by ID |
| Get Appointment | get-appointment | Retrieve a specific appointment by ID |
| Get Task | get-task | Retrieve a specific task by ID |
| Get Doctor | get-doctor | Retrieve a specific doctor by ID |
| Get Office | get-office | Retrieve a specific office by ID |
| Create Patient | create-patient | Create a new patient record |
| Create Appointment | create-appointment | Create a new appointment |
| Create Task | create-task | Create a new task |
| Create Problem | create-problem | Create a new problem/diagnosis record for a patient |
| Create Allergy | create-allergy | Create a new allergy record for a patient |
| Create Medication | create-medication | Create a new medication record for a patient |
| Update Patient | update-patient | Update an existing patient record |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY