List CMN Recertification Candidates
Perform List CMN Recertification Candidates through Brightree.
brightree_list_cmn_recertification_candidatesreadbrightree
Inputs
- Branch Name
branch_nametextrequiredRequired text value.
- As Of Date
as_of_datedaterequiredRequired date in YYYY-MM-DD format.
- Window Days
window_daysnumberOptional numeric value.
Default:
60 - Exclude Faxed This Cycle
exclude_faxed_this_cyclebooleanOptional true-or-false value.
Default:
true - Maximum Candidates
maximum_candidatesnumberOptional numeric value.
Default:
500
Outputs
successSuccessreport_idReport Idas_of_dateAs Of Datewindow_end_dateWindow End Datewindow_daysWindow Daysexport_row_countExport Row Countscoped_row_countScoped Row Countcandidate_countCandidate Countdistinct_patient_countDistinct Patient Countdistinct_provider_countDistinct Provider Countmulti_cmn_patient_countMulti Cmn Patient Countmaximum_cmns_per_patientMaximum Cmns Per Patientzero_to_seven_day_countZero To Seven Day Counteight_to_thirty_day_countEight To Thirty Day Countthirty_one_plus_day_countThirty One Plus Day Countmissing_expiration_countMissing Expiration Countmalformed_expiration_countMalformed Expiration Countexpired_countExpired Countbeyond_window_countBeyond Window Countinvalid_identity_countInvalid Identity Countmissing_ordering_doctor_countMissing Ordering Doctor Countbranch_mismatch_countBranch Mismatch Countinactive_status_countInactive Status Countplaceholder_countPlaceholder Countduplicate_cycle_countDuplicate Cycle Countreport_missing_provider_fax_countReport Missing Provider Fax Countfax_history_countFax History Countfaxed_this_cycle_countFaxed This Cycle Countfailed_delivery_countFailed Delivery Countdata_quality_exception_countData Quality Exception Countexcluded_row_countExcluded Row CountcandidatesCandidatesfailed_delivery_cmnsFailed Delivery CmnsretryableRetryablemanual_review_requiredManual Review Requiredreport_job_idReport Job Idreport_job_resume_stateReport Job Resume StateerrorError
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": [
"branch_name",
"as_of_date"
],
"properties": {
"as_of_date": {
"type": "string",
"format": "date",
"description": "Required date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"branch_name": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"window_days": {
"type": "number",
"default": 60,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"maximum_candidates": {
"type": "number",
"default": 500,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"exclude_faxed_this_cycle": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"report_id": {},
"retryable": {},
"as_of_date": {},
"candidates": {},
"window_days": {},
"expired_count": {},
"report_job_id": {},
"candidate_count": {},
"window_end_date": {},
"export_row_count": {},
"scoped_row_count": {},
"fax_history_count": {},
"placeholder_count": {},
"excluded_row_count": {},
"beyond_window_count": {},
"failed_delivery_cmns": {},
"branch_mismatch_count": {},
"duplicate_cycle_count": {},
"failed_delivery_count": {},
"inactive_status_count": {},
"distinct_patient_count": {},
"faxed_this_cycle_count": {},
"invalid_identity_count": {},
"manual_review_required": {},
"distinct_provider_count": {},
"multi_cmn_patient_count": {},
"report_job_resume_state": {},
"zero_to_seven_day_count": {},
"maximum_cmns_per_patient": {},
"missing_expiration_count": {},
"eight_to_thirty_day_count": {},
"thirty_one_plus_day_count": {},
"malformed_expiration_count": {},
"data_quality_exception_count": {},
"missing_ordering_doctor_count": {},
"report_missing_provider_fax_count": {}
},
"additionalProperties": true
}