Skip to documentation
Tomorrow Health integration

Save Patient, Insurance, and Order Details to GenHealth

Perform Save Patient, Insurance, and Order Details to GenHealth through Tomorrow Health.

View as Markdown
tomorrow_health_seed_structured_intake_data
writetomorrow_health

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • order_details
    expression
    Order Details

    Optional literal value or workflow expression.

  • raw_order_details
    expression
    Raw Order Details

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • order_idOrder Id
  • friendly_idFriendly Id
  • patient_idPatient Id
  • insurance_idInsurance Id
  • provider_idProvider Id
  • seeded_fieldsSeeded Fields
  • 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",
    "order_id"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_details": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "raw_order_details": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "order_id": {},
    "patient_id": {},
    "document_id": {},
    "friendly_id": {},
    "provider_id": {},
    "insurance_id": {},
    "seeded_fields": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions