Resolve Strategy Actions
Perform Resolve Strategy Actions through GenHealth.
auto_push_resolve_strategy_actionswrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Idservice_typeService Typeprescription_requiredPrescription Requiredpatient_statusPatient Statuspatient_note_actionsPatient Note Actionspatient_note_countPatient Note Countskipped_note_textsSkipped Note Textstask_titleTask Titletask_descriptionTask Descriptionpatient_idPatient Iddata_fingerprintData FingerprinterrorError
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",
"required": [
"document_id"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"patient_id": {},
"task_title": {},
"document_id": {},
"service_type": {},
"patient_status": {},
"data_fingerprint": {},
"task_description": {},
"patient_note_count": {},
"skipped_note_texts": {},
"patient_note_actions": {},
"prescription_required": {}
},
"additionalProperties": true
}