Guard athenahealth VOB Reconciliation
Perform Guard athenahealth VOB Reconciliation through GenHealth - Eligibility.
eligibility_guard_athena_vob_reconciliationwrite
Inputs
- Candidate
candidateexpressionOptional literal value or workflow expression.
- Read Enabled
read_enabledexpressionOptional literal value or workflow expression.
Outputs
successSuccessshould_readShould ReadstatusStatusreasonsReasonscandidate_athena_idCandidate Athena Idpatient_idPatient Idchart_idChart IdsourceSourceerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"candidate": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"read_enabled": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"source": {},
"status": {},
"reasons": {},
"success": {},
"chart_id": {},
"patient_id": {},
"should_read": {},
"candidate_athena_id": {}
},
"additionalProperties": true
}