Skip to documentation
GenHealth - Intake integration

Build Manual Handoff Status

Perform Build Manual Handoff Status through GenHealth - Intake.

View as Markdown
intake_build_manual_handoff_status
write

Inputs

  • order_id
    expression
    Order Id

    Optional literal value or workflow expression.

  • workflow_number
    expression
    Workflow Number

    Optional literal value or workflow expression.

  • patient_id
    expression
    Patient Id

    Optional literal value or workflow expression.

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • local_patient_id
    expression
    Local Patient Id

    Optional literal value or workflow expression.

  • status
    text
    Status

    Optional text value.

    Default: "manual_handoff_required"

  • reason
    expressionrequired
    Reason

    Required literal value or workflow expression.

  • task_name
    text
    Task Name

    Optional text value.

  • target_channel
    text
    Target Channel

    Optional text value.

  • details
    json
    Details

    Optional JSON value.

Outputs

  • successSuccess
  • statusStatus
  • failure_categoryFailure Category
  • manual_handoff_requiredManual Handoff Required
  • order_idOrder Id
  • workflow_numberWorkflow Number
  • patient_idPatient Id
  • patient_keyPatient Key
  • local_patient_idLocal Patient Id
  • reasonReason
  • task_nameTask Name
  • target_channelTarget Channel
  • detailsDetails
  • messageMessage
  • errorError
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "reason"
  ],
  "properties": {
    "reason": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "status": {
      "type": "string",
      "default": "manual_handoff_required",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "details": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "order_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "task_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "target_channel": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "workflow_number": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "local_patient_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reason": {},
    "status": {},
    "details": {},
    "message": {},
    "success": {},
    "order_id": {},
    "task_name": {},
    "patient_id": {},
    "patient_key": {},
    "error_message": {},
    "target_channel": {},
    "workflow_number": {},
    "failure_category": {},
    "local_patient_id": {},
    "manual_handoff_required": {}
  },
  "additionalProperties": true
}
View all GenHealth - Intake actions