Setup Patient Facility
Perform Setup Patient Facility through Brightree.
intake_setup_patient_facilitywritebrightree
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.
- Precheck Payload
precheck_payloadjsonOptional JSON value.
- Delivery Address
delivery_addresstextOptional text value.
- Patient Facility Payload
patient_facility_payloadjsonOptional JSON value.
- Note Facility Name
note_facility_nametextOptional text value.
- Note Facility Updates
note_facility_updatestextOptional text value.
- Note Indicates Private Residence
note_indicates_private_residencebooleanOptional true-or-false value.
Default:
false - Account Key
account_keytextOptional text value.
- 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"
},
"patient_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_context": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"delivery_address": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"precheck_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"note_facility_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"note_facility_updates": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_facility_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"note_indicates_private_residence": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}