Guard athenahealth VOB Writeback
Perform Guard athenahealth VOB Writeback through GenHealth - Eligibility.
eligibility_guard_athena_vob_writebackwrite
Inputs
- Candidate
candidateexpressionOptional literal value or workflow expression.
- Outcome
outcomeexpressionOptional literal value or workflow expression.
- Note
noteexpressionOptional literal value or workflow expression.
- Athena Reconciliation
athena_reconciliationexpressionOptional literal value or workflow expression.
- External Writes Enabled
external_writes_enabledexpressionOptional literal value or workflow expression.
- Writeback Enabled
writeback_enabledexpressionOptional literal value or workflow expression.
- Signature
signatureexpressionOptional literal value or workflow expression.
Outputs
successSuccessshould_writeShould Writeshould_upload_documentsShould Upload Documentswrite_kindWrite Kindappend_signatureAppend SignaturestatusStatusreasonsReasonspatient_idPatient Idchart_idChart Idnote_textNote TextsubjectSubjectsourceSourceerrorError
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": {
"note": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"outcome": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"candidate": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"signature": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"writeback_enabled": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"athena_reconciliation": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"external_writes_enabled": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"source": {},
"status": {},
"reasons": {},
"subject": {},
"success": {},
"chart_id": {},
"note_text": {},
"patient_id": {},
"write_kind": {},
"should_write": {},
"append_signature": {},
"should_upload_documents": {}
},
"additionalProperties": true
}