Skip to documentation
Brightree integration

Resolve Order Document Type

Perform Resolve Order Document Type through Brightree.

View as Markdown
brightree_resolve_order_document_type
readbrightree

Inputs

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

  • order_category
    expression
    Order Category

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_typeDocument Type
  • error_codeError Code
  • errorError

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": [
    "patient_key"
  ],
  "properties": {
    "patient_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_category": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "error_code": {},
    "document_type": {}
  },
  "additionalProperties": true
}
View all Brightree actions