Skip to documentation
Brightree integration

Prepare CMN Recertification Dates

Perform Prepare CMN Recertification Dates through Brightree.

View as Markdown
brightree_prepare_cmn_recertification
writebrightree

Inputs

  • cmn_key
    expressionrequired
    Cmn Key

    Required literal value or workflow expression.

  • cmn_form_key
    expressionrequired
    Cmn Form Key

    Required literal value or workflow expression.

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

  • ordering_doctor_key
    expressionrequired
    Ordering Doctor Key

    Required literal value or workflow expression.

  • source_expiration_date
    daterequired
    Source Expiration Date

    Required date in YYYY-MM-DD format.

  • report_provider_fax_present
    booleanrequired
    Report Provider Fax Present

    Required true-or-false value.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • dry_runDry Run
  • preparedPrepared
  • noopNoop
  • manual_review_requiredManual Review Required
  • retryableRetryable
  • idempotency_reusedIdempotency Reused
  • outreach_statusOutreach Status
  • cmn_keyCmn Key
  • cmn_form_keyCmn Form Key
  • patient_keyPatient Key
  • ordering_doctor_keyOrdering Doctor Key
  • source_expiration_dateSource Expiration Date
  • fax_cycle_expiration_dateFax Cycle Expiration Date
  • length_of_need_monthsLength Of Need Months
  • proposed_recertification_dateProposed Recertification Date
  • proposed_expiration_dateProposed Expiration Date
  • mismatchesMismatches
  • messageMessage
  • errorError

Output schema completeness: best_effort_declared

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",
  "required": [
    "cmn_key",
    "cmn_form_key",
    "patient_key",
    "ordering_doctor_key",
    "source_expiration_date",
    "report_provider_fax_present"
  ],
  "properties": {
    "cmn_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "dry_run": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "patient_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "cmn_form_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "ordering_doctor_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_expiration_date": {
      "type": "string",
      "format": "date",
      "description": "Required date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "report_provider_fax_present": {
      "type": "boolean",
      "description": "Required true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "noop": {},
    "error": {},
    "cmn_key": {},
    "dry_run": {},
    "message": {},
    "success": {},
    "prepared": {},
    "retryable": {},
    "mismatches": {},
    "patient_key": {},
    "cmn_form_key": {},
    "outreach_status": {},
    "idempotency_reused": {},
    "ordering_doctor_key": {},
    "length_of_need_months": {},
    "manual_review_required": {},
    "source_expiration_date": {},
    "proposed_expiration_date": {},
    "fax_cycle_expiration_date": {},
    "proposed_recertification_date": {}
  },
  "additionalProperties": true
}
View all Brightree actions