Read CMN Detail
Perform Read CMN Detail through Brightree.
brightree_read_cmn_detailreadbrightree
Inputs
- Patient Key
patient_keyexpressionOptional literal value or workflow expression.
- Cmn Key
cmn_keyexpressionOptional literal value or workflow expression.
- Cmn Form Key
cmn_form_keyexpressionOptional literal value or workflow expression.
- Status Filter
status_filtertextOptional text value.
Default:
"Active" - Occurrence
occurrencenumberOptional numeric value.
Default:
1 - Cmn Form Contains
cmn_form_containstextOptional text value.
Outputs
successSuccessbranchable_errorBranchable ErrorerrorErrorpatient_keyPatient Keycmn_keyCmn Keycmn_form_keyCmn Form Keycmn_statusCmn Statuscmn_initial_dateCmn Initial Datecmn_recertification_dateCmn Recertification Datecmn_length_of_need_monthsCmn Length Of Need Monthscmn_expirationCmn Expirationcmn_signature_dateCmn Signature Datedoctor_nameDoctor Namedoctor_keyDoctor Keycmn_typeCmn Typecmn_type_keyCmn Type Keybranch_nameBranch Namebranch_keyBranch Keypolicy_keyPolicy Keypolicy_textPolicy Textpayer_namePayer Namepayer_idPayer Idpolicy_levelPolicy Levelpolicy_effective_datePolicy Effective DaterecordsRecordscountCounttotal_recordsTotal Recordsfiltered_recordsFiltered Recordsselected_rowSelected Rowdetail_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
}