action twinehealth_upsert_patient { label: "Upsert patient" description: "Create a new patient or update an existing patient" provider: twinehealth method: PUT path: "/patient" encoding: json output: { type: "object" additionalProperties: true } }