Prepare CMN Recertification Dates
Perform Prepare CMN Recertification Dates through Brightree.
brightree_prepare_cmn_recertificationwritebrightree
Inputs
- Cmn Key
cmn_keyexpressionrequiredRequired literal value or workflow expression.
- Cmn Form Key
cmn_form_keyexpressionrequiredRequired literal value or workflow expression.
- Patient Key
patient_keyexpressionrequiredRequired literal value or workflow expression.
- Ordering Doctor Key
ordering_doctor_keyexpressionrequiredRequired literal value or workflow expression.
- Source Expiration Date
source_expiration_datedaterequiredRequired date in YYYY-MM-DD format.
- Report Provider Fax Present
report_provider_fax_presentbooleanrequiredRequired true-or-false value.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdry_runDry RunpreparedPreparednoopNoopmanual_review_requiredManual Review RequiredretryableRetryableidempotency_reusedIdempotency Reusedoutreach_statusOutreach Statuscmn_keyCmn Keycmn_form_keyCmn Form Keypatient_keyPatient Keyordering_doctor_keyOrdering Doctor Keysource_expiration_dateSource Expiration Datefax_cycle_expiration_dateFax Cycle Expiration Datelength_of_need_monthsLength Of Need Monthsproposed_recertification_dateProposed Recertification Dateproposed_expiration_dateProposed Expiration DatemismatchesMismatchesmessageMessageerrorError
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
}