Verify Patient Setup
Perform Verify Patient Setup through Brightree.
intake_verify_patient_setupwritebrightree
Inputs
- Patient Id
patient_idtextOptional text value.
- Patient State
patient_statetextOptional text value.
- Patient Key
patient_keytextOptional text value.
- Patient Context
patient_contextjsonOptional JSON value.
- Facility Payload
facility_payloadjsonOptional JSON value.
- Facility Set Payload
facility_set_payloadjsonOptional JSON value.
- Marketing Referral Payload
marketing_referral_payloadjsonOptional JSON value.
- Billing Address Payload
billing_address_payloadjsonOptional JSON value.
- Delivery Address Payload
delivery_address_payloadjsonOptional JSON value.
- Dropdown Payload
dropdown_payloadjsonOptional JSON value.
- Responsible Party Payload
responsible_party_payloadjsonOptional JSON value.
- Primary Doctor Payload
primary_doctor_payloadjsonOptional JSON value.
- Tax Zone Payload
tax_zone_payloadjsonOptional JSON value.
- Account Group
account_grouptextOptional text value.
- Account Key
account_keytextOptional text value.
- Set Dropdowns
set_dropdownsbooleanOptional true-or-false value.
Default:
true - Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- 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"
},
"account_group": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"set_dropdowns": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"patient_context": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"dropdown_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"facility_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"tax_zone_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"facility_set_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"primary_doctor_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"billing_address_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"delivery_address_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"responsible_party_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"marketing_referral_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}