Skip to documentation
Brightree integration

Read CMN Detail

Perform Read CMN Detail through Brightree.

View as Markdown
brightree_read_cmn_detail
readbrightree

Inputs

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • cmn_key
    expression
    Cmn Key

    Optional literal value or workflow expression.

  • cmn_form_key
    expression
    Cmn Form Key

    Optional literal value or workflow expression.

  • status_filter
    text
    Status Filter

    Optional text value.

    Default: "Active"

  • occurrence
    number
    Occurrence

    Optional numeric value.

    Default: 1

  • cmn_form_contains
    text
    Cmn Form Contains

    Optional text value.

Outputs

  • successSuccess
  • branchable_errorBranchable Error
  • errorError
  • patient_keyPatient Key
  • cmn_keyCmn Key
  • cmn_form_keyCmn Form Key
  • cmn_statusCmn Status
  • cmn_initial_dateCmn Initial Date
  • cmn_recertification_dateCmn Recertification Date
  • cmn_length_of_need_monthsCmn Length Of Need Months
  • cmn_expirationCmn Expiration
  • cmn_signature_dateCmn Signature Date
  • doctor_nameDoctor Name
  • doctor_keyDoctor Key
  • cmn_typeCmn Type
  • cmn_type_keyCmn Type Key
  • branch_nameBranch Name
  • branch_keyBranch Key
  • policy_keyPolicy Key
  • policy_textPolicy Text
  • payer_namePayer Name
  • payer_idPayer Id
  • policy_levelPolicy Level
  • policy_effective_datePolicy Effective Date
  • recordsRecords
  • countCount
  • total_recordsTotal Records
  • filtered_recordsFiltered Records
  • selected_rowSelected Row
  • detail_urlDetail Url

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",
  "properties": {
    "cmn_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "occurrence": {
      "type": "number",
      "default": 1,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "cmn_form_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "status_filter": {
      "type": "string",
      "default": "Active",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "cmn_form_contains": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "cmn_key": {},
    "records": {},
    "success": {},
    "cmn_type": {},
    "payer_id": {},
    "branch_key": {},
    "cmn_status": {},
    "detail_url": {},
    "doctor_key": {},
    "payer_name": {},
    "policy_key": {},
    "branch_name": {},
    "doctor_name": {},
    "patient_key": {},
    "policy_text": {},
    "cmn_form_key": {},
    "cmn_type_key": {},
    "policy_level": {},
    "selected_row": {},
    "total_records": {},
    "cmn_expiration": {},
    "branchable_error": {},
    "cmn_initial_date": {},
    "filtered_records": {},
    "cmn_signature_date": {},
    "policy_effective_date": {},
    "cmn_recertification_date": {},
    "cmn_length_of_need_months": {}
  },
  "additionalProperties": true
}
View all Brightree actions