Get Patient Insurance
Perform Get Patient Insurance through Bonafide.
bonafide_get_patient_insurancereadbonafide
Inputs
- Customer Id
customer_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesscustomer_idCustomer Idcarrier_nameCarrier Namecarrier_noCarrier Nomember_idMember Idgroup_idGroup Idgroup_nameGroup Namepatient_first_namePatient First Namepatient_last_namePatient Last Namepatient_birth_datePatient Birth Datepatient_relationshipPatient RelationshipmbiMbisecondary_carrier_nameSecondary Carrier Nametertiary_carrier_nameTertiary Carrier NamemessageMessageerror_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
}