Skip to documentation
GenHealth integration

Resolve Intake Tax Zone

Perform Resolve Intake Tax Zone through GenHealth.

View as Markdown
intake_resolve_tax_zone
read

Inputs

  • patient_id
    text
    Patient Id

    Optional text value.

  • patient_state
    text
    Patient State

    Optional text value.

  • patient_key
    text
    Patient Key

    Optional text value.

  • patient_context
    json
    Patient Context

    Optional JSON value.

  • facility_payload
    json
    Facility Payload

    Optional JSON value.

  • patient_state_snapshot
    json
    Patient State Snapshot

    Optional JSON value.

  • account_key
    text
    Account Key

    Optional text value.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

  • delivery_info
    json
    Delivery Info

    Optional JSON value.

  • delivery_address_payload
    json
    Delivery Address Payload

    Optional JSON value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
Yes

Schemas

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

Input schema
{
  "type": "object",
  "properties": {
    "dry_run": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "patient_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "patient_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "delivery_info": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "patient_state": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "patient_context": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "facility_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "patient_state_snapshot": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "delivery_address_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth actions