Select Intake Candidates
Perform Select Intake Candidates through GenHealth.
intake_select_candidateswrite
Inputs
- Account Key
account_keytextOptional text value.
- From Date
from_datedateOptional date in YYYY-MM-DD format.
- To Date
to_datedateOptional date in YYYY-MM-DD format.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false - Brightree Test
brightree_testbooleanOptional true-or-false value.
Default:
false - Test Patient Id
test_patient_idtextOptional text value.
- Test Patient State
test_patient_statetextOptional text value.
Outputs
dry_runDry RunitemsItemsnotify_summaryNotify Summaryaccount_keyAccount Key
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",
"properties": {
"dry_run": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"to_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"from_date": {
"type": "string",
"format": "date",
"description": "Optional date in YYYY-MM-DD format.",
"x-workflow-field-type": "date"
},
"account_key": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"brightree_test": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"test_patient_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"test_patient_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"items": {},
"dry_run": {},
"account_key": {},
"notify_summary": {}
},
"additionalProperties": true
}