Skip to documentation
GenHealth integration

Resolve Strategy Actions

Perform Resolve Strategy Actions through GenHealth.

View as Markdown
auto_push_resolve_strategy_actions
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • service_typeService Type
  • prescription_requiredPrescription Required
  • patient_statusPatient Status
  • patient_note_actionsPatient Note Actions
  • patient_note_countPatient Note Count
  • skipped_note_textsSkipped Note Texts
  • task_titleTask Title
  • task_descriptionTask Description
  • patient_idPatient Id
  • data_fingerprintData Fingerprint
  • errorError

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
}
View all GenHealth actions