Skip to documentation
Bonafide integration

Get Patient Insurance

Perform Get Patient Insurance through Bonafide.

View as Markdown
bonafide_get_patient_insurance
readbonafide

Inputs

  • customer_id
    expressionrequired
    Customer Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • customer_idCustomer Id
  • carrier_nameCarrier Name
  • carrier_noCarrier No
  • member_idMember Id
  • group_idGroup Id
  • group_nameGroup Name
  • patient_first_namePatient First Name
  • patient_last_namePatient Last Name
  • patient_birth_datePatient Birth Date
  • patient_relationshipPatient Relationship
  • mbiMbi
  • secondary_carrier_nameSecondary Carrier Name
  • tertiary_carrier_nameTertiary Carrier Name
  • messageMessage
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

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

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "customer_id"
  ],
  "properties": {
    "customer_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "mbi": {},
    "message": {},
    "success": {},
    "group_id": {},
    "member_id": {},
    "carrier_no": {},
    "group_name": {},
    "customer_id": {},
    "carrier_name": {},
    "error_message": {},
    "patient_last_name": {},
    "patient_birth_date": {},
    "patient_first_name": {},
    "patient_relationship": {},
    "tertiary_carrier_name": {},
    "secondary_carrier_name": {}
  },
  "additionalProperties": true
}
View all Bonafide actions