Skip to documentation
ClaimSoft integration

Save Guarantor

Perform Save Guarantor through ClaimSoft.

View as Markdown
claimsoft_save_guarantor
writeclaimsoft

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • first_name
    textrequired
    First Name

    Required text value.

  • last_name
    textrequired
    Last Name

    Required text value.

  • relationship_id
    expressionrequired
    Relationship Id

    Required literal value or workflow expression.

  • date_of_birth
    text
    Date Of Birth

    Optional text value.

Outputs

  • successSuccess
  • order_idOrder Id
  • guarantor_idGuarantor Id
  • outcomeOutcome
  • relationship_idRelationship Id
  • same_asSame As
  • messageMessage
  • error_kindError Kind
  • errorError

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": [
    "patient_id",
    "order_id",
    "first_name",
    "last_name",
    "relationship_id"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "last_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "first_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "date_of_birth": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "relationship_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "message": {},
    "outcome": {},
    "same_as": {},
    "success": {},
    "order_id": {},
    "error_kind": {},
    "guarantor_id": {},
    "relationship_id": {}
  },
  "additionalProperties": true
}
View all ClaimSoft actions