Skip to documentation
Tomorrow Health integration

Post Missing Info Documentation Request

Perform Post Missing Info Documentation Request through Tomorrow Health.

View as Markdown
tomorrow_health_post_missing_info_request
writetomorrow_health

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • missing_fields
    expression
    Missing Fields

    Optional literal value or workflow expression.

  • friendly_id
    expression
    Friendly Id

    Optional literal value or workflow expression.

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • repost
    boolean
    Repost

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • skippedSkipped
  • skip_reasonSkip Reason
  • order_idOrder Id
  • document_idDocument Id
  • comment_idComment Id
  • request_countRequest Count
  • escalation_fieldsEscalation Fields
  • messageMessage
  • slack_should_notifySlack Should Notify
  • slack_messageSlack Message
  • errorError
  • error_messageError Message

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": [
    "order_id",
    "document_id"
  ],
  "properties": {
    "repost": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "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"
    },
    "friendly_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "missing_fields": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "message": {},
    "skipped": {},
    "success": {},
    "order_id": {},
    "comment_id": {},
    "document_id": {},
    "skip_reason": {},
    "error_message": {},
    "request_count": {},
    "slack_message": {},
    "escalation_fields": {},
    "slack_should_notify": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions