Submit Real-World Action for Confirmation
action_commitSubmit a proposed action for patient out-of-band confirmation after they have agreed to the draft. Requires step-up authorization; returns 'awaiting_confirmation' status.
Instructions
Submit a previously proposed action for the patient's OWN out-of-band confirmation (their dashboard or Telegram) AFTER they've reviewed and verbally/textually agreed to the draft. Requires step-up authorization (call fhir_get_token first; pass as _stepUpToken). This call does NOT execute anything and never accepts or sends any 'human confirmed' flag — only the patient tapping Approve in their own out-of-band channel can trigger execution. Returns status 'awaiting_confirmation' and is terminal for your turn: do not call action_commit again for the same action_id. Use action_status to check whether the patient has approved yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | ID returned by action_propose |