Skip to documentation
Brightree integration

Setup Patient Facility

Perform Setup Patient Facility through Brightree.

View as Markdown
intake_setup_patient_facility
writebrightree

Inputs

  • patient_id
    text
    Patient Id

    Optional text value.

  • patient_state
    text
    Patient State

    Optional text value.

  • patient_key
    text
    Patient Key

    Optional text value.

  • patient_context
    json
    Patient Context

    Optional JSON value.

  • precheck_payload
    json
    Precheck Payload

    Optional JSON value.

  • delivery_address
    text
    Delivery Address

    Optional text value.

  • patient_facility_payload
    json
    Patient Facility Payload

    Optional JSON value.

  • note_facility_name
    text
    Note Facility Name

    Optional text value.

  • note_facility_updates
    text
    Note Facility Updates

    Optional text value.

  • note_indicates_private_residence
    boolean
    Note Indicates Private Residence

    Optional true-or-false value.

    Default: false

  • account_key
    text
    Account Key

    Optional text value.

  • dry_run
    boolean
    Dry Run

    Optional 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
}
View all Brightree actions