action twinehealth_fetch_patient_plan_summaries { label: "List patient plan summaries" description: "Get a list of patient plan summaries" provider: twinehealth method: GET path: "/patient_plan_summary" encoding: json input: { type: "object" properties: { "filter[groups]": { type: "string" } "filter[organization]": { type: "string" } "filter[patient]": { type: "string" } include: { type: "string" enum: ["actions", "bundles", "patient", "current_results"] } } additionalProperties: false } output: { type: "object" additionalProperties: true } }